Results

By type

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

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

2022-01-27T00:57:59.234Z||main|||||INFO|500||The following profiles are active: basic
2022-01-27T00:58:07.872Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-27T00:58:07.873Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-27T00:58:07.945Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-27T00:58:09.960Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-27T00:58:10.111Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-27T00:58:10.447Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-27T00:58:10.453Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-27T00:58:10.525Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-27T00:58:10.643Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-27T00:58:11.020Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-27T00:58:12.043Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-27T00:58:13.975Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-27T00:58:14.027Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-27T00:58:14.553Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-27T00:58:14.672Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-01-27T00:58:15.785Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-27T00:58:16.731Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-01-27T00:58:16.746Z||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$$c179a1e7.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-01-27T00:58:16.746Z||main|||||WARN|500||The sdc end point is not alive
2022-01-27T00:58:19.369Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-01-27T00:58:21.986Z||main|||||WARN|500||---
2022-01-27T00:58:21.987Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-27T00:58:21.987Z||main|||||WARN|500||---
2022-01-27T00:58:22.441Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-27T00:58:26.680Z||main|||||INFO|500||Started Application in 31.442 seconds (JVM running for 32.462)
2022-01-27T00:58:26.692Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-27T00:58:26.698Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-27T00:58:26.729Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-27T00:58:26.750Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-27T00:58:26.788Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e63c0dc7-9890-4a4a-a5ef-76678ae87115 url= /sdc/v1/artifactTypes
2022-01-27T00:58:26.789Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-27T00:58:27.051Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-27T00:58:27.071Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-01-27T00:58:27.091Z||scheduling-1|||||DEBUG|500||create keys
2022-01-27T00:58:27.097Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-27T00:58:27.301Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T00:58:27.315Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 513e5666-b966-47d5-9499-97d88ef0d86a url= /sdc/v1/registerForDistribution
2022-01-27T00:58:29.195Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 513e5666-b966-47d5-9499-97d88ef0d86a url= /sdc/v1/registerForDistribution
2022-01-27T00:58:29.196Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-27T00:58:29.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T00:58:29.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T00:58:29.210Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T00:58:29.210Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T00:58:29.210Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T00:58:29.210Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T00:58:29.211Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-27T00:58:42.993Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T00:58:43.334Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T00:59:29.203Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T00:59:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T00:59:29.205Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T00:59:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T00:59:29.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T00:59:29.205Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T00:59:38.745Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T00:59:38.746Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:00:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:00:29.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:00:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:00:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:00:29.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:00:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:00:38.744Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:00:38.745Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:01:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:01:29.204Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:01:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:01:29.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:01:29.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:01:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:01:38.740Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:01:38.742Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:02:29.203Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:02:29.204Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:02:29.204Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:02:29.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:02:29.206Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:02:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:02:38.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:02:38.745Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:03:29.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:03:29.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:03:29.205Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:03:29.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:03:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:03:29.206Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:03:38.745Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:03:38.745Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:04:29.203Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:04:29.204Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:04:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:04:29.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:04:29.205Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:04:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:04:38.744Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:04:38.744Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:05:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:05:29.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:05:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:05:29.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:05:29.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:05:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:05:38.740Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:05:38.744Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:06:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:06:29.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:06:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:06:29.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:06:29.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:06:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:06:38.743Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:06:38.751Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:07:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:07:29.204Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:07:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:07:29.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:07:29.212Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:07:29.213Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:07:38.742Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:07:38.744Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:08:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:08:29.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:08:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:08:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:08:29.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:08:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:08:38.743Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:08:38.743Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:08:41.392Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-27T01:09:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:09:29.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:09:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:09:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:09:29.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:09:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:09:38.742Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:09:38.755Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:10:29.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:10:29.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:10:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:10:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:10:29.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:10:29.207Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:10:38.744Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:10:38.744Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:11:29.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:11:29.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:11:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:11:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:11:29.205Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:11:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:11:38.742Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:11:38.742Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:12:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:12:29.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:12:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:12:29.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:12:29.205Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:12:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:12:38.741Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:12:38.741Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:13:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:13:29.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:13:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:13:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:13:29.205Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:13:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:13:38.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:13:38.739Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:14:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:14:29.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:14:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:14:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:14:29.205Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:14:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:14:38.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:14:38.740Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:15:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:15:29.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:15:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:15:29.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:15:29.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:15:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:15:38.743Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:15:38.744Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:16:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:16:29.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:16:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:16:29.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:16:29.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:16:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:16:38.742Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:16:38.743Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:17:29.203Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:17:29.203Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:17:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:17:29.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:17:29.204Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:17:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:17:38.742Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:17:38.741Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:18:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:18:29.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:18:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:18:29.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:18:29.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:18:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:18:38.742Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:18:38.743Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:19:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:19:29.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:19:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:19:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:19:29.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:19:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:19:38.737Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:19:38.743Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:20:29.203Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:20:29.203Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:20:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:20:29.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:20:29.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:20:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:20:38.738Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:20:38.738Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:21:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:21:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:21:29.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:21:29.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:21:29.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:21:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:21:38.741Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:21:38.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:22:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:22:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:22:29.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:22:29.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:22:29.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:22:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:22:38.735Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:22:38.742Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:23:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:23:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:23:29.204Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:23:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:23:29.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:23:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:23:38.741Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:23:38.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:24:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:24:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:24:29.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:24:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:24:29.205Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:24:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:24:38.738Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:24:38.742Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:25:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:25:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:25:29.204Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:25:29.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:25:29.205Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:25:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:25:38.743Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:25:38.743Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:26:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:26:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:26:29.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:26:29.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:26:29.205Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:26:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:26:38.741Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:26:38.742Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:27:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:27:29.204Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:27:29.204Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:27:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:27:29.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:27:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:27:38.738Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:27:38.739Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:28:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:28:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:28:29.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:28:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:28:29.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:28:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:28:38.740Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:28:38.740Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:29:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:29:29.203Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:29:29.203Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:29:29.204Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:29:29.205Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:29:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:29:38.739Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:29:38.744Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:30:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:30:29.204Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:30:29.204Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:30:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:30:29.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:30:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:30:38.743Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:30:38.744Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:31:29.203Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:31:29.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:31:29.205Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:31:29.205Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:31:29.206Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:31:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:31:38.745Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:31:38.745Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:32:29.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:32:29.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:32:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:32:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:32:29.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:32:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:32:38.742Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:32:38.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:33:29.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:33:29.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:33:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:33:29.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:33:29.205Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:33:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:33:38.743Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:33:38.743Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:29.203Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:34:29.203Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:34:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:34:29.206Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:34:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:35.442Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:35.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-27T01:34:35.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a5eb6ae-1535-4187-88e7-9b144407637b","serviceName":"vFW 2022-01-27 01-31-55","serviceVersion":"1.0","serviceUUID":"07962b7f-0c44-4812-bc2e-62ed24955cb4","serviceDescription":"catalog service description","serviceInvariantUUID":"c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84","resources":[{"resourceInstanceName":"vFW 1d28d4c1-1b4a 0","resourceName":"vFW 1d28d4c1-1b4a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"556d9e7d-1f5c-435b-ae04-622b386c4415","resourceInvariantUUID":"39649583-3ae1-400f-ad8b-6d78edf2b9f1","resourceCustomizationUUID":"7974144d-928d-498a-a76f-1c11a940e2df","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml","artifactChecksum":"NTQ3ZWMxOWE5ZTQ2YzI4MmRiMDBmMzljM2VmMGMxMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8a820de-4110-45d9-a373-f3d580c3449a","artifactVersion":"1"},{"artifactName":"vfw1d28d4c11b4a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json","artifactChecksum":"MzkzY2VjMTE5MDNjZTcwYTE5NTk2NGU0NWY2MTNmYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e6942211-ba6c-4347-89fc-281beb250ed9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6c8bb150-e6a5-422a-b889-200fdd138079","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDNiZGFmM2EyMmIyMjI3ZmE4YjNiY2FkN2UyMTdhMzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"60178680-6380-4843-a84a-90db491c373f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"08c87187-db7c-4673-be40-461ca32cbe90","artifactVersion":"2","generatedFromUUID":"6c8bb150-e6a5-422a-b889-200fdd138079"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220127013155-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml","artifactChecksum":"NDg1NjViYmNlYzUzN2NjN2JlNmYyNjQ4MjE4MjZkNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80be9fda-4896-4fe0-94cc-9e9ad1267173","artifactVersion":"1"},{"artifactName":"service-Vfw20220127013155-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar","artifactChecksum":"MWFiNDg2NGRhYzM5OGVkMTk2MDllODgzNzIzM2VlYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bd5f32c-2885-4d20-afff-91da3ae55d40","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-27T01:34:35.454Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:35.459Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:35.467Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:35.467Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:34:35.568Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-01-27T01:34:35.571Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:35.571Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:35.584Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:35.585Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:35.695Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:35.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:34:35.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:34:35.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:34:35.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:34:35.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "cds",
  "timestamp": 1643247270204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:34:35.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:34:36.473Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:36.473Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:36.475Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:36.475Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:34:36.575Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:36.576Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:36.576Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:36.585Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:36.585Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:37.475Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:37.476Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:37.478Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:37.478Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:34:37.578Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:37.579Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:37.579Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:37.588Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:37.589Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:34:38.478Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:38.479Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:38.481Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:38.481Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:34:38.581Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:38.582Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:38.582Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:38.590Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:38.590Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:39.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:39.482Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:39.484Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:39.485Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-27T01:34:39.585Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:39.586Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:39.586Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:39.594Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:39.595Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:40.485Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:40.486Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:40.489Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:40.489Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:34:40.589Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:40.590Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:40.590Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:40.602Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:40.603Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:34:41.490Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:34:41.491Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:41.493Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:41.493Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:34:41.593Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:41.594Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:41.594Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:41.602Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:41.602Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:42.495Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "serviceName": "vFW 2022-01-27 01-31-55",
  "serviceVersion": "1.0",
  "serviceUUID": "07962b7f-0c44-4812-bc2e-62ed24955cb4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84",
  "resources": [
    {
      "resourceInstanceName": "vFW 1d28d4c1-1b4a 0",
      "resourceCustomizationUUID": "7974144d-928d-498a-a76f-1c11a940e2df",
      "resourceName": "vFW 1d28d4c1-1b4a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "556d9e7d-1f5c-435b-ae04-622b386c4415",
      "resourceInvariantUUID": "39649583-3ae1-400f-ad8b-6d78edf2b9f1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1d28d4c11b4a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
          "artifactChecksum": "MzkzY2VjMTE5MDNjZTcwYTE5NTk2NGU0NWY2MTNmYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e6942211-ba6c-4347-89fc-281beb250ed9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6c8bb150-e6a5-422a-b889-200fdd138079",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "08c87187-db7c-4673-be40-461ca32cbe90",
            "generatedFromUUID": "6c8bb150-e6a5-422a-b889-200fdd138079"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "08c87187-db7c-4673-be40-461ca32cbe90",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220127013155-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
      "artifactChecksum": "MWFiNDg2NGRhYzM5OGVkMTk2MDllODgzNzIzM2VlYTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4bd5f32c-2885-4d20-afff-91da3ae55d40"
    }
  ],
  "workloadContext": "Production"
}
2022-01-27T01:34:42.496Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-27T01:34:42.496Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07962b7f-0c44-4812-bc2e-62ed24955cb4 ASDC
2022-01-27T01:34:42.593Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4a5eb6ae-1535-4187-88e7-9b144407637b
ServiceName:vFW 2022-01-27 01-31-55
ServiceVersion:1.0
ServiceUUID:07962b7f-0c44-4812-bc2e-62ed24955cb4
ServiceInvariantUUID:c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220127013155-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar
ArtifactUUID:4bd5f32c-2885-4d20-afff-91da3ae55d40
ArtifactChecksum:MWFiNDg2NGRhYzM5OGVkMTk2MDllODgzNzIzM2VlYTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1d28d4c1-1b4a 0
ResourceCustomizationUUID:7974144d-928d-498a-a76f-1c11a940e2df
ResourceInvariantUUID:39649583-3ae1-400f-ad8b-6d78edf2b9f1
ResourceName:vFW 1d28d4c1-1b4a
ResourceType:VF
ResourceUUID:556d9e7d-1f5c-435b-ae04-622b386c4415
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1d28d4c11b4a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json
ArtifactUUID:e6942211-ba6c-4347-89fc-281beb250ed9
ArtifactChecksum:MzkzY2VjMTE5MDNjZTcwYTE5NTk2NGU0NWY2MTNmYTA=
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/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml
ArtifactUUID:6c8bb150-e6a5-422a-b889-200fdd138079
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/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env
ArtifactUUID:08c87187-db7c-4673-be40-461ca32cbe90
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/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env
ArtifactUUID:08c87187-db7c-4673-be40-461ca32cbe90
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-27T01:34:42.593Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07962b7f-0c44-4812-bc2e-62ed24955cb4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:34:42.803Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:34:42.803Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:34:42.804Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:34:42.804Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4bd5f32c-2885-4d20-afff-91da3ae55d40 from URL: /sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:42.805Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:34:42.806Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:43.226Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:34:43.242Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar 4bd5f32c-2885-4d20-afff-91da3ae55d40 98886
2022-01-27T01:34:43.244Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar ASDC sendASDCNotification
2022-01-27T01:34:43.244Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:43.244Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:34:43.245Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:43.247Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:43.247Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247283243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:34:43.347Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:43.348Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:43.348Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:43.359Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:43.360Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:44.248Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:34:44.248Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:34:44.249Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4bd5f32c-2885-4d20-afff-91da3ae55d40, URL: /sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar to file: /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:44.249Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220127013155-csar.csar
2022-01-27T01:34:44.311Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:44.311Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:44.790Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7764277698063376369/Definitions/service-Vfw20220127013155-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-01-27T01:34:47.235Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-27T01:34:47.239Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:34:47.239Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.239Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-27T01:34:47.239Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||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-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1d28d4c1-1b4a 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-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||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-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||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-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.240Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.241Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.241Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.241Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.241Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.241Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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-Vfw20220127013155-csar.csar
2022-01-27T01:34:47.241Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:34:47.247Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.248Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.251Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:47.251Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:34:47.253Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:34:47.254Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.254Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.255Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:47.255Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:34:47.255Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:34:47.255Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.256Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.259Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.259Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:47.259Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:47.259Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-27T01:34:47.259Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.260Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.260Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.260Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-27T01:34:47.260Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:47.260Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-27T01:34:47.261Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-27T01:34:47.261Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.261Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.261Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-27T01:34:47.261Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.261Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-27T01:34:47.262Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.262Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-27T01:34:47.262Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.262Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:34:47.263Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.263Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:47.263Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:47.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:47.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:47.265Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.265Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:47.265Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:47.265Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.265Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:47.266Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:47.266Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-27T01:34:47.266Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:47.266Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-27T01:34:47.266Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-27T01:34:47.267Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.267Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.267Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-27T01:34:47.267Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.267Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-27T01:34:47.268Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.268Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5929ecb4-460b-4e6b-af58-7c41f14191e9
2022-01-27T01:34:47.268Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.268Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:47.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:47.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-27T01:34:47.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-27T01:34:47.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:47.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-27T01:34:47.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-27T01:34:47.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-27T01:34:47.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=44167017-bc90-40ad-a64c-54c45e74f3c7
2022-01-27T01:34:47.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:47.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:47.272Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-27T01:34:47.272Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.272Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.272Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.272Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-27T01:34:47.273Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:47.273Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-27T01:34:47.273Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-27T01:34:47.273Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:47.273Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:47.273Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-27T01:34:47.274Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1d07ab9d-f051-4092-9d16-5cfb23d25b7e
2022-01-27T01:34:47.274Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.274Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.274Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.274Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.275Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.275Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.275Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:47.275Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:47.276Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-27 01-31-55
Description:catalog service description
Model UUID:07962b7f-0c44-4812-bc2e-62ed24955cb4
Model Version:NULL
Model InvariantUuid:c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1d28d4c1-1b4a
Model UUID:51ac0e2f-87ad-41c3-890b-ae6ac590fbd1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:39649583-3ae1-400f-ad8b-6d78edf2b9f1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7974144d-928d-498a-a76f-1c11a940e2df
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9239392e-65a8-4079-b2ca-b20b98f96b1b
ModelName:Vfw1d28d4c11b4a..base_vfw..module-0
ModelUuid:a48e5a90-dae8-4180-8eac-39fde511fca1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5929ecb4-460b-4e6b-af58-7c41f14191e9
ModelInvariantUuid:4d09a445-bc12-4e85-b8f1-b625a72d9e62
ModelName:vFW 1d28d4c1-1b4a-nodes.vfwCvfc
ModelUuid:5b6202cf-50bb-4187-9cfc-92c217e7f030
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c7b66e96-ae26-4b8a-87c0-c9af23290645
ModelInvariantUuid:187c9c3b-9ea3-4e6e-9812-867f0bf9fc82
ModelName:Vfw1d28d4c11b4a.compute.nodes.heat.vfw
ModelUuid:9fb4ce9f-2d7f-4075-aa7a-18d14fe02497
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:44167017-bc90-40ad-a64c-54c45e74f3c7
ModelInvariantUuid:b9142ced-d551-446b-8554-408ef61127b0
ModelName:vFW 1d28d4c1-1b4a-nodes.vsnCvfc
ModelUuid:94c94ab9-02e9-4bb1-afbc-2bde9265ec6f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f35a6394-9bbe-42f8-9773-990c15507f42
ModelInvariantUuid:1497cd76-5fc5-486b-bbe5-ab339f14e97f
ModelName:Vfw1d28d4c11b4a.compute.nodes.heat.vsn
ModelUuid:b23ce4c1-95c1-456c-8374-0fec3b1500b4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1d07ab9d-f051-4092-9d16-5cfb23d25b7e
ModelInvariantUuid:80479b65-b702-4cec-8086-a7eda25ae553
ModelName:vFW 1d28d4c1-1b4a-nodes.vpgCvfc
ModelUuid:20bb1f31-9ee5-494a-9564-838195c0f6fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1def3244-536e-439a-8f0e-5280a866c8d3
ModelInvariantUuid:995cdbd3-50ee-4d6e-9e08-fb1377822b52
ModelName:Vfw1d28d4c11b4a.compute.nodes.heat.vpg
ModelUuid:fc083279-fbdf-417b-9bc0-7a0a296ac5a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-27T01:34:47.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 556d9e7d-1f5c-435b-ae04-622b386c4415
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:34:47.367Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||vFW 1d28d4c1-1b4a 0
2022-01-27T01:34:47.373Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 556d9e7d-1f5c-435b-ae04-622b386c4415
2022-01-27T01:34:47.373Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e6942211-ba6c-4347-89fc-281beb250ed9 from URL: /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json
2022-01-27T01:34:47.373Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:34:47.374Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json
2022-01-27T01:34:47.619Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:34:47.619Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json e6942211-ba6c-4347-89fc-281beb250ed9 785
2022-01-27T01:34:47.619Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json ASDC sendASDCNotification
2022-01-27T01:34:47.620Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json
2022-01-27T01:34:47.620Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:34:47.620Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:47.622Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:47.622Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247287619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:34:47.723Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-27T01:34:47.723Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:47.723Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:47.735Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:47.735Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:34:48.624Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1d28d4c11b4a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9239392e-65a8-4079-b2ca-b20b98f96b1b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a48e5a90-dae8-4180-8eac-39fde511fca1",
    "vfModuleModelCustomizationUUID": "f74f2103-5d1a-453c-b485-a785954a4b45",
    "isBase": true,
    "artifacts": [
      "6c8bb150-e6a5-422a-b889-200fdd138079",
      "08c87187-db7c-4673-be40-461ca32cbe90"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-01-27T01:34:48.661Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1d28d4c11b4a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a48e5a90-dae8-4180-8eac-39fde511fca1
VfModuleModelInvariantUUID:9239392e-65a8-4079-b2ca-b20b98f96b1b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6c8bb150-e6a5-422a-b889-200fdd138079
,
08c87187-db7c-4673-be40-461ca32cbe90

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

isBase:true


}

2022-01-27T01:34:48.663Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1d28d4c11b4a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9239392e-65a8-4079-b2ca-b20b98f96b1b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a48e5a90-dae8-4180-8eac-39fde511fca1",
    "vfModuleModelCustomizationUUID": "f74f2103-5d1a-453c-b485-a785954a4b45",
    "isBase": true,
    "artifacts": [
      "6c8bb150-e6a5-422a-b889-200fdd138079",
      "08c87187-db7c-4673-be40-461ca32cbe90"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-01-27T01:34:48.664Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1d28d4c11b4a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a48e5a90-dae8-4180-8eac-39fde511fca1
VfModuleModelInvariantUUID:9239392e-65a8-4079-b2ca-b20b98f96b1b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6c8bb150-e6a5-422a-b889-200fdd138079
,
08c87187-db7c-4673-be40-461ca32cbe90

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

isBase:true


}

2022-01-27T01:34:48.664Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6c8bb150-e6a5-422a-b889-200fdd138079 from URL: /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml
2022-01-27T01:34:48.664Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:34:48.664Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml
2022-01-27T01:34:48.924Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:34:48.925Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml 6c8bb150-e6a5-422a-b889-200fdd138079 20368
2022-01-27T01:34:48.925Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-27T01:34:48.926Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml
2022-01-27T01:34:48.926Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:34:48.926Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:48.927Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:48.928Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247288925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:34:49.028Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:49.029Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:49.030Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:49.041Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:49.043Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:49.928Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 08c87187-db7c-4673-be40-461ca32cbe90 from URL: /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env
2022-01-27T01:34:49.929Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:34:49.929Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env
2022-01-27T01:34:50.229Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:34:50.229Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env 08c87187-db7c-4673-be40-461ca32cbe90 2098
2022-01-27T01:34:50.230Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-27T01:34:50.230Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env
2022-01-27T01:34:50.230Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:34:50.230Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:50.232Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:50.232Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247290230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:34:50.333Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:50.333Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:50.334Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:50.344Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:50.345Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:51.233Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 07962b7f-0c44-4812-bc2e-62ed24955cb4
2022-01-27T01:34:51.233Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1d28d4c1-1b4a 0 556d9e7d-1f5c-435b-ae04-622b386c4415 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:34:51.260Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1852c247, org.onap.sdc.toscaparser.api.parameters.Input@5b1e0b0a, org.onap.sdc.toscaparser.api.parameters.Input@4b70f22f, org.onap.sdc.toscaparser.api.parameters.Input@7aed199c, org.onap.sdc.toscaparser.api.parameters.Input@74a3ac7c]
2022-01-27T01:34:51.263Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-01-27T01:34:51.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7974144d-928d-498a-a76f-1c11a940e2df
2022-01-27T01:34:51.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7974144d-928d-498a-a76f-1c11a940e2df matches Tosca VF Customization UUID: 7974144d-928d-498a-a76f-1c11a940e2df
2022-01-27T01:34:51.264Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7974144d-928d-498a-a76f-1c11a940e2df  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-27T01:34:51.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.269Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.270Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7974144d-928d-498a-a76f-1c11a940e2df: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-01-27T01:34:51.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a0ad250
2022-01-27T01:34:51.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:34:51.271Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f74f2103-5d1a-453c-b485-a785954a4b45
2022-01-27T01:34:51.272Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f74f2103-5d1a-453c-b485-a785954a4b45
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-27T01:34:51.276Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.276Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:51.276Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:51.277Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.277Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:51.277Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:51.277Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-27T01:34:51.278Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.279Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:51.279Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-27T01:34:51.279Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:51.279Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-27T01:34:51.279Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.279Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5929ecb4-460b-4e6b-af58-7c41f14191e9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-27T01:34:51.284Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.284Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:51.284Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:51.284Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-27T01:34:51.285Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:51.286Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-27T01:34:51.286Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-27T01:34:51.286Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:51.286Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-27T01:34:51.286Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.286Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=44167017-bc90-40ad-a64c-54c45e74f3c7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-27T01:34:51.288Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.288Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:51.288Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:51.290Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.290Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is not matching search criteria
2022-01-27T01:34:51.290Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-27T01:34:51.291Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-27T01:34:51.292Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-27T01:34:51.292Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-27T01:34:51.292Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-27T01:34:51.292Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1d07ab9d-f051-4092-9d16-5cfb23d25b7e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-27T01:34:51.293Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.294Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:51.294Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:34:51.294Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.294Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Node template vFW 1d28d4c1-1b4a 0 is matching search criteria
2022-01-27T01:34:51.294Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 1d28d4c1-1b4a 0] matching following query criteria: sdcType=VF, customizationUUID=7974144d-928d-498a-a76f-1c11a940e2df
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:34:51.296Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.296Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.296Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 07962b7f-0c44-4812-bc2e-62ed24955cb4: vFW 1d28d4c1-1b4a
2022-01-27T01:34:51.296Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.296Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:34:51.297Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-01-27 01-31-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:34:51.298Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-01-27 01-31-55 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:34:51.491Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1d28d4c1-1b4a 556d9e7d-1f5c-435b-ae04-622b386c4415 1 ASDC deployResourceStructure
2022-01-27T01:34:51.491Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json ASDC sendASDCNotification
2022-01-27T01:34:51.491Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json
2022-01-27T01:34:51.491Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:34:51.491Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:51.493Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:51.493Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247291491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T01:34:51.593Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:51.594Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:51.594Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:51.606Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:51.606Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:52.494Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-27T01:34:52.495Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml
2022-01-27T01:34:52.495Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:34:52.495Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:52.497Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:52.497Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247292494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-27T01:34:52.597Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:52.598Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:52.598Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:52.609Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:52.609Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:53.498Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-27T01:34:53.498Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env
2022-01-27T01:34:53.498Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:34:53.499Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:53.500Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:53.500Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247293498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-27T01:34:53.600Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:53.601Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:53.601Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:53.612Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:53.612Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:54.501Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar ASDC sendASDCNotification
2022-01-27T01:34:54.501Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar
2022-01-27T01:34:54.501Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:34:54.502Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:34:54.503Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:34:54.504Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247294501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:34:54.604Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:34:54.605Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:34:54.605Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:34:54.616Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:34:54.617Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:34:55.505Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:34:55.523Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:34:55.525Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:34:55.525Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:34:55.525Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:35:25.525Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:35:25.534Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:35:25.536Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:35:25.536Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:35:25.536Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:35:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:35:29.205Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:35:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:35:29.223Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:35:29.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:35:29.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247271963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:35:29.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:35:55.536Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:35:55.543Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:35:55.545Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:35:55.545Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:35:55.545Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:36:25.546Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:36:25.553Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:36:25.554Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:36:25.555Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:36:25.555Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:36:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:36:29.205Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:36:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:36:29.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:36:29.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:36:29.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247266453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:36:29.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:36:55.555Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:36:55.563Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:36:55.564Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:36:55.565Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:36:55.565Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:37:25.565Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:37:25.572Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:37:25.573Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:37:25.573Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:37:25.573Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:37:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:37:29.205Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:37:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:37:29.727Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:37:29.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "cds",
  "timestamp": 1643247270204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247271963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247266453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "cds",
  "timestamp": 1643247270204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247271963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247266453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "aai-ml",
  "timestamp": 1643247277251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "cds",
  "timestamp": 1643247270204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247271963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247266453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "aai-ml",
  "timestamp": 1643247277251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "cds",
  "timestamp": 1643247270204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247271963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247266453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "aai-ml",
  "timestamp": 1643247277251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247271963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "cds",
  "timestamp": 1643247270204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247266453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "aai-ml",
  "timestamp": 1643247277251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "cds",
  "timestamp": 1643247270204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247269203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247271963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247266453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "aai-ml",
  "timestamp": 1643247277251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "aai-ml",
  "timestamp": 1643247277251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247282931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "cds",
  "timestamp": 1643247282952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247283243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "policy-id",
  "timestamp": 1643247282632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "aai-ml",
  "timestamp": 1643247277251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "cds",
  "timestamp": 1643247283968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:37:29.746Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a5eb6ae-1535-4187-88e7-9b144407637b
2022-01-27T01:37:29.747Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a5eb6ae-1535-4187-88e7-9b144407637b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:37:29.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "policy-id",
  "timestamp": 1643247282632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247284329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "clamp",
  "timestamp": 1643247284046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "aai-ml",
  "timestamp": 1643247285160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "policy-id",
  "timestamp": 1643247282632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247285622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "clamp",
  "timestamp": 1643247284046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "policy-id",
  "timestamp": 1643247282632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "clamp",
  "timestamp": 1643247284046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247286755,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:37:29.759Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a5eb6ae-1535-4187-88e7-9b144407637b
2022-01-27T01:37:29.759Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a5eb6ae-1535-4187-88e7-9b144407637b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:37:29.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "policy-id",
  "timestamp": 1643247282632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247287619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "clamp",
  "timestamp": 1643247284046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247287759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "policy-id",
  "timestamp": 1643247282632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "clamp",
  "timestamp": 1643247284046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247288135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247288925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "policy-id",
  "timestamp": 1643247282632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "clamp",
  "timestamp": 1643247284046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247288135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247290230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "policy-id",
  "timestamp": 1643247290548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "clamp",
  "timestamp": 1643247284046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247288135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247291491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vfw1d28d4c11b4a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "policy-id",
  "timestamp": 1643247291555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247288135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247292494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "policy-id",
  "timestamp": 1643247292559,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:37:29.773Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a5eb6ae-1535-4187-88e7-9b144407637b
2022-01-27T01:37:29.773Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a5eb6ae-1535-4187-88e7-9b144407637b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-27T01:37:29.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247288135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247293498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/resourceInstances/vfw1d28d4c11b4a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247288135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247294501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247288135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247296039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "aai-ml",
  "timestamp": 1643247297503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:37:29.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "aai-ml",
  "timestamp": 1643247298507,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:37:29.783Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a5eb6ae-1535-4187-88e7-9b144407637b
2022-01-27T01:37:29.783Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a5eb6ae-1535-4187-88e7-9b144407637b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:37:29.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247300552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:37:29.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247301557,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:37:29.791Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a5eb6ae-1535-4187-88e7-9b144407637b
2022-01-27T01:37:29.791Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a5eb6ae-1535-4187-88e7-9b144407637b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "clamp",
  "timestamp": 1643247305415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "clamp",
  "timestamp": 1643247306473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220127013155/1.0/artifacts/service-Vfw20220127013155-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:37:29.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "clamp",
  "timestamp": 1643247307476,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:37:29.799Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4a5eb6ae-1535-4187-88e7-9b144407637b
2022-01-27T01:37:29.799Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a5eb6ae-1535-4187-88e7-9b144407637b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:37:55.574Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:37:55.581Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:37:55.584Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:37:55.589Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-27T01:38:25.589Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a5eb6ae-1535-4187-88e7-9b144407637b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-27T01:38:25.595Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a5eb6ae-1535-4187-88e7-9b144407637b and serviceModelVersionId: 07962b7f-0c44-4812-bc2e-62ed24955cb4
2022-01-27T01:38:25.596Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84
2022-01-27T01:38:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:38:29.205Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:38:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:38:37.753Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0
2022-01-27T01:38:37.853Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-01-27T01:38:38.323Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0|INFO|500||Invoke
2022-01-27T01:38:38.330Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4a5eb6ae-1535-4187-88e7-9b144407637b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[79ee6828-6d4b-4585-81d1-b551d0e61849], X-ECOMP-RequestID=[4a5eb6ae-1535-4187-88e7-9b144407637b], X-TransactionId=[], X-ONAP-RequestID=[4a5eb6ae-1535-4187-88e7-9b144407637b], Content-Type=[application/merge-patch+json]}
2022-01-27T01:38:38.527Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-27T01:38:38.742Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:38:39.043Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?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/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220127-01:38:38:536-2288], vertex-id=[184464], Content-Length=[0], Date=[Thu, 27 Jan 2022 01:38:38 GMT], Content-Type=[application/json]}
2022-01-27T01:38:39.044Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-27T01:38:39.045Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b5a60c-c6ba-45ce-b9c8-9341f9b4ff84/model-vers/model-ver/07962b7f-0c44-4812-bc2e-62ed24955cb4?depth=0|INFO|500||InvokeReturn
2022-01-27T01:38:39.048Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-27T01:38:39.048Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:38:39.053Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-27T01:38:39.062Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a5eb6ae-1535-4187-88e7-9b144407637b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-27T01:38:39.063Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-27T01:38:39.063Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:38:39.065Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:38:39.065Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247519062,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T01:38:39.165Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:38:39.166Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:38:39.166Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:38:39.177Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:38:39.177Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-27T01:38:40.081Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:38:40.081Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:38:40.081Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:38:50.336Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:38:50.337Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:38:50.338Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:38:50.338Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:38:59.872Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:38:59.873Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:38:59.873Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:38:59.873Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:39:09.410Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:39:09.411Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:39:09.412Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:39:09.412Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:39:18.953Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:39:29.203Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:39:29.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:39:29.204Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:39:29.204Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:39:29.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:39:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:39:29.828Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:39:29.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:39:29.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a5eb6ae-1535-4187-88e7-9b144407637b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247519062,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T01:39:29.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:39:38.743Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:29.203Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:40:29.203Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:40:29.203Z|4a5eb6ae-1535-4187-88e7-9b144407637b|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:29.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:40:29.205Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:40:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:29.824Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:29.825Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.825Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"883f57ed-699e-4f5e-973b-cf0f7dfc03f2","serviceName":"basic_onboard_iEYLGb","serviceVersion":"1.0","serviceUUID":"7208ea8c-a47f-49dc-a127-b8b205dba097","serviceDescription":"service","serviceInvariantUUID":"888b52cc-221e-46bf-9f10-56112732f593","resources":[{"resourceInstanceName":"basic_onboard_iEYLGb 0","resourceName":"basic_onboard_iEYLGb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9","resourceInvariantUUID":"890c7cdd-3314-4486-b9b2-eff60a807dcd","resourceCustomizationUUID":"eb5cad23-5ff0-410d-9333-bc6ec358a73f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml","artifactChecksum":"M2YyMDNlMDI4YzZkNTlmNzYyOGI0ZmYwZjZiYTM5NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4890b7bc-c4ba-4fd5-bb98-a6c9ba2881dd","artifactVersion":"1"},{"artifactName":"basic_onboard_ieylgb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json","artifactChecksum":"NjU2YWQyMzM5YzY3MjQwMmFmZTYwMGE1ZGQ0YTExOWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45263f4d-1aa6-4a8b-8959-4d21810ef74a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a77f986a-70ef-4372-9af5-e5327a0f2984","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e758dad0-9c74-4326-a6a8-2632a6875f26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37e92787-4ef5-4caa-a6af-857dc626b967","artifactVersion":"2","generatedFromUUID":"a77f986a-70ef-4372-9af5-e5327a0f2984"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIeylgb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml","artifactChecksum":"NDlkYzIxMWU2MDEzNjUwZDBiNTAwMWIxN2MyZDdjODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f2df26d-d9dd-4f58-990c-a9a76a7398c5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIeylgb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar","artifactChecksum":"ZGU0NGJlYWE0MzIxOTU5YzUzN2JjNzA2YjAxODhhMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb925cd3-850d-4ffc-a587-7fbd198af60b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-27T01:40:29.828Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:29.828Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:29.828Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:29.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "clamp",
  "timestamp": 1643247584046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.830Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:29.830Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "cds",
  "timestamp": 1643247585204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247586453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247588135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247591963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "cds",
  "timestamp": 1643247585204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "clamp",
  "timestamp": 1643247584046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247586453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247591963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247588135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "cds",
  "timestamp": 1643247585204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "clamp",
  "timestamp": 1643247584046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247586453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247591963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247588135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247586453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "clamp",
  "timestamp": 1643247584046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "cds",
  "timestamp": 1643247585204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247591963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247588135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247586453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "clamp",
  "timestamp": 1643247584046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "cds",
  "timestamp": 1643247585204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247591963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247588135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247586453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "clamp",
  "timestamp": 1643247584046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "cds",
  "timestamp": 1643247585204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247591963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247588135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247586453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "clamp",
  "timestamp": 1643247584046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "cds",
  "timestamp": 1643247585204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643247591963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247588135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247600307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247600400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "cds",
  "timestamp": 1643247600409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "cds",
  "timestamp": 1643247601414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:40:29.852Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
2022-01-27T01:40:29.852Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:40:29.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247601691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247602397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247603026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "policy-id",
  "timestamp": 1643247602632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643247603402,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:40:29.862Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
2022-01-27T01:40:29.862Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:40:29.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247604045,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:40:29.873Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
2022-01-27T01:40:29.874Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:40:29.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "policy-id",
  "timestamp": 1643247602632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "clamp",
  "timestamp": 1643247604440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643247605047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T01:40:29.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "policy-id",
  "timestamp": 1643247602632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "policy-id",
  "timestamp": 1643247602632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "clamp",
  "timestamp": 1643247606448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "policy-id",
  "timestamp": 1643247602632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "clamp",
  "timestamp": 1643247607451,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:40:29.885Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
2022-01-27T01:40:29.885Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:40:29.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "aai-ml",
  "timestamp": 1643247607251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "policy-id",
  "timestamp": 1643247602632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "aai-ml",
  "timestamp": 1643247607251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "policy-id",
  "timestamp": 1643247602632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "aai-ml",
  "timestamp": 1643247607251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "policy-id",
  "timestamp": 1643247610358,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "aai-ml",
  "timestamp": 1643247607251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "policy-id",
  "timestamp": 1643247611363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "aai-ml",
  "timestamp": 1643247607251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "policy-id",
  "timestamp": 1643247612365,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:40:29.900Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
2022-01-27T01:40:29.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-27T01:40:29.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "aai-ml",
  "timestamp": 1643247607251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:29.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "aai-ml",
  "timestamp": 1643247607251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:40:29.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "aai-ml",
  "timestamp": 1643247615026,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "aai-ml",
  "timestamp": 1643247621164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-27T01:40:29.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "aai-ml",
  "timestamp": 1643247622167,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:40:29.909Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
2022-01-27T01:40:29.909Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:40:29.930Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:29.931Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:29.931Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:29.942Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:29.943Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:30.830Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:30.831Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:30.833Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:30.833Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:40:30.933Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:30.933Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:30.934Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:30.943Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:30.943Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:31.833Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:31.834Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:31.836Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:31.836Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:40:31.936Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:31.937Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:31.937Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:31.947Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:31.947Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:32.836Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:32.837Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:32.839Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:32.839Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:32.939Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:32.940Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:32.940Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:32.953Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:32.953Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:40:33.840Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:33.840Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:33.842Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:33.842Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-27T01:40:33.942Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-27T01:40:33.943Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:33.943Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:33.953Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:33.953Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:34.843Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:34.843Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:34.845Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:34.845Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:40:34.945Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:34.946Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:34.946Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:34.957Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:34.957Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:35.846Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:40:35.847Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:35.849Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:35.849Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:40:35.949Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:35.950Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:35.950Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:35.962Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:35.962Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:40:36.851Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "serviceName": "basic_onboard_iEYLGb",
  "serviceVersion": "1.0",
  "serviceUUID": "7208ea8c-a47f-49dc-a127-b8b205dba097",
  "serviceDescription": "service",
  "serviceInvariantUUID": "888b52cc-221e-46bf-9f10-56112732f593",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_iEYLGb 0",
      "resourceCustomizationUUID": "eb5cad23-5ff0-410d-9333-bc6ec358a73f",
      "resourceName": "basic_onboard_iEYLGb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9",
      "resourceInvariantUUID": "890c7cdd-3314-4486-b9b2-eff60a807dcd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ieylgb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
          "artifactChecksum": "NjU2YWQyMzM5YzY3MjQwMmFmZTYwMGE1ZGQ0YTExOWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "45263f4d-1aa6-4a8b-8959-4d21810ef74a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a77f986a-70ef-4372-9af5-e5327a0f2984",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "37e92787-4ef5-4caa-a6af-857dc626b967",
            "generatedFromUUID": "a77f986a-70ef-4372-9af5-e5327a0f2984"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "37e92787-4ef5-4caa-a6af-857dc626b967",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardIeylgb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
      "artifactChecksum": "ZGU0NGJlYWE0MzIxOTU5YzUzN2JjNzA2YjAxODhhMzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fb925cd3-850d-4ffc-a587-7fbd198af60b"
    }
  ],
  "workloadContext": "Production"
}
2022-01-27T01:40:36.851Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-27T01:40:36.852Z|4a5eb6ae-1535-4187-88e7-9b144407637b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7208ea8c-a47f-49dc-a127-b8b205dba097 ASDC
2022-01-27T01:40:36.852Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:883f57ed-699e-4f5e-973b-cf0f7dfc03f2
ServiceName:basic_onboard_iEYLGb
ServiceVersion:1.0
ServiceUUID:7208ea8c-a47f-49dc-a127-b8b205dba097
ServiceInvariantUUID:888b52cc-221e-46bf-9f10-56112732f593
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIeylgb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar
ArtifactUUID:fb925cd3-850d-4ffc-a587-7fbd198af60b
ArtifactChecksum:ZGU0NGJlYWE0MzIxOTU5YzUzN2JjNzA2YjAxODhhMzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iEYLGb 0
ResourceCustomizationUUID:eb5cad23-5ff0-410d-9333-bc6ec358a73f
ResourceInvariantUUID:890c7cdd-3314-4486-b9b2-eff60a807dcd
ResourceName:basic_onboard_iEYLGb
ResourceType:VF
ResourceUUID:ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ieylgb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json
ArtifactUUID:45263f4d-1aa6-4a8b-8959-4d21810ef74a
ArtifactChecksum:NjU2YWQyMzM5YzY3MjQwMmFmZTYwMGE1ZGQ0YTExOWM=
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/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a77f986a-70ef-4372-9af5-e5327a0f2984
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/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env
ArtifactUUID:37e92787-4ef5-4caa-a6af-857dc626b967
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/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env
ArtifactUUID:37e92787-4ef5-4caa-a6af-857dc626b967
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-27T01:40:36.852Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7208ea8c-a47f-49dc-a127-b8b205dba097 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-27T01:40:36.889Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:40:36.890Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:40:36.890Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:40:36.891Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fb925cd3-850d-4ffc-a587-7fbd198af60b from URL: /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:36.891Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:40:36.891Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:37.128Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:40:37.131Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar fb925cd3-850d-4ffc-a587-7fbd198af60b 71555
2022-01-27T01:40:37.131Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar ASDC sendASDCNotification
2022-01-27T01:40:37.131Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:37.131Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:40:37.132Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:37.133Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:37.133Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247637131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:40:37.233Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:37.234Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:37.234Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:37.244Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:37.244Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:38.134Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:40:38.135Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:40:38.135Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: fb925cd3-850d-4ffc-a587-7fbd198af60b, URL: /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar to file: /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:38.136Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:38.136Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:38.136Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:38.296Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10017166009995575182/Definitions/service-BasicOnboardIeylgb-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-01-27T01:40:39.633Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-27T01:40:39.633Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:40:39.633Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||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-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iEYLGb 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-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:40:39.634Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.635Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.635Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:39.635Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:40:39.635Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:40:39.635Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.636Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.636Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:39.636Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:40:39.636Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:40:39.636Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.636Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is not matching search criteria
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-27T01:40:39.637Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-27T01:40:39.638Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.638Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:40:39.638Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.638Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:39.638Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:40:39.639Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.640Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is not matching search criteria
2022-01-27T01:40:39.640Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-27T01:40:39.640Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-27T01:40:39.640Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=14977fe8-85cd-4403-8444-5c77778a2869
2022-01-27T01:40:39.640Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.640Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.641Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.641Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.641Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.641Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.641Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:39.641Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:39.642Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_iEYLGb
Description:service
Model UUID:7208ea8c-a47f-49dc-a127-b8b205dba097
Model Version:NULL
Model InvariantUuid:888b52cc-221e-46bf-9f10-56112732f593
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_iEYLGb
Model UUID:618be7ab-1aa8-4c39-8b7d-e397aa69dfe1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:890c7cdd-3314-4486-b9b2-eff60a807dcd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eb5cad23-5ff0-410d-9333-bc6ec358a73f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9ef027a2-2eae-44f2-b015-bd89a1975d44
ModelName:BasicOnboardIeylgb..base_ubuntu18..module-0
ModelUuid:88e20829-9e22-41eb-8160-313071a30bcd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:14977fe8-85cd-4403-8444-5c77778a2869
ModelInvariantUuid:217b347e-5697-4d51-abc0-f115aa2dd1f4
ModelName:basic_onboard_iEYLGb-nodes.ubuntu18Cvfc
ModelUuid:08c4fd9f-8516-4583-afee-5306bff4ae23
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:84d5b3c3-0d04-4f46-9715-6edcc34c334d
ModelInvariantUuid:41b4acaf-aa4c-4d33-a139-43da0c6cf8e0
ModelName:BasicOnboardIeylgb.compute.nodes.heat.ubuntu18
ModelUuid:6b947f2a-6fde-4ab2-8c9b-e853cc0855e9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-27T01:40:39.646Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:40:39.648Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||basic_onboard_iEYLGb 0
2022-01-27T01:40:39.648Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9
2022-01-27T01:40:39.649Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 45263f4d-1aa6-4a8b-8959-4d21810ef74a from URL: /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json
2022-01-27T01:40:39.649Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:40:39.649Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json
2022-01-27T01:40:39.849Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:40:39.850Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json 45263f4d-1aa6-4a8b-8959-4d21810ef74a 798
2022-01-27T01:40:39.850Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json ASDC sendASDCNotification
2022-01-27T01:40:39.850Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json
2022-01-27T01:40:39.850Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:40:39.850Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:39.852Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:39.852Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247639850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:40:39.952Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:39.953Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:39.953Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:39.965Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:39.966Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:40.853Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIeylgb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9ef027a2-2eae-44f2-b015-bd89a1975d44",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88e20829-9e22-41eb-8160-313071a30bcd",
    "vfModuleModelCustomizationUUID": "8754c972-1ccb-4923-959f-b3cd77465210",
    "isBase": true,
    "artifacts": [
      "a77f986a-70ef-4372-9af5-e5327a0f2984",
      "37e92787-4ef5-4caa-a6af-857dc626b967"
    ],
    "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-01-27T01:40:40.856Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIeylgb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88e20829-9e22-41eb-8160-313071a30bcd
VfModuleModelInvariantUUID:9ef027a2-2eae-44f2-b015-bd89a1975d44
VfModuleModelDescription:NULL
Artifacts UUID List:{
a77f986a-70ef-4372-9af5-e5327a0f2984
,
37e92787-4ef5-4caa-a6af-857dc626b967

}
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-01-27T01:40:40.858Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIeylgb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9ef027a2-2eae-44f2-b015-bd89a1975d44",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "88e20829-9e22-41eb-8160-313071a30bcd",
    "vfModuleModelCustomizationUUID": "8754c972-1ccb-4923-959f-b3cd77465210",
    "isBase": true,
    "artifacts": [
      "a77f986a-70ef-4372-9af5-e5327a0f2984",
      "37e92787-4ef5-4caa-a6af-857dc626b967"
    ],
    "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-01-27T01:40:40.858Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIeylgb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88e20829-9e22-41eb-8160-313071a30bcd
VfModuleModelInvariantUUID:9ef027a2-2eae-44f2-b015-bd89a1975d44
VfModuleModelDescription:NULL
Artifacts UUID List:{
a77f986a-70ef-4372-9af5-e5327a0f2984
,
37e92787-4ef5-4caa-a6af-857dc626b967

}
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-01-27T01:40:40.858Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a77f986a-70ef-4372-9af5-e5327a0f2984 from URL: /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml
2022-01-27T01:40:40.858Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:40:40.859Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml
2022-01-27T01:40:41.028Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:40:41.029Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml a77f986a-70ef-4372-9af5-e5327a0f2984 5033
2022-01-27T01:40:41.029Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-27T01:40:41.029Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml
2022-01-27T01:40:41.029Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:40:41.029Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:41.031Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:41.031Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247641029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:40:41.131Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:41.132Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:41.132Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:41.145Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:41.146Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:42.032Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37e92787-4ef5-4caa-a6af-857dc626b967 from URL: /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env
2022-01-27T01:40:42.032Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:40:42.033Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env
2022-01-27T01:40:42.223Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:40:42.223Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env 37e92787-4ef5-4caa-a6af-857dc626b967 909
2022-01-27T01:40:42.224Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-27T01:40:42.224Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env
2022-01-27T01:40:42.224Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:40:42.224Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:42.226Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:42.226Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247642224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:40:42.326Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:42.326Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:42.327Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:42.336Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:42.336Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:43.226Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7208ea8c-a47f-49dc-a127-b8b205dba097
2022-01-27T01:40:43.227Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iEYLGb 0 ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:40:43.237Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@428eff92, org.onap.sdc.toscaparser.api.parameters.Input@2147755a, org.onap.sdc.toscaparser.api.parameters.Input@76afc601, org.onap.sdc.toscaparser.api.parameters.Input@1c4a843, org.onap.sdc.toscaparser.api.parameters.Input@3483b586]
2022-01-27T01:40:43.238Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.239Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.239Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-01-27T01:40:43.239Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= eb5cad23-5ff0-410d-9333-bc6ec358a73f
2022-01-27T01:40:43.239Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb5cad23-5ff0-410d-9333-bc6ec358a73f matches Tosca VF Customization UUID: eb5cad23-5ff0-410d-9333-bc6ec358a73f
2022-01-27T01:40:43.239Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: eb5cad23-5ff0-410d-9333-bc6ec358a73f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-27T01:40:43.241Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.241Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.242Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id eb5cad23-5ff0-410d-9333-bc6ec358a73f: {\"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-01-27T01:40:43.242Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e31104d
2022-01-27T01:40:43.242Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.242Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:40:43.243Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8754c972-1ccb-4923-959f-b3cd77465210
2022-01-27T01:40:43.243Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8754c972-1ccb-4923-959f-b3cd77465210
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-27T01:40:43.244Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.245Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:43.245Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:40:43.245Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.245Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:43.245Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:40:43.246Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.246Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is not matching search criteria
2022-01-27T01:40:43.246Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-27T01:40:43.246Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-27T01:40:43.246Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=14977fe8-85cd-4403-8444-5c77778a2869
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-27T01:40:43.247Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.248Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:43.248Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:40:43.248Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.248Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iEYLGb 0 is matching search criteria
2022-01-27T01:40:43.248Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iEYLGb 0] matching following query criteria: sdcType=VF, customizationUUID=eb5cad23-5ff0-410d-9333-bc6ec358a73f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:40:43.249Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7208ea8c-a47f-49dc-a127-b8b205dba097: basic_onboard_iEYLGb
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.250Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.251Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.251Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.251Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.251Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:40:43.251Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iEYLGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:40:43.251Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_iEYLGb 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:40:43.303Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iEYLGb ecee3d89-781b-42e4-9c1a-aa3dd7e5c2e9 1 ASDC deployResourceStructure
2022-01-27T01:40:43.303Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json ASDC sendASDCNotification
2022-01-27T01:40:43.303Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json
2022-01-27T01:40:43.303Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:40:43.303Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:43.305Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:43.305Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247643303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T01:40:43.405Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:43.406Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:43.406Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:43.418Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:43.419Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:44.306Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-27T01:40:44.306Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml
2022-01-27T01:40:44.306Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:40:44.307Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:44.308Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:44.308Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247644306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-27T01:40:44.409Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-27T01:40:44.409Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:44.410Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:44.421Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:44.422Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:45.309Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-27T01:40:45.310Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env
2022-01-27T01:40:45.310Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:40:45.310Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:45.312Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:45.312Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247645309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-27T01:40:45.412Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:45.412Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:45.413Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:45.425Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:45.425Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:46.313Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar ASDC sendASDCNotification
2022-01-27T01:40:46.313Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar
2022-01-27T01:40:46.313Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:40:46.313Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:40:46.315Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:40:46.315Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247646313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:40:46.415Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:40:46.416Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:40:46.416Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:40:46.429Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:40:46.429Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:40:47.316Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:40:47.325Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 883f57ed-699e-4f5e-973b-cf0f7dfc03f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:40:47.328Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:40:47.328Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-27T01:40:47.328Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-27T01:40:47.328Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-27T01:40:47.328Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:40:47.329Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:40:47.329Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:40:47.329Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:40:47.329Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:40:47.329Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:40:47.329Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:40:47.332Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-27T01:41:17.333Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-27T01:41:17.337Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 and serviceModelVersionId: 7208ea8c-a47f-49dc-a127-b8b205dba097
2022-01-27T01:41:17.337Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 888b52cc-221e-46bf-9f10-56112732f593
2022-01-27T01:41:17.337Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/888b52cc-221e-46bf-9f10-56112732f593/model-vers/model-ver/7208ea8c-a47f-49dc-a127-b8b205dba097?depth=0
2022-01-27T01:41:17.341Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-01-27T01:41:17.377Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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/888b52cc-221e-46bf-9f10-56112732f593/model-vers/model-ver/7208ea8c-a47f-49dc-a127-b8b205dba097?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-01-27T01:41:17.378Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/888b52cc-221e-46bf-9f10-56112732f593/model-vers/model-ver/7208ea8c-a47f-49dc-a127-b8b205dba097?depth=0|INFO|500||Invoke
2022-01-27T01:41:17.398Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/888b52cc-221e-46bf-9f10-56112732f593/model-vers/model-ver/7208ea8c-a47f-49dc-a127-b8b205dba097?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-27T01:41:17.618Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/888b52cc-221e-46bf-9f10-56112732f593/model-vers/model-ver/7208ea8c-a47f-49dc-a127-b8b205dba097?depth=0|INFO|500||InvokeReturn
2022-01-27T01:41:17.618Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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/888b52cc-221e-46bf-9f10-56112732f593/model-vers/model-ver/7208ea8c-a47f-49dc-a127-b8b205dba097?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220127-01:41:17:405-18196], vertex-id=[180448], Content-Length=[0], Date=[Thu, 27 Jan 2022 01:41:17 GMT], Content-Type=[application/json]}
2022-01-27T01:41:17.619Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-01-27T01:41:17.619Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-27T01:41:17.619Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:41:17.622Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-27T01:41:17.622Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 883f57ed-699e-4f5e-973b-cf0f7dfc03f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-27T01:41:17.622Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-27T01:41:17.623Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:41:17.624Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:41:17.624Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247677622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T01:41:17.724Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:41:17.725Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:41:17.725Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:41:17.738Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:41:17.738Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-27T01:41:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:41:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:41:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:41:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:41:29.205Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:41:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:41:29.324Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:41:29.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-27T01:41:29.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:41:29.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:41:38.738Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:42:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:42:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:42:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:42:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:42:29.205Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:42:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:42:29.723Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:42:29.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:42:29.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:42:29.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:42:29.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247629203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247637131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247639850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247641029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247642224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247643303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/basic_onboard_ieylgb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247644306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247645309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/resourceInstances/basic_onboard_ieylgb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247646313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeylgb/1.0/artifacts/service-BasicOnboardIeylgb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:42:29.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:29.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:42:29.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "883f57ed-699e-4f5e-973b-cf0f7dfc03f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643247677622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T01:42:29.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:42:38.738Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:43:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:43:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:43:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:43:29.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:43:29.204Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:43:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:43:38.739Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:43:38.741Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:44:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:44:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:44:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:44:29.204Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:44:29.204Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:44:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:44:38.738Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:44:38.738Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:45:29.203Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:45:29.203Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:45:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:45:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:45:29.205Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:45:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:45:38.744Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:45:38.745Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:46:29.203Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:46:29.203Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:46:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:46:29.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:46:29.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:46:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:46:38.738Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:46:38.739Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:47:29.203Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:47:29.203Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:47:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:47:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:47:29.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:47:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:47:38.739Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:47:38.739Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:48:29.203Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:48:29.203Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:48:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:48:29.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:48:29.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:48:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:48:38.741Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:48:38.741Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:49:29.203Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:49:29.203Z||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-01-27T01:49:29.203Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:49:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:49:29.206Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:49:29.206Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:49:38.739Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:49:38.739Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:50:29.203Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:50:29.204Z||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-01-27T01:50:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:50:29.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:50:29.205Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:50:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:50:38.740Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:50:38.740Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:51:29.203Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:51:29.204Z||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-01-27T01:51:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:51:29.204Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:51:29.205Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:51:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:51:38.743Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:51:38.745Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:52:29.203Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:52:29.204Z||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-01-27T01:52:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:52:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:52:29.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:52:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:52:38.744Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:52:38.747Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:53:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:53:29.203Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:53:29.205Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:53:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:38.271Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:38.271Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-27T01:53:38.271Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a819bdb-c2da-48cd-9a20-e481dda6e86f","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3c8c82b1-aff1-46bd-b5fa-e465323e09b6","serviceDescription":"service","serviceInvariantUUID":"8a95b922-7682-409e-a260-c9846c51bc42","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"56725b05-62cb-43a9-bb0c-3c85110ba07d","resourceInvariantUUID":"8331046b-0353-43ae-9999-bee9993a31cb","resourceCustomizationUUID":"5ae9a184-c983-4fa8-a579-67c84b1fb179","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5f768893-f283-4a74-8d3d-f6e710f6b3cf","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NDJhNGM2MDBhNTE3ZmIzZWZiZDRhNzFhYzVlYzI3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59194c46-cf7b-4ac9-bd6a-f5630c0da667","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ODY0ZTUxN2RlMzYxOTc2YTVlMmNlN2FjNGRjYmJmYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c1ae6ff6-864f-483a-9625-f15f72e2c8e1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"69ff2af3-13fd-481b-a2c0-984cd9dba42a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8416e66a-86e6-46b5-bcb6-eb94fb0fb397","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5199bcf1-3251-43f6-b5a7-069934ed8db4","artifactVersion":"2","generatedFromUUID":"69ff2af3-13fd-481b-a2c0-984cd9dba42a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjNkNzI5ZWQ2OWJlNmYzNzMzMmU5ZjA4Y2VjZTYwMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5137c026-fd4e-416e-a8e4-e88ddd5260cd","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OTA0NTJjMTYxMmRhYTAwZjEzM2Y2NWEwMDEzYzczMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13d74952-ff18-4731-8854-260c2bd68c8c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-27T01:53:38.273Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:38.274Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:38.275Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:38.275Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:53:38.376Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:38.377Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:38.377Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:38.391Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:38.391Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":4,"count":1}
2022-01-27T01:53:38.501Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:38.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:53:38.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "aai-ml",
  "timestamp": 1643248417251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:53:38.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:53:38.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:53:38.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:53:38.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:53:39.276Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:39.277Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:39.278Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:39.278Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:53:39.378Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:39.379Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:39.379Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:39.389Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:39.389Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:40.279Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:40.280Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:40.281Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:40.281Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:53:40.381Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-27T01:53:40.382Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:40.382Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:40.391Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:40.391Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:41.282Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:41.283Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:41.285Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:41.285Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:53:41.385Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:41.386Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:41.386Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:41.396Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:41.397Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:53:42.286Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:42.286Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:42.288Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:42.288Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:53:42.388Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:42.389Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:42.389Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:42.399Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:42.399Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:43.289Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:43.289Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:43.291Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:43.291Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-27T01:53:43.391Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:43.392Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:43.392Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:43.401Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:43.402Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:44.292Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:44.292Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:44.294Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:44.294Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:53:44.394Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:44.395Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:44.395Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:44.407Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:44.407Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:45.295Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:53:45.295Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:45.297Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:45.297Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:53:45.397Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:45.398Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:45.398Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:45.411Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:45.411Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:46.298Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "3c8c82b1-aff1-46bd-b5fa-e465323e09b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8a95b922-7682-409e-a260-c9846c51bc42",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "5ae9a184-c983-4fa8-a579-67c84b1fb179",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "56725b05-62cb-43a9-bb0c-3c85110ba07d",
      "resourceInvariantUUID": "8331046b-0353-43ae-9999-bee9993a31cb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "ODY0ZTUxN2RlMzYxOTc2YTVlMmNlN2FjNGRjYmJmYjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c1ae6ff6-864f-483a-9625-f15f72e2c8e1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "69ff2af3-13fd-481b-a2c0-984cd9dba42a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5199bcf1-3251-43f6-b5a7-069934ed8db4",
            "generatedFromUUID": "69ff2af3-13fd-481b-a2c0-984cd9dba42a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5199bcf1-3251-43f6-b5a7-069934ed8db4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "OTA0NTJjMTYxMmRhYTAwZjEzM2Y2NWEwMDEzYzczMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13d74952-ff18-4731-8854-260c2bd68c8c"
    }
  ],
  "workloadContext": "Production"
}
2022-01-27T01:53:46.299Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-27T01:53:46.299Z|883f57ed-699e-4f5e-973b-cf0f7dfc03f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c8c82b1-aff1-46bd-b5fa-e465323e09b6 ASDC
2022-01-27T01:53:46.299Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4a819bdb-c2da-48cd-9a20-e481dda6e86f
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:3c8c82b1-aff1-46bd-b5fa-e465323e09b6
ServiceInvariantUUID:8a95b922-7682-409e-a260-c9846c51bc42
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:13d74952-ff18-4731-8854-260c2bd68c8c
ArtifactChecksum:OTA0NTJjMTYxMmRhYTAwZjEzM2Y2NWEwMDEzYzczMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:5ae9a184-c983-4fa8-a579-67c84b1fb179
ResourceInvariantUUID:8331046b-0353-43ae-9999-bee9993a31cb
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:56725b05-62cb-43a9-bb0c-3c85110ba07d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:c1ae6ff6-864f-483a-9625-f15f72e2c8e1
ArtifactChecksum:ODY0ZTUxN2RlMzYxOTc2YTVlMmNlN2FjNGRjYmJmYjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:69ff2af3-13fd-481b-a2c0-984cd9dba42a
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:5199bcf1-3251-43f6-b5a7-069934ed8db4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:5199bcf1-3251-43f6-b5a7-069934ed8db4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-27T01:53:46.299Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c8c82b1-aff1-46bd-b5fa-e465323e09b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:53:46.319Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:53:46.320Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:53:46.320Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:53:46.320Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 13d74952-ff18-4731-8854-260c2bd68c8c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-27T01:53:46.320Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:53:46.321Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-27T01:53:47.017Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:53:47.020Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 13d74952-ff18-4731-8854-260c2bd68c8c 73649
2022-01-27T01:53:47.021Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-01-27T01:53:47.021Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-27T01:53:47.021Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:53:47.021Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:47.023Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:47.023Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248427021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:53:47.123Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:47.124Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:47.124Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:47.134Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:47.134Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:48.023Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:53:48.024Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:53:48.024Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 13d74952-ff18-4731-8854-260c2bd68c8c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:48.025Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-01-27T01:53:48.025Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:48.025Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:48.149Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15382161040184379764/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-01-27T01:53:49.026Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|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-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|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-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|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-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.027Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|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-Basicclamp-csar.csar
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|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-Basicclamp-csar.csar
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:53:49.028Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.029Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:53:49.030Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:49.031Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ab774369-bfa8-4693-a330-e596d5cce76e
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.032Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.033Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.033Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.033Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:49.033Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:49.033Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:3c8c82b1-aff1-46bd-b5fa-e465323e09b6
Model Version:NULL
Model InvariantUuid:8a95b922-7682-409e-a260-c9846c51bc42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:333b8fea-61f7-4fc2-9628-63c1ea25ea18
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8331046b-0353-43ae-9999-bee9993a31cb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5ae9a184-c983-4fa8-a579-67c84b1fb179
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f00754e1-c2b0-4ede-9068-a6f7ba629418
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:d44702c6-6a6a-4ab7-a999-c5932ee131ad
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ab774369-bfa8-4693-a330-e596d5cce76e
ModelInvariantUuid:8b080519-6099-4311-8115-9017b4255994
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:506cf5ad-a5f5-48f5-a63b-0553a4a9eef7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a50f21ff-bad2-4a79-ad4c-864740ba6cae
ModelInvariantUuid:264d71ff-a7e1-450f-ac00-6b3e445a0aac
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:311c93c0-e96e-44a3-aff6-3d2d5d6051ee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-27T01:53:49.037Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 56725b05-62cb-43a9-bb0c-3c85110ba07d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:53:49.039Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||basicclamp 0
2022-01-27T01:53:49.039Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 56725b05-62cb-43a9-bb0c-3c85110ba07d
2022-01-27T01:53:49.039Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c1ae6ff6-864f-483a-9625-f15f72e2c8e1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-27T01:53:49.040Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:53:49.040Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-27T01:53:49.127Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:53:49.128Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json c1ae6ff6-864f-483a-9625-f15f72e2c8e1 790
2022-01-27T01:53:49.128Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-01-27T01:53:49.128Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-27T01:53:49.128Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:53:49.128Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:49.130Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:49.130Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248429128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:53:49.230Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:49.232Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:49.232Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:49.243Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:49.243Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:50.131Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f00754e1-c2b0-4ede-9068-a6f7ba629418",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d44702c6-6a6a-4ab7-a999-c5932ee131ad",
    "vfModuleModelCustomizationUUID": "d75cb23c-a625-4e79-a7e2-13f60994885a",
    "isBase": true,
    "artifacts": [
      "69ff2af3-13fd-481b-a2c0-984cd9dba42a",
      "5199bcf1-3251-43f6-b5a7-069934ed8db4"
    ],
    "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-01-27T01:53:50.134Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d44702c6-6a6a-4ab7-a999-c5932ee131ad
VfModuleModelInvariantUUID:f00754e1-c2b0-4ede-9068-a6f7ba629418
VfModuleModelDescription:NULL
Artifacts UUID List:{
69ff2af3-13fd-481b-a2c0-984cd9dba42a
,
5199bcf1-3251-43f6-b5a7-069934ed8db4

}
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-01-27T01:53:50.135Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f00754e1-c2b0-4ede-9068-a6f7ba629418",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d44702c6-6a6a-4ab7-a999-c5932ee131ad",
    "vfModuleModelCustomizationUUID": "d75cb23c-a625-4e79-a7e2-13f60994885a",
    "isBase": true,
    "artifacts": [
      "69ff2af3-13fd-481b-a2c0-984cd9dba42a",
      "5199bcf1-3251-43f6-b5a7-069934ed8db4"
    ],
    "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-01-27T01:53:50.136Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d44702c6-6a6a-4ab7-a999-c5932ee131ad
VfModuleModelInvariantUUID:f00754e1-c2b0-4ede-9068-a6f7ba629418
VfModuleModelDescription:NULL
Artifacts UUID List:{
69ff2af3-13fd-481b-a2c0-984cd9dba42a
,
5199bcf1-3251-43f6-b5a7-069934ed8db4

}
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-01-27T01:53:50.136Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 69ff2af3-13fd-481b-a2c0-984cd9dba42a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-27T01:53:50.136Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:53:50.136Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-27T01:53:50.422Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:53:50.423Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 69ff2af3-13fd-481b-a2c0-984cd9dba42a 5033
2022-01-27T01:53:50.423Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-27T01:53:50.423Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-27T01:53:50.423Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:53:50.423Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:50.425Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:50.425Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248430423,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:53:50.525Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:50.526Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:50.526Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:50.537Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:50.537Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:53:51.426Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5199bcf1-3251-43f6-b5a7-069934ed8db4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-27T01:53:51.427Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:53:51.427Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-27T01:53:51.636Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:53:51.637Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5199bcf1-3251-43f6-b5a7-069934ed8db4 909
2022-01-27T01:53:51.637Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-27T01:53:51.637Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-27T01:53:51.637Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:53:51.637Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:51.639Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:51.639Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248431637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:53:51.739Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:51.740Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:51.740Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:51.749Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:51.750Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:53:52.639Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3c8c82b1-aff1-46bd-b5fa-e465323e09b6
2022-01-27T01:53:52.640Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 56725b05-62cb-43a9-bb0c-3c85110ba07d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:53:52.649Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@625d55bc, org.onap.sdc.toscaparser.api.parameters.Input@45660be7, org.onap.sdc.toscaparser.api.parameters.Input@60cdf451, org.onap.sdc.toscaparser.api.parameters.Input@4b70d2be, org.onap.sdc.toscaparser.api.parameters.Input@43089ed9]
2022-01-27T01:53:52.650Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.650Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:52.650Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-01-27T01:53:52.651Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 5ae9a184-c983-4fa8-a579-67c84b1fb179
2022-01-27T01:53:52.651Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ae9a184-c983-4fa8-a579-67c84b1fb179 matches Tosca VF Customization UUID: 5ae9a184-c983-4fa8-a579-67c84b1fb179
2022-01-27T01:53:52.651Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 5ae9a184-c983-4fa8-a579-67c84b1fb179  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-27T01:53:52.652Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.653Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:52.653Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 5ae9a184-c983-4fa8-a579-67c84b1fb179: {\"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-01-27T01:53:52.653Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@748c5931
2022-01-27T01:53:52.653Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.654Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:53:52.654Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d75cb23c-a625-4e79-a7e2-13f60994885a
2022-01-27T01:53:52.654Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d75cb23c-a625-4e79-a7e2-13f60994885a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-27T01:53:52.656Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.656Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:52.656Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:53:52.656Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.656Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:52.656Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:53:52.657Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.657Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-27T01:53:52.657Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-27T01:53:52.657Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-27T01:53:52.657Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ab774369-bfa8-4693-a330-e596d5cce76e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-27T01:53:52.659Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.659Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:52.659Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:53:52.659Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.660Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-27T01:53:52.660Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=5ae9a184-c983-4fa8-a579-67c84b1fb179
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:53:52.661Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.661Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:52.661Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3c8c82b1-aff1-46bd-b5fa-e465323e09b6: basicclamp
2022-01-27T01:53:52.662Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.662Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:52.662Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.662Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:52.662Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.662Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:52.662Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.663Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:52.663Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:53:52.663Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:53:52.663Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:53:52.713Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 56725b05-62cb-43a9-bb0c-3c85110ba07d 1 ASDC deployResourceStructure
2022-01-27T01:53:52.714Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-01-27T01:53:52.714Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-27T01:53:52.714Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:53:52.714Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:52.715Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:52.716Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248432713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T01:53:52.816Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:52.816Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:52.817Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:52.826Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:52.826Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:53.717Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-27T01:53:53.717Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-27T01:53:53.717Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:53:53.717Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:53.719Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:53.719Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248433716,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-27T01:53:53.820Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-27T01:53:53.821Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:53.821Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:53.830Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:53.831Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:54.720Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-27T01:53:54.720Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-27T01:53:54.721Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:53:54.721Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:54.722Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:54.722Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248434720,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-27T01:53:54.823Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:54.823Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:54.823Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:54.833Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:54.833Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:55.723Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-01-27T01:53:55.724Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-27T01:53:55.724Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:53:55.724Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:53:55.726Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:53:55.726Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248435723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:53:55.826Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:53:55.827Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:53:55.827Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:53:55.836Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:53:55.837Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:53:56.727Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:53:56.734Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:53:56.736Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:53:56.736Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:53:56.736Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:54:26.736Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:54:26.746Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:54:26.748Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:54:26.748Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:54:26.748Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:54:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:54:29.205Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:54:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:54:29.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:54:29.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T01:54:29.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "cds",
  "timestamp": 1643248410204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:54:29.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:54:56.748Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:54:56.755Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:54:56.759Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:54:56.759Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:54:56.759Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:55:26.759Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:55:26.767Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:55:26.769Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:55:26.769Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:55:26.769Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:55:29.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:55:29.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:55:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:55:29.225Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:55:29.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:55:29.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248411963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:55:29.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:55:56.769Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:55:56.778Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:55:56.780Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:55:56.780Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:55:56.780Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:56:26.780Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:56:26.791Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:56:26.792Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:56:26.792Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T01:56:26.793Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T01:56:29.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:56:29.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:56:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:56:29.219Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:56:29.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "cds",
  "timestamp": 1643248410204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "aai-ml",
  "timestamp": 1643248417251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248411963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "cds",
  "timestamp": 1643248410204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "aai-ml",
  "timestamp": 1643248417251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248411963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "aai-ml",
  "timestamp": 1643248417251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "cds",
  "timestamp": 1643248410204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248411963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "aai-ml",
  "timestamp": 1643248417251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "cds",
  "timestamp": 1643248410204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248411963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "policy-id",
  "timestamp": 1643248422632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "aai-ml",
  "timestamp": 1643248417251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "cds",
  "timestamp": 1643248410204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248411963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "policy-id",
  "timestamp": 1643248422632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "aai-ml",
  "timestamp": 1643248417251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "cds",
  "timestamp": 1643248410204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248411963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248424047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "cds",
  "timestamp": 1643248410204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248409203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "policy-id",
  "timestamp": 1643248422632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "aai-ml",
  "timestamp": 1643248417251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248411963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248424047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "policy-id",
  "timestamp": 1643248422632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248424047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "aai-ml",
  "timestamp": 1643248426940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "cds",
  "timestamp": 1643248426941,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248427021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248426453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "policy-id",
  "timestamp": 1643248422632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248424047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "cds",
  "timestamp": 1643248427947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:56:29.240Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a819bdb-c2da-48cd-9a20-e481dda6e86f
2022-01-27T01:56:29.240Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a819bdb-c2da-48cd-9a20-e481dda6e86f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:56:29.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248426453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "policy-id",
  "timestamp": 1643248422632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248424047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248428135,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248426453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248429128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "policy-id",
  "timestamp": 1643248422632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248424047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248428135,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248426453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "policy-id",
  "timestamp": 1643248422632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248430423,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248424047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248428135,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248426453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "policy-id",
  "timestamp": 1643248431433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248431637,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248424047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248428135,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248426453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "policy-id",
  "timestamp": 1643248432436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248432713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248428135,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "cds",
  "timestamp": 1643248428951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248431963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248426453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "policy-id",
  "timestamp": 1643248433439,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:56:29.268Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a819bdb-c2da-48cd-9a20-e481dda6e86f
2022-01-27T01:56:29.268Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a819bdb-c2da-48cd-9a20-e481dda6e86f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:56:29.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248433716,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248428135,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "cds",
  "timestamp": 1643248428951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248431963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "aai-ml",
  "timestamp": 1643248433919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248426453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248434720,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248428135,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "cds",
  "timestamp": 1643248428951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248431963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "aai-ml",
  "timestamp": 1643248434923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:56:29.279Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a819bdb-c2da-48cd-9a20-e481dda6e86f
2022-01-27T01:56:29.279Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a819bdb-c2da-48cd-9a20-e481dda6e86f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:56:29.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248435222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.284Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248435723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248428135,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "cds",
  "timestamp": 1643248428951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248431963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248436399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "cds",
  "timestamp": 1643248428951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248431963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248437011,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248437695,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "cds",
  "timestamp": 1643248428951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248431963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248438718,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:56:29.289Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a819bdb-c2da-48cd-9a20-e481dda6e86f
2022-01-27T01:56:29.289Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a819bdb-c2da-48cd-9a20-e481dda6e86f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "cds",
  "timestamp": 1643248428951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248431963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248438914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248439721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "cds",
  "timestamp": 1643248428951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248431963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248439917,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:56:29.298Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a819bdb-c2da-48cd-9a20-e481dda6e86f
2022-01-27T01:56:29.298Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a819bdb-c2da-48cd-9a20-e481dda6e86f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:56:29.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248441526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "cds",
  "timestamp": 1643248442198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248442530,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "policy-id",
  "timestamp": 1643248442632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "cds",
  "timestamp": 1643248444097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:56:29.328Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64db70cf-78b8-4c11-89b8-3bc6b3a0af05
2022-01-27T01:56:29.328Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64db70cf-78b8-4c11-89b8-3bc6b3a0af05 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:56:29.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "policy-id",
  "timestamp": 1643248442632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "policy-id",
  "timestamp": 1643248442632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248445556,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-27T01:56:29.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "cds",
  "timestamp": 1643248445099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "policy-id",
  "timestamp": 1643248442632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248446560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "cds",
  "timestamp": 1643248445099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248446454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "policy-id",
  "timestamp": 1643248442632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "clamp",
  "timestamp": 1643248447564,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:56:29.338Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 4a819bdb-c2da-48cd-9a20-e481dda6e86f
2022-01-27T01:56:29.338Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a819bdb-c2da-48cd-9a20-e481dda6e86f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:56:29.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "aai-ml",
  "timestamp": 1643248447251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248446454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "policy-id",
  "timestamp": 1643248442632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "cds",
  "timestamp": 1643248448352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "aai-ml",
  "timestamp": 1643248447251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248446454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "policy-id",
  "timestamp": 1643248442632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "cds",
  "timestamp": 1643248449357,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:56:29.352Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49bf218d-0e6f-431d-b0fe-1476f043f6e2
2022-01-27T01:56:29.352Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49bf218d-0e6f-431d-b0fe-1476f043f6e2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:56:29.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "aai-ml",
  "timestamp": 1643248447251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248446454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "policy-id",
  "timestamp": 1643248442632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "aai-ml",
  "timestamp": 1643248447251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248446454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "policy-id",
  "timestamp": 1643248451546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "aai-ml",
  "timestamp": 1643248447251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248446454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "policy-id",
  "timestamp": 1643248452550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248451963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "aai-ml",
  "timestamp": 1643248447251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248446454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "policy-id",
  "timestamp": 1643248453553,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:56:29.362Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64db70cf-78b8-4c11-89b8-3bc6b3a0af05
2022-01-27T01:56:29.362Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64db70cf-78b8-4c11-89b8-3bc6b3a0af05 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:56:29.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248451963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "aai-ml",
  "timestamp": 1643248447251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248446454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "clamp",
  "timestamp": 1643248454047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "aai-ml",
  "timestamp": 1643248447251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248455314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "clamp",
  "timestamp": 1643248454047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "aai-ml",
  "timestamp": 1643248456221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248456613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "clamp",
  "timestamp": 1643248454047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "clamp",
  "timestamp": 1643248454047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248457917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "clamp",
  "timestamp": 1643248454047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248458135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248458936,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:56:29.373Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64db70cf-78b8-4c11-89b8-3bc6b3a0af05
2022-01-27T01:56:29.373Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64db70cf-78b8-4c11-89b8-3bc6b3a0af05 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-27T01:56:29.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "clamp",
  "timestamp": 1643248454047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248458135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248459938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "clamp",
  "timestamp": 1643248454047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248458135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248446454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "clamp",
  "timestamp": 1643248454047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248458135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248446454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248458135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "policy-id",
  "timestamp": 1643248462632,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248458135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "aai-ml",
  "timestamp": 1643248463818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "policy-id",
  "timestamp": 1643248462632,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248458135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "aai-ml",
  "timestamp": 1643248464821,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:56:29.382Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64db70cf-78b8-4c11-89b8-3bc6b3a0af05
2022-01-27T01:56:29.382Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64db70cf-78b8-4c11-89b8-3bc6b3a0af05 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:56:29.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "policy-id",
  "timestamp": 1643248465305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248458135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "aai-ml",
  "timestamp": 1643248447251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:56:29.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "policy-id",
  "timestamp": 1643248466309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "aai-ml",
  "timestamp": 1643248447251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:56:29.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:56:29.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248467103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.389Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "policy-id",
  "timestamp": 1643248467311,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:56:29.392Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49bf218d-0e6f-431d-b0fe-1476f043f6e2
2022-01-27T01:56:29.392Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49bf218d-0e6f-431d-b0fe-1476f043f6e2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:56:29.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "aai-ml",
  "timestamp": 1643248468214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:56:29.397Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:29.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:56:29.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248468982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:56:29.397Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:56:56.793Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:56:56.800Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:56:56.803Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:56:56.803Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-27T01:56:56.803Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-27T01:56:56.803Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-27T01:56:56.803Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:56:56.803Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:56:56.803Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-27T01:56:56.803Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:56:56.806Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-27T01:57:26.806Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-27T01:57:26.811Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a819bdb-c2da-48cd-9a20-e481dda6e86f and serviceModelVersionId: 3c8c82b1-aff1-46bd-b5fa-e465323e09b6
2022-01-27T01:57:26.811Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a95b922-7682-409e-a260-c9846c51bc42
2022-01-27T01:57:26.812Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a95b922-7682-409e-a260-c9846c51bc42/model-vers/model-ver/3c8c82b1-aff1-46bd-b5fa-e465323e09b6?depth=0
2022-01-27T01:57:26.816Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-01-27T01:57:26.849Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|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/8a95b922-7682-409e-a260-c9846c51bc42/model-vers/model-ver/3c8c82b1-aff1-46bd-b5fa-e465323e09b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-01-27T01:57:26.850Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a95b922-7682-409e-a260-c9846c51bc42/model-vers/model-ver/3c8c82b1-aff1-46bd-b5fa-e465323e09b6?depth=0|INFO|500||Invoke
2022-01-27T01:57:26.869Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a95b922-7682-409e-a260-c9846c51bc42/model-vers/model-ver/3c8c82b1-aff1-46bd-b5fa-e465323e09b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-27T01:57:27.215Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a95b922-7682-409e-a260-c9846c51bc42/model-vers/model-ver/3c8c82b1-aff1-46bd-b5fa-e465323e09b6?depth=0|INFO|500||InvokeReturn
2022-01-27T01:57:27.215Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|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/8a95b922-7682-409e-a260-c9846c51bc42/model-vers/model-ver/3c8c82b1-aff1-46bd-b5fa-e465323e09b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220127-01:57:26:877-35235], vertex-id=[204808], Content-Length=[0], Date=[Thu, 27 Jan 2022 01:57:26 GMT], Content-Type=[application/json]}
2022-01-27T01:57:27.215Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-01-27T01:57:27.215Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-27T01:57:27.215Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:57:27.219Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-27T01:57:27.219Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a819bdb-c2da-48cd-9a20-e481dda6e86f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-01-27T01:57:27.219Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-27T01:57:27.220Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:27.221Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:27.221Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248647219,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-01-27T01:57:27.321Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:27.322Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:27.322Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:27.335Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:27.335Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-27T01:57:28.231Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:57:28.232Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:57:28.232Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:29.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:57:29.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:57:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:29.222Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:29.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248469985,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:57:29.230Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64db70cf-78b8-4c11-89b8-3bc6b3a0af05
2022-01-27T01:57:29.230Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64db70cf-78b8-4c11-89b8-3bc6b3a0af05 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:57:29.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "clamp",
  "timestamp": 1643248470530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:57:29.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248458135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248458135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "aai-ml",
  "timestamp": 1643248473332,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248473338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "clamp",
  "timestamp": 1643248473533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "aai-ml",
  "timestamp": 1643248474336,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:57:29.239Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49bf218d-0e6f-431d-b0fe-1476f043f6e2
2022-01-27T01:57:29.239Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49bf218d-0e6f-431d-b0fe-1476f043f6e2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:57:29.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "clamp",
  "timestamp": 1643248474535,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:57:29.247Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 64db70cf-78b8-4c11-89b8-3bc6b3a0af05
2022-01-27T01:57:29.247Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64db70cf-78b8-4c11-89b8-3bc6b3a0af05 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:57:29.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248474701,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:57:29.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "clamp",
  "timestamp": 1643248454047,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248475703,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:57:29.255Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49bf218d-0e6f-431d-b0fe-1476f043f6e2
2022-01-27T01:57:29.255Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49bf218d-0e6f-431d-b0fe-1476f043f6e2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:57:29.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "clamp",
  "timestamp": 1643248454047,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:57:29.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "clamp",
  "timestamp": 1643248481532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:57:29.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "clamp",
  "timestamp": 1643248483537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:57:29.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "clamp",
  "timestamp": 1643248484541,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:57:29.265Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49bf218d-0e6f-431d-b0fe-1476f043f6e2
2022-01-27T01:57:29.265Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49bf218d-0e6f-431d-b0fe-1476f043f6e2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:57:29.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "cds",
  "timestamp": 1643248500204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "policy-id",
  "timestamp": 1643248502632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "cds",
  "timestamp": 1643248500204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "policy-id",
  "timestamp": 1643248502632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "cds",
  "timestamp": 1643248500204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "policy-id",
  "timestamp": 1643248502632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "cds",
  "timestamp": 1643248500204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "policy-id",
  "timestamp": 1643248502632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248506453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "cds",
  "timestamp": 1643248500204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "policy-id",
  "timestamp": 1643248502632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "aai-ml",
  "timestamp": 1643248507251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248506453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "cds",
  "timestamp": 1643248500204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "policy-id",
  "timestamp": 1643248502632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "aai-ml",
  "timestamp": 1643248507251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248506453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "cds",
  "timestamp": 1643248500204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "policy-id",
  "timestamp": 1643248502632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "aai-ml",
  "timestamp": 1643248507251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248506453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "cds",
  "timestamp": 1643248500204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "policy-id",
  "timestamp": 1643248502632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "aai-ml",
  "timestamp": 1643248507251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248506453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "cds",
  "timestamp": 1643248511445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "policy-id",
  "timestamp": 1643248511526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "aai-ml",
  "timestamp": 1643248507251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248506453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "cds",
  "timestamp": 1643248512449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:57:29.283Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bcba735-3a8e-47ec-92cb-d59769e870a0
2022-01-27T01:57:29.283Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcba735-3a8e-47ec-92cb-d59769e870a0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:57:29.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "policy-id",
  "timestamp": 1643248512529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:57:29.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248511963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "aai-ml",
  "timestamp": 1643248507251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248506453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "policy-id",
  "timestamp": 1643248513532,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:57:29.293Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bcba735-3a8e-47ec-92cb-d59769e870a0
2022-01-27T01:57:29.293Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcba735-3a8e-47ec-92cb-d59769e870a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:57:29.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248511963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "aai-ml",
  "timestamp": 1643248507251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248506453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:57:29.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248511963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "clamp",
  "timestamp": 1643248514046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "aai-ml",
  "timestamp": 1643248507251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248511963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "clamp",
  "timestamp": 1643248514046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "aai-ml",
  "timestamp": 1643248516128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248511963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "clamp",
  "timestamp": 1643248514046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248511963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "clamp",
  "timestamp": 1643248514046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248511963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "clamp",
  "timestamp": 1643248514046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248518135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248511963,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "clamp",
  "timestamp": 1643248514046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248518135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "aai-ml",
  "timestamp": 1643248520421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "clamp",
  "timestamp": 1643248514046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248518135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248520841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:57:29.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "aai-ml",
  "timestamp": 1643248521424,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:57:29.307Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6bcba735-3a8e-47ec-92cb-d59769e870a0
2022-01-27T01:57:29.307Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcba735-3a8e-47ec-92cb-d59769e870a0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:57:29.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "clamp",
  "timestamp": 1643248514046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:57:29.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248518135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248522032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-27T01:57:29.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248518135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248523037,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:57:29.317Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6bcba735-3a8e-47ec-92cb-d59769e870a0
2022-01-27T01:57:29.317Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcba735-3a8e-47ec-92cb-d59769e870a0 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:57:29.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248518135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248518135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:29.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248518135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:57:29.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:57:29.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248527097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:57:29.325Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:29.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T01:57:29.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248528712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:57:29.325Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:57:32.575Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:32.575Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-27T01:57:32.576Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"64db70cf-78b8-4c11-89b8-3bc6b3a0af05","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e2d9ba89-9b62-4e5f-b691-990678fed7a9","serviceDescription":"service","serviceInvariantUUID":"3a31f6f8-54c9-4231-be66-d3f5b1066b46","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"adc76e93-3686-4299-8adb-64df4f78e4cd","resourceInvariantUUID":"b3aafd53-8d3f-44cd-8e4d-943b4a67efa3","resourceCustomizationUUID":"36a95496-bd4f-41c6-9748-4730c417a933","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":"ZjAxMTAyNGI1NzdiN2EyZTZiZjhjZjBjNjg4ZTM5YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e61256e-8c85-46b1-9d2e-fe2173f94ef2","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":"ZWQ3ODg0YTg5Y2I4YzlhMDUwZDdkZjk1NDgwM2Y5ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"33eba353-4bb4-49ff-9b35-2c8f2cc632d3","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":"1d7f28ef-f6c6-433f-9a8d-e6f379445349","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":"0154e5d8-e597-4357-adf6-306b795dc13c","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":"898051a3-39ed-41c2-9c84-3f3cfee73d48","artifactVersion":"2","generatedFromUUID":"1d7f28ef-f6c6-433f-9a8d-e6f379445349"},{"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":"NDI4OTJhYWZlYTE1YzUzZDQxOTJlODI4MzQ5OTZmZWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7ed916ce-58c3-4967-923e-d42ceb3c335e","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":"YjZmNTU1MDE4MDc0ZDBjZDllOGU2MGZlMTBkMzNkMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5bcb8c50-29c3-443c-9db5-1bd027926683","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDU2YTI2M2M4ODY4NTE4MDNmNjA1OGVkYTNiZmFiN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6fe66d16-0c62-4863-ab38-d5ac32b482aa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-27T01:57:32.578Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:57:32.578Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:32.580Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:32.580Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:32.680Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:32.680Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:32.681Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:32.690Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:32.691Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:33.580Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:57:33.581Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:33.582Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:33.583Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:57:33.683Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:33.684Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:33.684Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:33.693Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:33.694Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:34.583Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:57:34.584Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:34.585Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:34.585Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:57:34.686Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:34.686Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:34.686Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:34.695Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:34.696Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:57:35.586Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:57:35.587Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:35.589Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:35.589Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:35.689Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:35.689Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:35.690Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:35.699Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:35.699Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:36.589Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:57:36.590Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:36.591Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:36.591Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-27T01:57:36.692Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-27T01:57:36.692Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:36.692Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:36.702Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:36.702Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:37.592Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:57:37.593Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:37.594Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:37.594Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:37.694Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:37.695Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:37.695Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:37.707Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:37.707Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:38.595Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:57:38.596Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:38.597Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:38.597Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:57:38.698Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:38.698Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:38.698Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:38.710Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:38.710Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:57:39.598Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:57:39.598Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:39.600Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:39.600Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:57:39.700Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:39.701Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:39.701Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:39.712Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:39.712Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:40.602Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e2d9ba89-9b62-4e5f-b691-990678fed7a9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3a31f6f8-54c9-4231-be66-d3f5b1066b46",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "36a95496-bd4f-41c6-9748-4730c417a933",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "adc76e93-3686-4299-8adb-64df4f78e4cd",
      "resourceInvariantUUID": "b3aafd53-8d3f-44cd-8e4d-943b4a67efa3",
      "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": "ZWQ3ODg0YTg5Y2I4YzlhMDUwZDdkZjk1NDgwM2Y5ZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "33eba353-4bb4-49ff-9b35-2c8f2cc632d3",
          "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": "1d7f28ef-f6c6-433f-9a8d-e6f379445349",
          "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": "898051a3-39ed-41c2-9c84-3f3cfee73d48",
            "generatedFromUUID": "1d7f28ef-f6c6-433f-9a8d-e6f379445349"
          },
          "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": "898051a3-39ed-41c2-9c84-3f3cfee73d48",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDU2YTI2M2M4ODY4NTE4MDNmNjA1OGVkYTNiZmFiN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6fe66d16-0c62-4863-ab38-d5ac32b482aa"
    }
  ],
  "workloadContext": "Production"
}
2022-01-27T01:57:40.602Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-27T01:57:40.602Z|4a819bdb-c2da-48cd-9a20-e481dda6e86f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e2d9ba89-9b62-4e5f-b691-990678fed7a9 ASDC
2022-01-27T01:57:40.602Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:64db70cf-78b8-4c11-89b8-3bc6b3a0af05
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e2d9ba89-9b62-4e5f-b691-990678fed7a9
ServiceInvariantUUID:3a31f6f8-54c9-4231-be66-d3f5b1066b46
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:6fe66d16-0c62-4863-ab38-d5ac32b482aa
ArtifactChecksum:ZDU2YTI2M2M4ODY4NTE4MDNmNjA1OGVkYTNiZmFiN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:36a95496-bd4f-41c6-9748-4730c417a933
ResourceInvariantUUID:b3aafd53-8d3f-44cd-8e4d-943b4a67efa3
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:adc76e93-3686-4299-8adb-64df4f78e4cd
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:33eba353-4bb4-49ff-9b35-2c8f2cc632d3
ArtifactChecksum:ZWQ3ODg0YTg5Y2I4YzlhMDUwZDdkZjk1NDgwM2Y5ZWM=
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:1d7f28ef-f6c6-433f-9a8d-e6f379445349
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:898051a3-39ed-41c2-9c84-3f3cfee73d48
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:898051a3-39ed-41c2-9c84-3f3cfee73d48
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-27T01:57:40.603Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2d9ba89-9b62-4e5f-b691-990678fed7a9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-27T01:57:40.624Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:57:40.625Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:57:40.625Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:57:40.625Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6fe66d16-0c62-4863-ab38-d5ac32b482aa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-27T01:57:40.625Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:57:40.625Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-27T01:57:41.217Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:57:41.221Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6fe66d16-0c62-4863-ab38-d5ac32b482aa 78790
2022-01-27T01:57:41.221Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-27T01:57:41.221Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-27T01:57:41.221Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:57:41.221Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:41.223Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:41.223Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248661221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:57:41.323Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:41.323Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:41.323Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:41.334Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:41.334Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:42.223Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:57:42.224Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:57:42.224Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6fe66d16-0c62-4863-ab38-d5ac32b482aa, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-27T01:57:42.224Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-01-27T01:57:42.225Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-27T01:57:42.225Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-27T01:57:42.308Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3967265674993724889/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-01-27T01:57:43.116Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-27T01:57:43.117Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:57:43.117Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-27T01:57:43.117Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-27T01:57:43.117Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-27T01:57:43.117Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|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-BasicVmMacro-csar.csar
2022-01-27T01:57:43.117Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|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-BasicVmMacro-csar.csar
2022-01-27T01:57:43.117Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|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-BasicVmMacro-csar.csar
2022-01-27T01:57:43.117Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|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-BasicVmMacro-csar.csar
2022-01-27T01:57:43.117Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|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-BasicVmMacro-csar.csar
2022-01-27T01:57:43.119Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|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-BasicVmMacro-csar.csar
2022-01-27T01:57:43.119Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|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-BasicVmMacro-csar.csar
2022-01-27T01:57:43.119Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|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-BasicVmMacro-csar.csar
2022-01-27T01:57:43.119Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:57:43.120Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.120Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:43.120Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-27T01:57:43.120Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:57:43.120Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:57:43.121Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.121Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:43.121Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-27T01:57:43.121Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:57:43.121Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:57:43.121Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.122Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:43.122Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.122Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-27T01:57:43.122Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-27T01:57:43.122Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-27T01:57:43.122Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-27T01:57:43.123Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-27T01:57:43.123Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-27T01:57:43.123Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.123Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:57:43.123Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.123Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-27T01:57:43.123Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:57:43.123Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.124Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-27T01:57:43.124Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:57:43.124Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.124Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-27T01:57:43.124Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:57:43.124Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.124Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-27T01:57:43.124Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-27T01:57:43.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-27T01:57:43.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c601369-0c8f-43eb-b029-8aabff02b7d2
2022-01-27T01:57:43.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:43.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:43.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:43.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:43.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:43.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e2d9ba89-9b62-4e5f-b691-990678fed7a9
Model Version:NULL
Model InvariantUuid:3a31f6f8-54c9-4231-be66-d3f5b1066b46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:e8a442fc-fff4-4721-9acd-7019cb686d85
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b3aafd53-8d3f-44cd-8e4d-943b4a67efa3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:36a95496-bd4f-41c6-9748-4730c417a933
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:50423d71-342e-4cc8-b155-0b68945ba379
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d0880071-7adf-4d22-8800-d708a0a9b194
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2c601369-0c8f-43eb-b029-8aabff02b7d2
ModelInvariantUuid:0c78ad39-a3be-44ee-9553-f2940e3ad8ab
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:36280fc2-d1f0-47c2-bd38-907504b3234c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f1c54ab9-8a30-4b7c-9e97-4c251fa90529
ModelInvariantUuid:11746cce-ba21-4c21-9517-9d42c5a2344c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f329a4d7-2075-49c4-94c6-99149e5578fe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-27T01:57:43.131Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: adc76e93-3686-4299-8adb-64df4f78e4cd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:57:43.133Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-01-27T01:57:43.134Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: adc76e93-3686-4299-8adb-64df4f78e4cd
2022-01-27T01:57:43.134Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 33eba353-4bb4-49ff-9b35-2c8f2cc632d3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-27T01:57:43.134Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:57:43.134Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-27T01:57:43.421Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:57:43.422Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 33eba353-4bb4-49ff-9b35-2c8f2cc632d3 792
2022-01-27T01:57:43.422Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-01-27T01:57:43.422Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-27T01:57:43.422Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:57:43.422Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:43.424Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:43.424Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248663422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:57:43.524Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:43.525Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:43.525Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:43.537Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:43.537Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:44.425Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "50423d71-342e-4cc8-b155-0b68945ba379",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0880071-7adf-4d22-8800-d708a0a9b194",
    "vfModuleModelCustomizationUUID": "9d03d560-de2e-4449-8ebb-bbbcbd8941ba",
    "isBase": true,
    "artifacts": [
      "1d7f28ef-f6c6-433f-9a8d-e6f379445349",
      "898051a3-39ed-41c2-9c84-3f3cfee73d48"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-01-27T01:57:44.427Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0880071-7adf-4d22-8800-d708a0a9b194
VfModuleModelInvariantUUID:50423d71-342e-4cc8-b155-0b68945ba379
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d7f28ef-f6c6-433f-9a8d-e6f379445349
,
898051a3-39ed-41c2-9c84-3f3cfee73d48

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

isBase:true


}

2022-01-27T01:57:44.429Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "50423d71-342e-4cc8-b155-0b68945ba379",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0880071-7adf-4d22-8800-d708a0a9b194",
    "vfModuleModelCustomizationUUID": "9d03d560-de2e-4449-8ebb-bbbcbd8941ba",
    "isBase": true,
    "artifacts": [
      "1d7f28ef-f6c6-433f-9a8d-e6f379445349",
      "898051a3-39ed-41c2-9c84-3f3cfee73d48"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-01-27T01:57:44.429Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0880071-7adf-4d22-8800-d708a0a9b194
VfModuleModelInvariantUUID:50423d71-342e-4cc8-b155-0b68945ba379
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d7f28ef-f6c6-433f-9a8d-e6f379445349
,
898051a3-39ed-41c2-9c84-3f3cfee73d48

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

isBase:true


}

2022-01-27T01:57:44.429Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1d7f28ef-f6c6-433f-9a8d-e6f379445349 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-27T01:57:44.429Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:57:44.429Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-27T01:57:44.720Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:57:44.721Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1d7f28ef-f6c6-433f-9a8d-e6f379445349 5033
2022-01-27T01:57:44.721Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-27T01:57:44.721Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-27T01:57:44.721Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:57:44.721Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:44.723Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:44.723Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248664721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:57:44.823Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:44.824Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:44.824Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:44.834Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:44.835Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:45.723Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 898051a3-39ed-41c2-9c84-3f3cfee73d48 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-27T01:57:45.725Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:57:45.725Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-27T01:57:46.013Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:57:46.014Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 898051a3-39ed-41c2-9c84-3f3cfee73d48 903
2022-01-27T01:57:46.014Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-27T01:57:46.014Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-27T01:57:46.014Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:57:46.015Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:46.017Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:46.017Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248666014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:57:46.117Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:46.117Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:46.117Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:46.129Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:46.129Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:47.017Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e2d9ba89-9b62-4e5f-b691-990678fed7a9
2022-01-27T01:57:47.018Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 adc76e93-3686-4299-8adb-64df4f78e4cd ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:57:47.029Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16b1eb5d, org.onap.sdc.toscaparser.api.parameters.Input@f8ba4d7, org.onap.sdc.toscaparser.api.parameters.Input@a3115e4, org.onap.sdc.toscaparser.api.parameters.Input@412f86ff, org.onap.sdc.toscaparser.api.parameters.Input@585d7684]
2022-01-27T01:57:47.030Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.030Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:47.030Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-01-27T01:57:47.030Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 36a95496-bd4f-41c6-9748-4730c417a933
2022-01-27T01:57:47.031Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36a95496-bd4f-41c6-9748-4730c417a933 matches Tosca VF Customization UUID: 36a95496-bd4f-41c6-9748-4730c417a933
2022-01-27T01:57:47.031Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 36a95496-bd4f-41c6-9748-4730c417a933  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-27T01:57:47.032Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.032Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:47.033Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 36a95496-bd4f-41c6-9748-4730c417a933: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-01-27T01:57:47.033Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@359b0147
2022-01-27T01:57:47.033Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.033Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-27T01:57:47.033Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d03d560-de2e-4449-8ebb-bbbcbd8941ba
2022-01-27T01:57:47.034Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d03d560-de2e-4449-8ebb-bbbcbd8941ba
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-27T01:57:47.035Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.036Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-27T01:57:47.036Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:57:47.036Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.036Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-27T01:57:47.036Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:57:47.036Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.036Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-27T01:57:47.037Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-27T01:57:47.037Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-27T01:57:47.037Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c601369-0c8f-43eb-b029-8aabff02b7d2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-27T01:57:47.038Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.038Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-27T01:57:47.039Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:57:47.039Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.039Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-27T01:57:47.039Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=36a95496-bd4f-41c6-9748-4730c417a933
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:57:47.040Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.040Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:47.040Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e2d9ba89-9b62-4e5f-b691-990678fed7a9: basic_vm_macro
2022-01-27T01:57:47.041Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.041Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:47.041Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.041Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:47.041Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.041Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:47.041Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.041Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:47.042Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:57:47.042Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:57:47.042Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:57:47.102Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro adc76e93-3686-4299-8adb-64df4f78e4cd 1 ASDC deployResourceStructure
2022-01-27T01:57:47.102Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-01-27T01:57:47.102Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-27T01:57:47.102Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:57:47.102Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:47.104Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:47.104Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248667102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T01:57:47.204Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:47.205Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:47.205Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:47.216Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:47.216Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:48.105Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-27T01:57:48.105Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-27T01:57:48.105Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:57:48.106Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:48.107Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:48.107Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248668105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-27T01:57:48.207Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:48.208Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:48.208Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:48.217Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:48.218Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:49.108Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-27T01:57:49.108Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-27T01:57:49.108Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:57:49.108Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:49.110Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:49.110Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248669108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-27T01:57:49.210Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:57:49.211Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:49.211Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:49.222Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:49.222Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:50.111Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-27T01:57:50.111Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-27T01:57:50.111Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:57:50.112Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:57:50.113Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:57:50.113Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248670111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:57:50.213Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-27T01:57:50.214Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:57:50.214Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:57:50.225Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:57:50.226Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:57:51.115Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64db70cf-78b8-4c11-89b8-3bc6b3a0af05
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:57:51.122Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64db70cf-78b8-4c11-89b8-3bc6b3a0af05
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:57:51.124Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:57:51.124Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-27T01:57:51.124Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-27T01:57:51.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-27T01:57:51.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:57:51.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:57:51.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:57:51.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:57:51.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:57:51.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:57:51.125Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:57:51.128Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-27T01:58:21.129Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64db70cf-78b8-4c11-89b8-3bc6b3a0af05 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-27T01:58:21.133Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64db70cf-78b8-4c11-89b8-3bc6b3a0af05 and serviceModelVersionId: e2d9ba89-9b62-4e5f-b691-990678fed7a9
2022-01-27T01:58:21.133Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a31f6f8-54c9-4231-be66-d3f5b1066b46
2022-01-27T01:58:21.134Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a31f6f8-54c9-4231-be66-d3f5b1066b46/model-vers/model-ver/e2d9ba89-9b62-4e5f-b691-990678fed7a9?depth=0
2022-01-27T01:58:21.137Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-01-27T01:58:21.168Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a31f6f8-54c9-4231-be66-d3f5b1066b46/model-vers/model-ver/e2d9ba89-9b62-4e5f-b691-990678fed7a9?depth=0|INFO|500||Invoke
2022-01-27T01:58:21.168Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a31f6f8-54c9-4231-be66-d3f5b1066b46/model-vers/model-ver/e2d9ba89-9b62-4e5f-b691-990678fed7a9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a31f6f8-54c9-4231-be66-d3f5b1066b46/model-vers/model-ver/e2d9ba89-9b62-4e5f-b691-990678fed7a9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64db70cf-78b8-4c11-89b8-3bc6b3a0af05], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e5c56b8-b19b-4314-869a-eecd5e9ba5cd], X-ECOMP-RequestID=[64db70cf-78b8-4c11-89b8-3bc6b3a0af05], X-TransactionId=[], X-ONAP-RequestID=[64db70cf-78b8-4c11-89b8-3bc6b3a0af05], Content-Type=[application/merge-patch+json]}
2022-01-27T01:58:21.187Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a31f6f8-54c9-4231-be66-d3f5b1066b46/model-vers/model-ver/e2d9ba89-9b62-4e5f-b691-990678fed7a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-27T01:58:21.271Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a31f6f8-54c9-4231-be66-d3f5b1066b46/model-vers/model-ver/e2d9ba89-9b62-4e5f-b691-990678fed7a9?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/3a31f6f8-54c9-4231-be66-d3f5b1066b46/model-vers/model-ver/e2d9ba89-9b62-4e5f-b691-990678fed7a9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220127-01:58:21:195-92356], vertex-id=[245832], Content-Length=[0], Date=[Thu, 27 Jan 2022 01:58:21 GMT], Content-Type=[application/json]}
2022-01-27T01:58:21.271Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a31f6f8-54c9-4231-be66-d3f5b1066b46/model-vers/model-ver/e2d9ba89-9b62-4e5f-b691-990678fed7a9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-27T01:58:21.272Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a31f6f8-54c9-4231-be66-d3f5b1066b46/model-vers/model-ver/e2d9ba89-9b62-4e5f-b691-990678fed7a9?depth=0|INFO|500||InvokeReturn
2022-01-27T01:58:21.272Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-27T01:58:21.272Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:58:21.275Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-27T01:58:21.275Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64db70cf-78b8-4c11-89b8-3bc6b3a0af05 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-27T01:58:21.275Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-27T01:58:21.275Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:58:21.277Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:58:21.277Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248701275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T01:58:21.377Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:58:21.378Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:58:21.378Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:58:21.390Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:58:21.390Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-27T01:58:22.288Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-27T01:58:22.288Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"49bf218d-0e6f-431d-b0fe-1476f043f6e2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"813d1620-f8d5-424d-8061-9ead7618f912","serviceDescription":"service","serviceInvariantUUID":"e952fd44-bf7e-4217-9bc7-b6172d016d96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4e189c4e-3feb-4631-993f-5c240194c32f","resourceInvariantUUID":"a0c1e8b5-d249-4eb8-b8dd-1cade5d44d2b","resourceCustomizationUUID":"4e3b42a9-3c19-4814-8ca7-7c2e3248eb91","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":"ZjNhOTFlOTRmN2U1ZDhkMmNlZjQ2MDJkZDRhNzNkMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d24b9401-8d36-4a6b-9c31-88153d2d8a1b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWY5ZThjZjVhNDQ3OTk1MDkwM2RlYzQ5ODczNzEyM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b239424-b0f0-4a41-ab4f-bcee93254cc7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-27T01:58:22.288Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:58:22.288Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:58:22.290Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:58:22.290Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:58:22.390Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:58:22.391Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:58:22.391Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:58:22.402Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:58:22.402Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:58:23.290Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:58:23.291Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:58:23.293Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:58:23.293Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:58:23.393Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:58:23.394Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:58:23.394Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:58:23.406Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:58:23.406Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:58:24.294Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "813d1620-f8d5-424d-8061-9ead7618f912",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e952fd44-bf7e-4217-9bc7-b6172d016d96",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4e3b42a9-3c19-4814-8ca7-7c2e3248eb91",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "4e189c4e-3feb-4631-993f-5c240194c32f",
      "resourceInvariantUUID": "a0c1e8b5-d249-4eb8-b8dd-1cade5d44d2b",
      "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": "NWY5ZThjZjVhNDQ3OTk1MDkwM2RlYzQ5ODczNzEyM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6b239424-b0f0-4a41-ab4f-bcee93254cc7"
    }
  ],
  "workloadContext": "Production"
}
2022-01-27T01:58:24.294Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-27T01:58:24.294Z|64db70cf-78b8-4c11-89b8-3bc6b3a0af05|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 813d1620-f8d5-424d-8061-9ead7618f912 ASDC
2022-01-27T01:58:24.295Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:49bf218d-0e6f-431d-b0fe-1476f043f6e2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:813d1620-f8d5-424d-8061-9ead7618f912
ServiceInvariantUUID:e952fd44-bf7e-4217-9bc7-b6172d016d96
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:6b239424-b0f0-4a41-ab4f-bcee93254cc7
ArtifactChecksum:NWY5ZThjZjVhNDQ3OTk1MDkwM2RlYzQ5ODczNzEyM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4e3b42a9-3c19-4814-8ca7-7c2e3248eb91
ResourceInvariantUUID:a0c1e8b5-d249-4eb8-b8dd-1cade5d44d2b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4e189c4e-3feb-4631-993f-5c240194c32f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-01-27T01:58:24.295Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 813d1620-f8d5-424d-8061-9ead7618f912 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-27T01:58:24.308Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:58:24.309Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:58:24.309Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:58:24.309Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6b239424-b0f0-4a41-ab4f-bcee93254cc7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-27T01:58:24.309Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:58:24.309Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:24.435Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:58:24.437Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6b239424-b0f0-4a41-ab4f-bcee93254cc7 52482
2022-01-27T01:58:24.438Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:24.438Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:24.438Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:58:24.438Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:58:24.440Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:58:24.440Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248704438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:58:24.540Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:58:24.541Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:58:24.541Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:58:24.553Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:58:24.553Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:58:25.441Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:58:25.442Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:58:25.442Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6b239424-b0f0-4a41-ab4f-bcee93254cc7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-27T01:58:25.442Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-01-27T01:58:25.442Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-27T01:58:25.442Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-27T01:58:25.512Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10061758613487417982/Definitions/service-BasicNetwork-template.yml
2022-01-27T01:58:25.825Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-27T01:58:25.825Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:58:25.825Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-27T01:58:25.825Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-01-27T01:58:25.825Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.825Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.825Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.825Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.825Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.825Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.826Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.826Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.826Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:58:25.826Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.826Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.826Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-27T01:58:25.826Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:58:25.826Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:58:25.827Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.827Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:58:25.827Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-27T01:58:25.827Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:58:25.827Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:58:25.827Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.827Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:58:25.827Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.827Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:58:25.828Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.828Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:58:25.828Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.828Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:58:25.828Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.828Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:58:25.828Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:813d1620-f8d5-424d-8061-9ead7618f912
Model Version:NULL
Model InvariantUuid:e952fd44-bf7e-4217-9bc7-b6172d016d96
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a0c1e8b5-d249-4eb8-b8dd-1cade5d44d2b
Model UUID:5a1091a8-bdbb-41c8-8f05-0b630bb13338
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4e3b42a9-3c19-4814-8ca7-7c2e3248eb91
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-01-27T01:58:25.832Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 4e189c4e-3feb-4631-993f-5c240194c32f
2022-01-27T01:58:25.832Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||No resources found for Service: 813d1620-f8d5-424d-8061-9ead7618f912
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:58:25.834Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||
2022-01-27T01:58:25.834Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-01-27T01:58:25.835Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 813d1620-f8d5-424d-8061-9ead7618f912
2022-01-27T01:58:25.835Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 813d1620-f8d5-424d-8061-9ead7618f912
2022-01-27T01:58:25.835Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-01-27T01:58:25.835Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.837Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ed6c4ef, org.onap.sdc.toscaparser.api.parameters.Input@1d500791, org.onap.sdc.toscaparser.api.parameters.Input@3782f050, org.onap.sdc.toscaparser.api.parameters.Input@695bfe2, org.onap.sdc.toscaparser.api.parameters.Input@e6cf263]
2022-01-27T01:58:25.838Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.838Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:58:25.839Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.839Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:58:25.839Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 813d1620-f8d5-424d-8061-9ead7618f912: Generic NeutronNet
2022-01-27T01:58:25.839Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.839Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:58:25.839Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.839Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.856Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.856Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:58:25.857Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.857Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.857Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:58:25.857Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:58:25.857Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.896Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-01-27T01:58:25.897Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.897Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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-01-27T01:58:25.897Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:58:25.897Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:58:25.898Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:58:25.898Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248705897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:58:25.999Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-27T01:58:25.999Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:58:26.000Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:58:26.010Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:58:26.011Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:58:26.899Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49bf218d-0e6f-431d-b0fe-1476f043f6e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:58:26.906Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49bf218d-0e6f-431d-b0fe-1476f043f6e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:58:26.907Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:58:26.907Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-27T01:58:26.907Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-27T01:58:26.908Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-27T01:58:26.908Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:58:26.908Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:58:26.908Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:58:26.908Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:58:26.908Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:58:26.908Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:58:26.908Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:58:26.910Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-27T01:58:29.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:58:29.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:58:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:58:29.327Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:58:29.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:58:29.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248529715,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:58:29.333Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bcba735-3a8e-47ec-92cb-d59769e870a0
2022-01-27T01:58:29.333Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcba735-3a8e-47ec-92cb-d59769e870a0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:58:29.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:58:29.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "clamp",
  "timestamp": 1643248532538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:58:29.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:58:29.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:58:29.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "clamp",
  "timestamp": 1643248534545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:58:29.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:58:29.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:58:29.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "clamp",
  "timestamp": 1643248535548,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:58:29.339Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6bcba735-3a8e-47ec-92cb-d59769e870a0
2022-01-27T01:58:29.339Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bcba735-3a8e-47ec-92cb-d59769e870a0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:58:56.910Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49bf218d-0e6f-431d-b0fe-1476f043f6e2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-27T01:58:56.913Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49bf218d-0e6f-431d-b0fe-1476f043f6e2 and serviceModelVersionId: 813d1620-f8d5-424d-8061-9ead7618f912
2022-01-27T01:58:56.913Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e952fd44-bf7e-4217-9bc7-b6172d016d96
2022-01-27T01:58:56.914Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e952fd44-bf7e-4217-9bc7-b6172d016d96/model-vers/model-ver/813d1620-f8d5-424d-8061-9ead7618f912?depth=0
2022-01-27T01:58:56.917Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-01-27T01:58:56.947Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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/e952fd44-bf7e-4217-9bc7-b6172d016d96/model-vers/model-ver/813d1620-f8d5-424d-8061-9ead7618f912?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-01-27T01:58:56.948Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e952fd44-bf7e-4217-9bc7-b6172d016d96/model-vers/model-ver/813d1620-f8d5-424d-8061-9ead7618f912?depth=0|INFO|500||Invoke
2022-01-27T01:58:56.964Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e952fd44-bf7e-4217-9bc7-b6172d016d96/model-vers/model-ver/813d1620-f8d5-424d-8061-9ead7618f912?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-27T01:58:57.315Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e952fd44-bf7e-4217-9bc7-b6172d016d96/model-vers/model-ver/813d1620-f8d5-424d-8061-9ead7618f912?depth=0|INFO|500||InvokeReturn
2022-01-27T01:58:57.315Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|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/e952fd44-bf7e-4217-9bc7-b6172d016d96/model-vers/model-ver/813d1620-f8d5-424d-8061-9ead7618f912?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220127-01:58:56:972-54904], vertex-id=[221192], Content-Length=[0], Date=[Thu, 27 Jan 2022 01:58:56 GMT], Content-Type=[application/json]}
2022-01-27T01:58:57.315Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-01-27T01:58:57.315Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-27T01:58:57.316Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:58:57.318Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-27T01:58:57.318Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49bf218d-0e6f-431d-b0fe-1476f043f6e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-27T01:58:57.318Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-27T01:58:57.318Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:58:57.320Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:58:57.320Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248737318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T01:58:57.420Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:58:57.421Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:58:57.421Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:58:57.434Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:58:57.434Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-27T01:58:58.327Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-27T01:58:58.327Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bcba735-3a8e-47ec-92cb-d59769e870a0","serviceName":"Demo_pNF_hBV55vw0iJDhzby5EaVX","serviceVersion":"1.0","serviceUUID":"505f7744-0030-4b0f-9235-1643e418f796","serviceDescription":"catalog service description","serviceInvariantUUID":"aaba72fa-890b-4fc8-a2c6-2038ed47e21b","resources":[{"resourceInstanceName":"pNF 55aa19df-ca24 0","resourceName":"pNF 55aa19df-ca24","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cb176b64-9df5-46a5-8313-ff0134f2a597","resourceInvariantUUID":"20be2d2d-fdd5-49ec-9e09-bd6a264e3624","resourceCustomizationUUID":"ffd45f35-dc72-47dc-889e-511f594902e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vf-license-model.xml","artifactChecksum":"OTc0N2UwNWZkMTQ0ODg1YjRhYWUwMDZiNmY5NGIwM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec367ca3-8065-4aa6-b4f4-bc1e8b15a131","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/pNF.csar","artifactChecksum":"M2YxNDIwM2QwYjMxN2Q2YjY4ZTA0ZjYxZTJjNmVkOGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6a86af7-5bed-4e64-a448-8ace07fa552a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05580d18-ad45-40f9-9115-c74ebd88dd49","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vendor-license-model.xml","artifactChecksum":"YWNhNmU0ZDcwOWJhMzRkNTFlZmY3YjE3YzQ1MTAyYTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"512162b3-27be-4f9b-8d32-a72d882ebf76","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50326518-40f3-42c0-be4f-2fd462e5f6e3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee27f84-5d05-4a4b-b284-16382ac88dd6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHbv55vw0ijdhzby5eavx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-template.yml","artifactChecksum":"MjBlZjE0YzIzN2E1NTgxYTI2MTdiMzVjYjdhZGZiMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c291aaa-a7f7-4dcf-8d27-5678a1b025e6","artifactVersion":"1"},{"artifactName":"service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar","artifactChecksum":"ZTI2ODBjYWRmMjdkNTMwOWQyODM5ZmE4Y2E3NjJlMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d41219b4-4b39-4cf5-b14e-088ca3a0ddfa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-27T01:58:58.327Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:58:58.327Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:58:58.329Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:58:58.329Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:58:58.429Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:58:58.430Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:58:58.430Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:58:58.440Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:58:58.440Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:58:59.330Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:58:59.330Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:58:59.332Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:58:59.332Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:58:59.432Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:58:59.433Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:58:59.433Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:58:59.443Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:58:59.443Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:00.333Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:00.334Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:00.335Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:00.335Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:00.435Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:00.436Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:00.436Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:00.447Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:00.447Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:01.336Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:01.336Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:01.338Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:01.338Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:01.438Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:01.439Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:01.439Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:01.450Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:01.450Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:02.338Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:02.339Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:02.340Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:02.341Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:02.441Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:02.441Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:02.442Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:02.452Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:02.452Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:03.341Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:03.342Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:03.344Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:03.344Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:03.444Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:03.445Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:03.445Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:03.456Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:03.457Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:04.344Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:04.345Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:04.347Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:04.347Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:04.447Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:04.447Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:04.447Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:04.456Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:04.457Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:05.347Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:05.348Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:05.349Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:05.349Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:59:05.449Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:05.450Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:05.450Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:05.460Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:05.460Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:06.350Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "serviceName": "Demo_pNF_hBV55vw0iJDhzby5EaVX",
  "serviceVersion": "1.0",
  "serviceUUID": "505f7744-0030-4b0f-9235-1643e418f796",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aaba72fa-890b-4fc8-a2c6-2038ed47e21b",
  "resources": [
    {
      "resourceInstanceName": "pNF 55aa19df-ca24 0",
      "resourceCustomizationUUID": "ffd45f35-dc72-47dc-889e-511f594902e7",
      "resourceName": "pNF 55aa19df-ca24",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cb176b64-9df5-46a5-8313-ff0134f2a597",
      "resourceInvariantUUID": "20be2d2d-fdd5-49ec-9e09-bd6a264e3624",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
      "artifactChecksum": "ZTI2ODBjYWRmMjdkNTMwOWQyODM5ZmE4Y2E3NjJlMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d41219b4-4b39-4cf5-b14e-088ca3a0ddfa"
    }
  ],
  "workloadContext": "Production"
}
2022-01-27T01:59:06.350Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-27T01:59:06.351Z|49bf218d-0e6f-431d-b0fe-1476f043f6e2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 505f7744-0030-4b0f-9235-1643e418f796 ASDC
2022-01-27T01:59:06.351Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:6bcba735-3a8e-47ec-92cb-d59769e870a0
ServiceName:Demo_pNF_hBV55vw0iJDhzby5EaVX
ServiceVersion:1.0
ServiceUUID:505f7744-0030-4b0f-9235-1643e418f796
ServiceInvariantUUID:aaba72fa-890b-4fc8-a2c6-2038ed47e21b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
ArtifactUUID:d41219b4-4b39-4cf5-b14e-088ca3a0ddfa
ArtifactChecksum:ZTI2ODBjYWRmMjdkNTMwOWQyODM5ZmE4Y2E3NjJlMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 55aa19df-ca24 0
ResourceCustomizationUUID:ffd45f35-dc72-47dc-889e-511f594902e7
ResourceInvariantUUID:20be2d2d-fdd5-49ec-9e09-bd6a264e3624
ResourceName:pNF 55aa19df-ca24
ResourceType:PNF
ResourceUUID:cb176b64-9df5-46a5-8313-ff0134f2a597
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-27T01:59:06.351Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 505f7744-0030-4b0f-9235-1643e418f796 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-27T01:59:06.364Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:59:06.365Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:59:06.365Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:59:06.365Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d41219b4-4b39-4cf5-b14e-088ca3a0ddfa from URL: /sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:06.365Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:59:06.365Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:06.934Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:59:06.937Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar d41219b4-4b39-4cf5-b14e-088ca3a0ddfa 82623
2022-01-27T01:59:06.937Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar ASDC sendASDCNotification
2022-01-27T01:59:06.937Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:06.937Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:59:06.938Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:06.939Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:06.939Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248746937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:59:07.039Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:07.040Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:07.040Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:07.050Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:07.050Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:07.940Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:59:07.941Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:59:07.941Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d41219b4-4b39-4cf5-b14e-088ca3a0ddfa, URL: /sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar to file: /app/ASDC/1/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:07.941Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:07.941Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:07.941Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:08.020Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17481052687716037243/Definitions/service-DemoPnfHbv55vw0ijdhzby5eavx-template.yml
2022-01-27T01:59:08.570Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-27T01:59:08.570Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:59:08.570Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:08.570Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-27T01:59:08.570Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 55aa19df-ca24 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-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:08.570Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|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-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:08.570Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|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-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:08.570Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|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-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:08.571Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|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-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:08.571Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|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-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:08.571Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|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-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:08.571Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:59:08.571Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:08.571Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hBV55vw0iJDhzby5EaVX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:08.571Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Node template pNF 55aa19df-ca24 0 is matching search criteria
2022-01-27T01:59:08.571Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:59:08.572Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 55aa19df-ca24 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:59:08.572Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:08.572Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hBV55vw0iJDhzby5EaVX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:08.572Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Node template pNF 55aa19df-ca24 0 is matching search criteria
2022-01-27T01:59:08.572Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:59:08.572Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 55aa19df-ca24 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:59:08.572Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:08.573Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hBV55vw0iJDhzby5EaVX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:08.573Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:08.573Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hBV55vw0iJDhzby5EaVX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:08.573Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:08.573Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hBV55vw0iJDhzby5EaVX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:08.573Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:08.573Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hBV55vw0iJDhzby5EaVX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:08.573Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:08.573Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hBV55vw0iJDhzby5EaVX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:08.573Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hBV55vw0iJDhzby5EaVX
Description:catalog service description
Model UUID:505f7744-0030-4b0f-9235-1643e418f796
Model Version:NULL
Model InvariantUuid:aaba72fa-890b-4fc8-a2c6-2038ed47e21b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-27T01:59:08.576Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: cb176b64-9df5-46a5-8313-ff0134f2a597
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:59:08.578Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||pNF 55aa19df-ca24 0
2022-01-27T01:59:08.578Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cb176b64-9df5-46a5-8313-ff0134f2a597
2022-01-27T01:59:08.578Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 505f7744-0030-4b0f-9235-1643e418f796
2022-01-27T01:59:08.578Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 505f7744-0030-4b0f-9235-1643e418f796
2022-01-27T01:59:08.578Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 55aa19df-ca24 0 cb176b64-9df5-46a5-8313-ff0134f2a597 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:59:08.581Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c722b07, org.onap.sdc.toscaparser.api.parameters.Input@38cc35d3, org.onap.sdc.toscaparser.api.parameters.Input@c1df977, org.onap.sdc.toscaparser.api.parameters.Input@5921357f, org.onap.sdc.toscaparser.api.parameters.Input@5486174f]
2022-01-27T01:59:08.581Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:08.581Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hBV55vw0iJDhzby5EaVX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:08.581Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 505f7744-0030-4b0f-9235-1643e418f796: pNF 55aa19df-ca24
2022-01-27T01:59:08.581Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||Processing PNF resource: cb176b64-9df5-46a5-8313-ff0134f2a597
2022-01-27T01:59:08.581Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:08.582Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hBV55vw0iJDhzby5EaVX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:08.582Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||Resource customization UUID: ffd45f35-dc72-47dc-889e-511f594902e7 is the same as notified resource customizationUUID: ffd45f35-dc72-47dc-889e-511f594902e7
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-01-27T01:59:08.613Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 55aa19df-ca24 cb176b64-9df5-46a5-8313-ff0134f2a597 0 ASDC deployResourceStructure
2022-01-27T01:59:08.613Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar ASDC sendASDCNotification
2022-01-27T01:59:08.613Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar
2022-01-27T01:59:08.613Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:59:08.613Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:08.615Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:08.615Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248748613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T01:59:08.715Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:08.716Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:08.716Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:08.725Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:08.726Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:09.615Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bcba735-3a8e-47ec-92cb-d59769e870a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:59:09.623Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bcba735-3a8e-47ec-92cb-d59769e870a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T01:59:09.624Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T01:59:09.624Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-27T01:59:09.624Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-27T01:59:09.624Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-27T01:59:09.625Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:59:09.625Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:59:09.625Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:59:09.625Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:59:09.625Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:59:09.625Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:59:09.625Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T01:59:09.625Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T01:59:09.628Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-27T01:59:29.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T01:59:29.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T01:59:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:29.225Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:29.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:59:29.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248638135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:29.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:59:29.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:59:29.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "policy-id",
  "timestamp": 1643248642632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:29.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:59:29.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:59:29.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248646453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:29.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:59:29.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:59:29.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a819bdb-c2da-48cd-9a20-e481dda6e86f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248647219,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-01-27T01:59:29.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T01:59:29.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:59:29.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248638135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:29.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:59:29.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:59:29.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "policy-id",
  "timestamp": 1643248642632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:29.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:59:29.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:59:29.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248646453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-27T01:59:29.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:59:29.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:59:29.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248638135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:29.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:59:29.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:59:29.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "policy-id",
  "timestamp": 1643248642632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:29.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:59:29.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T01:59:29.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248646453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-27T01:59:29.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T01:59:39.628Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bcba735-3a8e-47ec-92cb-d59769e870a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-27T01:59:39.636Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bcba735-3a8e-47ec-92cb-d59769e870a0 and serviceModelVersionId: 505f7744-0030-4b0f-9235-1643e418f796
2022-01-27T01:59:39.636Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaba72fa-890b-4fc8-a2c6-2038ed47e21b
2022-01-27T01:59:39.637Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aaba72fa-890b-4fc8-a2c6-2038ed47e21b/model-vers/model-ver/505f7744-0030-4b0f-9235-1643e418f796?depth=0
2022-01-27T01:59:39.641Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-01-27T01:59:39.673Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaba72fa-890b-4fc8-a2c6-2038ed47e21b/model-vers/model-ver/505f7744-0030-4b0f-9235-1643e418f796?depth=0|INFO|500||Invoke
2022-01-27T01:59:39.673Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaba72fa-890b-4fc8-a2c6-2038ed47e21b/model-vers/model-ver/505f7744-0030-4b0f-9235-1643e418f796?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaba72fa-890b-4fc8-a2c6-2038ed47e21b/model-vers/model-ver/505f7744-0030-4b0f-9235-1643e418f796?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6bcba735-3a8e-47ec-92cb-d59769e870a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d480d0c-9a97-4154-a03c-dc5acf8c998d], X-ECOMP-RequestID=[6bcba735-3a8e-47ec-92cb-d59769e870a0], X-TransactionId=[], X-ONAP-RequestID=[6bcba735-3a8e-47ec-92cb-d59769e870a0], Content-Type=[application/merge-patch+json]}
2022-01-27T01:59:39.690Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaba72fa-890b-4fc8-a2c6-2038ed47e21b/model-vers/model-ver/505f7744-0030-4b0f-9235-1643e418f796?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-27T01:59:40.016Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaba72fa-890b-4fc8-a2c6-2038ed47e21b/model-vers/model-ver/505f7744-0030-4b0f-9235-1643e418f796?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/aaba72fa-890b-4fc8-a2c6-2038ed47e21b/model-vers/model-ver/505f7744-0030-4b0f-9235-1643e418f796?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220127-01:59:39:697-97904], vertex-id=[237624], Content-Length=[0], Date=[Thu, 27 Jan 2022 01:59:39 GMT], Content-Type=[application/json]}
2022-01-27T01:59:40.016Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaba72fa-890b-4fc8-a2c6-2038ed47e21b/model-vers/model-ver/505f7744-0030-4b0f-9235-1643e418f796?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-27T01:59:40.017Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaba72fa-890b-4fc8-a2c6-2038ed47e21b/model-vers/model-ver/505f7744-0030-4b0f-9235-1643e418f796?depth=0|INFO|500||InvokeReturn
2022-01-27T01:59:40.017Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-27T01:59:40.017Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:59:40.021Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-27T01:59:40.021Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bcba735-3a8e-47ec-92cb-d59769e870a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-27T01:59:40.022Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-27T01:59:40.022Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:40.024Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:40.024Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248780021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T01:59:40.124Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:40.125Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:40.125Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:40.140Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:40.140Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-27T01:59:41.032Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-27T01:59:41.032Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9bde16af-c9a6-4807-bd14-0cb41e579ac3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"77ff96c1-4049-4025-bd02-3ac57c7a70ff","serviceDescription":"service","serviceInvariantUUID":"a68b5d44-6184-4145-9f20-96af23788d84","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bfe1aeda-5e7d-4eb0-944e-d541815fda04","resourceInvariantUUID":"479deca9-a128-405c-84e3-e77c329f1d61","resourceCustomizationUUID":"1bc27987-9071-44f3-9d58-3a6d27622f59","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":"NjgzMDhjNDlmNDE1YWJkZDJmNjA1N2JjMThhODI0NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8de16302-caf4-48ae-a138-3ca991f8914d","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":"04ccab8a-174c-4a04-a3e6-1ab7b4d81f69","artifactVersion":"2","generatedFromUUID":"48a7b952-6cd9-4e44-86de-85eb94e25796"},{"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":"48a7b952-6cd9-4e44-86de-85eb94e25796","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":"OGFhODk3YjJkODE0MGI0YTBlYjc3NTYwNjQ1YzhmZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"667e813d-02c5-4701-a1eb-962f8fcdd118","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":"ec19d20b-faff-4a2d-a6ce-1df2f09db649","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":"4fbe46cc-6941-41b8-91d0-84097d8a1a1b","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":"ea5e0644-9042-41f2-bf21-7d3506d17275","artifactVersion":"2","generatedFromUUID":"ec19d20b-faff-4a2d-a6ce-1df2f09db649"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzQ5OGM1MzA4N2Y5MGIwNDEyMzU5MWI3NGViZDliYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0fb3ed7-554b-45a3-8bb8-4e863ba6b5d6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmMzZmI5MjM0NWE3Y2Q4NjhmMDZlYmJlNmU2OGEzN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25c13ea7-6234-49ab-9cdc-2dc94b4920a8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-27T01:59:41.033Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:41.033Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:41.035Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:41.035Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:41.135Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:41.136Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:41.136Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:41.147Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:41.147Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:42.036Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:42.036Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:42.038Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:42.038Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-27T01:59:42.138Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:42.138Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:42.139Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:42.150Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:42.150Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:43.038Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:43.039Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:43.040Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:43.040Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-27T01:59:43.141Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:43.142Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:43.142Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:43.153Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:43.153Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:44.041Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:44.042Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:44.043Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:44.043Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T01:59:44.144Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:44.144Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:44.145Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:44.156Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:44.156Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:45.044Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:45.045Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:45.047Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:45.047Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-27T01:59:45.147Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-27T01:59:45.148Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:45.148Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:45.159Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:45.159Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:46.048Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:46.049Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:46.051Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:46.051Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:46.151Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:46.152Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:46.152Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:46.163Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:46.163Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:47.051Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:47.052Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:47.054Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:47.054Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-27T01:59:47.154Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:47.155Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:47.155Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:47.166Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:47.166Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:48.054Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:48.055Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:48.057Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:48.057Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T01:59:48.157Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:48.158Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:48.158Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:48.169Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:48.169Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:59:49.057Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-27T01:59:49.058Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:49.060Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:49.060Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T01:59:49.160Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:49.161Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:49.161Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:49.172Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:49.172Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:50.061Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "77ff96c1-4049-4025-bd02-3ac57c7a70ff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a68b5d44-6184-4145-9f20-96af23788d84",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "1bc27987-9071-44f3-9d58-3a6d27622f59",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bfe1aeda-5e7d-4eb0-944e-d541815fda04",
      "resourceInvariantUUID": "479deca9-a128-405c-84e3-e77c329f1d61",
      "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": "04ccab8a-174c-4a04-a3e6-1ab7b4d81f69",
          "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": "48a7b952-6cd9-4e44-86de-85eb94e25796",
          "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": "OGFhODk3YjJkODE0MGI0YTBlYjc3NTYwNjQ1YzhmZTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "667e813d-02c5-4701-a1eb-962f8fcdd118",
          "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": "ec19d20b-faff-4a2d-a6ce-1df2f09db649",
          "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": "ea5e0644-9042-41f2-bf21-7d3506d17275",
            "generatedFromUUID": "ec19d20b-faff-4a2d-a6ce-1df2f09db649"
          },
          "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": "ea5e0644-9042-41f2-bf21-7d3506d17275",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YmMzZmI5MjM0NWE3Y2Q4NjhmMDZlYmJlNmU2OGEzN2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25c13ea7-6234-49ab-9cdc-2dc94b4920a8"
    }
  ],
  "workloadContext": "Production"
}
2022-01-27T01:59:50.061Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-27T01:59:50.062Z|6bcba735-3a8e-47ec-92cb-d59769e870a0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 77ff96c1-4049-4025-bd02-3ac57c7a70ff ASDC
2022-01-27T01:59:50.062Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9bde16af-c9a6-4807-bd14-0cb41e579ac3
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:77ff96c1-4049-4025-bd02-3ac57c7a70ff
ServiceInvariantUUID:a68b5d44-6184-4145-9f20-96af23788d84
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:25c13ea7-6234-49ab-9cdc-2dc94b4920a8
ArtifactChecksum:YmMzZmI5MjM0NWE3Y2Q4NjhmMDZlYmJlNmU2OGEzN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:1bc27987-9071-44f3-9d58-3a6d27622f59
ResourceInvariantUUID:479deca9-a128-405c-84e3-e77c329f1d61
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:bfe1aeda-5e7d-4eb0-944e-d541815fda04
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:04ccab8a-174c-4a04-a3e6-1ab7b4d81f69
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:48a7b952-6cd9-4e44-86de-85eb94e25796
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:667e813d-02c5-4701-a1eb-962f8fcdd118
ArtifactChecksum:OGFhODk3YjJkODE0MGI0YTBlYjc3NTYwNjQ1YzhmZTE=
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:ec19d20b-faff-4a2d-a6ce-1df2f09db649
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:ea5e0644-9042-41f2-bf21-7d3506d17275
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:ea5e0644-9042-41f2-bf21-7d3506d17275
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-27T01:59:50.062Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77ff96c1-4049-4025-bd02-3ac57c7a70ff ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T01:59:50.080Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:59:50.080Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:59:50.081Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:59:50.081Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 25c13ea7-6234-49ab-9cdc-2dc94b4920a8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-27T01:59:50.081Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:59:50.081Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:50.233Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:59:50.235Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 25c13ea7-6234-49ab-9cdc-2dc94b4920a8 68936
2022-01-27T01:59:50.236Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:50.236Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:50.236Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:59:50.236Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:50.237Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:50.238Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248790236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:59:50.338Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:50.338Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:50.339Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:50.350Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:50.351Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:51.238Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-27T01:59:51.239Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-01-27T01:59:51.239Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 25c13ea7-6234-49ab-9cdc-2dc94b4920a8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-27T01:59:51.239Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-01-27T01:59:51.240Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-27T01:59:51.240Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-27T01:59:51.327Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16403397151704190611/Definitions/service-BasicCnf-template.yml
2022-01-27T01:59:52.138Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-27T01:59:52.139Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:59:52.139Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-27T01:59:52.139Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-01-27T01:59:52.140Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:52.140Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:52.140Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:52.140Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:52.140Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-01-27T01:59:52.141Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.141Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:52.141Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-27T01:59:52.141Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:59:52.141Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:59:52.141Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.141Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:52.142Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-27T01:59:52.142Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-01-27T01:59:52.142Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-27T01:59:52.142Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.142Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:52.142Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.142Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-27T01:59:52.143Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-01-27T01:59:52.143Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-01-27T01:59:52.143Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-27T01:59:52.143Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.143Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:52.143Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.143Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-27T01:59:52.143Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:59:52.144Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.144Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-27T01:59:52.144Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:59:52.144Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.144Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-27T01:59:52.144Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:59:52.145Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.145Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-27T01:59:52.145Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-27T01:59:52.145Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cfed8ecd-b113-41a1-97e0-fb8cc25adf32
2022-01-27T01:59:52.145Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.145Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:52.145Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.146Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:52.146Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.146Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:52.146Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:52.146Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:52.146Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:77ff96c1-4049-4025-bd02-3ac57c7a70ff
Model Version:NULL
Model InvariantUuid:a68b5d44-6184-4145-9f20-96af23788d84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:da95883b-7d82-4d26-b4e5-37aa3bbf2ac1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:479deca9-a128-405c-84e3-e77c329f1d61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bc27987-9071-44f3-9d58-3a6d27622f59
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bfb80938-96e8-4638-b326-9104eae2f809
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f2795fee-73d1-45ea-95bb-617650dd0324
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cfed8ecd-b113-41a1-97e0-fb8cc25adf32
ModelInvariantUuid:89318f08-0f5b-427e-bb56-2bba8cb40472
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3eece853-240e-4637-94f9-2884b80c758e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f1630c3c-4f71-4c7f-b0ba-6f1adcf172bb
ModelInvariantUuid:2172a4d4-0e79-43f3-a3dc-acb4bc06e3ff
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:2a877b35-48ea-4d27-a287-0f1a118a858e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-27T01:59:52.150Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: bfe1aeda-5e7d-4eb0-944e-d541815fda04
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:59:52.151Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-01-27T01:59:52.151Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bfe1aeda-5e7d-4eb0-944e-d541815fda04
2022-01-27T01:59:52.151Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 04ccab8a-174c-4a04-a3e6-1ab7b4d81f69 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-27T01:59:52.152Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:59:52.152Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:52.253Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:59:52.253Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 04ccab8a-174c-4a04-a3e6-1ab7b4d81f69 12
2022-01-27T01:59:52.253Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:52.254Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:52.254Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:59:52.254Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:52.255Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:52.256Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248792253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:59:52.356Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:52.356Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:52.356Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:52.367Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:52.367Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:53.256Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 48a7b952-6cd9-4e44-86de-85eb94e25796 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-27T01:59:53.257Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:59:53.257Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:53.310Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:59:53.310Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 48a7b952-6cd9-4e44-86de-85eb94e25796 2688
2022-01-27T01:59:53.310Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:53.310Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:53.310Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:59:53.311Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:53.312Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:53.312Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248793310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:59:53.412Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:53.413Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-27T01:59:53.413Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:53.423Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:53.424Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:59:54.313Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 667e813d-02c5-4701-a1eb-962f8fcdd118 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-27T01:59:54.314Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:59:54.314Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:54.357Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:59:54.357Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 667e813d-02c5-4701-a1eb-962f8fcdd118 828
2022-01-27T01:59:54.358Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:54.358Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:54.358Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:59:54.358Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:54.359Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:54.360Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248794357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:59:54.460Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:54.460Z||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-01-27T01:59:54.461Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:54.470Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:54.471Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-27T01:59:55.360Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bfb80938-96e8-4638-b326-9104eae2f809",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f2795fee-73d1-45ea-95bb-617650dd0324",
    "vfModuleModelCustomizationUUID": "1dd78f8a-b44b-45ad-8a1d-e874f2785efa",
    "isBase": true,
    "artifacts": [
      "ec19d20b-faff-4a2d-a6ce-1df2f09db649",
      "48a7b952-6cd9-4e44-86de-85eb94e25796",
      "ea5e0644-9042-41f2-bf21-7d3506d17275"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-01-27T01:59:55.365Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2795fee-73d1-45ea-95bb-617650dd0324
VfModuleModelInvariantUUID:bfb80938-96e8-4638-b326-9104eae2f809
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec19d20b-faff-4a2d-a6ce-1df2f09db649
,
48a7b952-6cd9-4e44-86de-85eb94e25796
,
ea5e0644-9042-41f2-bf21-7d3506d17275

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

isBase:true


}

2022-01-27T01:59:55.367Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bfb80938-96e8-4638-b326-9104eae2f809",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f2795fee-73d1-45ea-95bb-617650dd0324",
    "vfModuleModelCustomizationUUID": "1dd78f8a-b44b-45ad-8a1d-e874f2785efa",
    "isBase": true,
    "artifacts": [
      "ec19d20b-faff-4a2d-a6ce-1df2f09db649",
      "48a7b952-6cd9-4e44-86de-85eb94e25796",
      "ea5e0644-9042-41f2-bf21-7d3506d17275"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-01-27T01:59:55.368Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2795fee-73d1-45ea-95bb-617650dd0324
VfModuleModelInvariantUUID:bfb80938-96e8-4638-b326-9104eae2f809
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec19d20b-faff-4a2d-a6ce-1df2f09db649
,
48a7b952-6cd9-4e44-86de-85eb94e25796
,
ea5e0644-9042-41f2-bf21-7d3506d17275

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

isBase:true


}

2022-01-27T01:59:55.368Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ec19d20b-faff-4a2d-a6ce-1df2f09db649 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-27T01:59:55.368Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:59:55.368Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:55.417Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:59:55.418Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ec19d20b-faff-4a2d-a6ce-1df2f09db649 1164
2022-01-27T01:59:55.418Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:55.418Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:55.418Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:59:55.419Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:55.421Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:55.421Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248795418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:59:55.521Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:55.522Z||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-01-27T01:59:55.522Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:55.530Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:55.531Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:56.422Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ea5e0644-9042-41f2-bf21-7d3506d17275 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-27T01:59:56.423Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-01-27T01:59:56.423Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:56.606Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-01-27T01:59:56.606Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ea5e0644-9042-41f2-bf21-7d3506d17275 200
2022-01-27T01:59:56.607Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:56.607Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:56.607Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-27T01:59:56.607Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:56.609Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:56.610Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248796607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T01:59:56.710Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:56.710Z||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-01-27T01:59:56.710Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:56.720Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:56.721Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:57.610Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 77ff96c1-4049-4025-bd02-3ac57c7a70ff
2022-01-27T01:59:57.611Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 bfe1aeda-5e7d-4eb0-944e-d541815fda04 ASDC
2022-01-27T01:59:57.617Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:59:57.624Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55a029a1, org.onap.sdc.toscaparser.api.parameters.Input@45bc807f, org.onap.sdc.toscaparser.api.parameters.Input@29375baf, org.onap.sdc.toscaparser.api.parameters.Input@2ed73dc5, org.onap.sdc.toscaparser.api.parameters.Input@7aeef49f]
2022-01-27T01:59:57.625Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.626Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:57.626Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-01-27T01:59:57.626Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1bc27987-9071-44f3-9d58-3a6d27622f59
2022-01-27T01:59:57.626Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1bc27987-9071-44f3-9d58-3a6d27622f59 matches Tosca VF Customization UUID: 1bc27987-9071-44f3-9d58-3a6d27622f59
2022-01-27T01:59:57.626Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1bc27987-9071-44f3-9d58-3a6d27622f59  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-27T01:59:57.627Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.627Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:57.628Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1bc27987-9071-44f3-9d58-3a6d27622f59: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-01-27T01:59:57.628Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fa7cbe6
2022-01-27T01:59:57.628Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.628Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:57.628Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1dd78f8a-b44b-45ad-8a1d-e874f2785efa
2022-01-27T01:59:57.629Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1dd78f8a-b44b-45ad-8a1d-e874f2785efa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-27T01:59:57.630Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.630Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-27T01:59:57.630Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:59:57.630Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.630Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-27T01:59:57.631Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:59:57.631Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.631Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-27T01:59:57.631Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-27T01:59:57.631Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=cfed8ecd-b113-41a1-97e0-fb8cc25adf32
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-27T01:59:57.632Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.633Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-27T01:59:57.633Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-27T01:59:57.633Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.633Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-27T01:59:57.633Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1bc27987-9071-44f3-9d58-3a6d27622f59
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T01:59:57.634Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.634Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:57.634Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 77ff96c1-4049-4025-bd02-3ac57c7a70ff: basic_cnf
2022-01-27T01:59:57.635Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.635Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:57.635Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.635Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:57.635Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.635Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:57.635Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.636Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:57.636Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-27T01:59:57.636Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-27T01:59:57.636Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:57.669Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf bfe1aeda-5e7d-4eb0-944e-d541815fda04 1 ASDC deployResourceStructure
2022-01-27T01:59:57.669Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:57.669Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:57.669Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-27T01:59:57.670Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:57.671Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:57.671Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248797669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-01-27T01:59:57.771Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:57.772Z||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-01-27T01:59:57.772Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:57.782Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:57.782Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:58.673Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:58.673Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:58.673Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-27T01:59:58.673Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:58.675Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:58.676Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248798672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-01-27T01:59:58.776Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:58.777Z||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-01-27T01:59:58.777Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:58.787Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:58.788Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-27T01:59:59.677Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:59.677Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T01:59:59.677Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T01:59:59.677Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T01:59:59.679Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T01:59:59.679Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248799677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T01:59:59.779Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T01:59:59.780Z||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-01-27T01:59:59.780Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T01:59:59.792Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T01:59:59.792Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-27T02:00:00.679Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T02:00:00.680Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T02:00:00.680Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T02:00:00.680Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T02:00:00.682Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T02:00:00.682Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248800679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:00.782Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T02:00:00.783Z||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-01-27T02:00:00.783Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T02:00:00.793Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:00:00.794Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-27T02:00:01.683Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T02:00:01.683Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T02:00:01.683Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T02:00:01.684Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T02:00:01.685Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T02:00:01.685Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248801682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:01.785Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T02:00:01.786Z||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-01-27T02:00:01.786Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T02:00:01.796Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:00:01.797Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-27T02:00:02.687Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T02:00:02.687Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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-01-27T02:00:02.687Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-27T02:00:02.688Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T02:00:02.690Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T02:00:02.690Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248802687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:02.790Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T02:00:02.791Z||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-01-27T02:00:02.791Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T02:00:02.801Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:00:02.801Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-27T02:00:03.691Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9bde16af-c9a6-4807-bd14-0cb41e579ac3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T02:00:03.698Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9bde16af-c9a6-4807-bd14-0cb41e579ac3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T02:00:03.699Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T02:00:03.699Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-27T02:00:03.699Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-27T02:00:29.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:00:29.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:00:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:00:29.222Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:00:29.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248638135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "policy-id",
  "timestamp": 1643248642632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248646453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "cds",
  "timestamp": 1643248650204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248638135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "policy-id",
  "timestamp": 1643248642632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248646453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "cds",
  "timestamp": 1643248650204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248638135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "policy-id",
  "timestamp": 1643248642632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248646453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248651963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "cds",
  "timestamp": 1643248650204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248638135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "policy-id",
  "timestamp": 1643248642632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248646453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248651963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "cds",
  "timestamp": 1643248650204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248638135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "policy-id",
  "timestamp": 1643248642632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248646453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248651963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "cds",
  "timestamp": 1643248650204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248638135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "policy-id",
  "timestamp": 1643248642632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248646453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248651963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "cds",
  "timestamp": 1643248650204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248656600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248651963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248656696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "policy-id",
  "timestamp": 1643248656688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "cds",
  "timestamp": 1643248650204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248651963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "policy-id",
  "timestamp": 1643248657692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:29.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248657738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "cds",
  "timestamp": 1643248650204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "aai-ml",
  "timestamp": 1643248657251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248651963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "policy-id",
  "timestamp": 1643248658694,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T02:00:29.237Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bde16af-c9a6-4807-bd14-0cb41e579ac3
2022-01-27T02:00:29.238Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bde16af-c9a6-4807-bd14-0cb41e579ac3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T02:00:29.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248658786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:29.242Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "cds",
  "timestamp": 1643248650204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "aai-ml",
  "timestamp": 1643248657251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248658947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248651963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643248659790,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T02:00:29.245Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9bde16af-c9a6-4807-bd14-0cb41e579ac3
2022-01-27T02:00:29.245Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bde16af-c9a6-4807-bd14-0cb41e579ac3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T02:00:29.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "aai-ml",
  "timestamp": 1643248657251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "cds",
  "timestamp": 1643248660142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248660227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643248651963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "aai-ml",
  "timestamp": 1643248657251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "cds",
  "timestamp": 1643248661147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T02:00:29.251Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9bde16af-c9a6-4807-bd14-0cb41e579ac3
2022-01-27T02:00:29.251Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bde16af-c9a6-4807-bd14-0cb41e579ac3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T02:00:29.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248661221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248661265,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T02:00:29.258Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bde16af-c9a6-4807-bd14-0cb41e579ac3
2022-01-27T02:00:29.258Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bde16af-c9a6-4807-bd14-0cb41e579ac3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "aai-ml",
  "timestamp": 1643248657251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643248662268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "aai-ml",
  "timestamp": 1643248657251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248663422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "aai-ml",
  "timestamp": 1643248657251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "clamp",
  "timestamp": 1643248664047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248664721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "aai-ml",
  "timestamp": 1643248657251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "clamp",
  "timestamp": 1643248664047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "aai-ml",
  "timestamp": 1643248657251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248666014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "clamp",
  "timestamp": 1643248664047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248667102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "aai-ml",
  "timestamp": 1643248667217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "clamp",
  "timestamp": 1643248664047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248668105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "clamp",
  "timestamp": 1643248664047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248669108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "clamp",
  "timestamp": 1643248664047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248670111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "clamp",
  "timestamp": 1643248664047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "clamp",
  "timestamp": 1643248664047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "aai-ml",
  "timestamp": 1643248672434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:29.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "clamp",
  "timestamp": 1643248664047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "aai-ml",
  "timestamp": 1643248673437,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T02:00:29.266Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9bde16af-c9a6-4807-bd14-0cb41e579ac3
2022-01-27T02:00:29.267Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bde16af-c9a6-4807-bd14-0cb41e579ac3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T02:00:29.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "clamp",
  "timestamp": 1643248679555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "clamp",
  "timestamp": 1643248681563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:29.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "clamp",
  "timestamp": 1643248682566,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T02:00:29.272Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9bde16af-c9a6-4807-bd14-0cb41e579ac3
2022-01-27T02:00:29.272Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bde16af-c9a6-4807-bd14-0cb41e579ac3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-27T02:00:29.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64db70cf-78b8-4c11-89b8-3bc6b3a0af05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248701275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248704438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248705897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T02:00:29.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:00:33.700Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9bde16af-c9a6-4807-bd14-0cb41e579ac3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T02:00:33.710Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9bde16af-c9a6-4807-bd14-0cb41e579ac3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-27T02:00:33.711Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-27T02:00:33.712Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-27T02:00:33.712Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-27T02:00:33.712Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-27T02:00:33.712Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T02:00:33.712Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T02:00:33.712Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T02:00:33.712Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T02:00:33.712Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T02:00:33.712Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-27T02:00:33.712Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-27T02:00:33.715Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-27T02:01:03.715Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9bde16af-c9a6-4807-bd14-0cb41e579ac3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-27T02:01:03.720Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9bde16af-c9a6-4807-bd14-0cb41e579ac3 and serviceModelVersionId: 77ff96c1-4049-4025-bd02-3ac57c7a70ff
2022-01-27T02:01:03.720Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a68b5d44-6184-4145-9f20-96af23788d84
2022-01-27T02:01:03.720Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a68b5d44-6184-4145-9f20-96af23788d84/model-vers/model-ver/77ff96c1-4049-4025-bd02-3ac57c7a70ff?depth=0
2022-01-27T02:01:03.724Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-01-27T02:01:03.753Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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/a68b5d44-6184-4145-9f20-96af23788d84/model-vers/model-ver/77ff96c1-4049-4025-bd02-3ac57c7a70ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-01-27T02:01:03.754Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a68b5d44-6184-4145-9f20-96af23788d84/model-vers/model-ver/77ff96c1-4049-4025-bd02-3ac57c7a70ff?depth=0|INFO|500||Invoke
2022-01-27T02:01:03.770Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a68b5d44-6184-4145-9f20-96af23788d84/model-vers/model-ver/77ff96c1-4049-4025-bd02-3ac57c7a70ff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-27T02:01:04.295Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a68b5d44-6184-4145-9f20-96af23788d84/model-vers/model-ver/77ff96c1-4049-4025-bd02-3ac57c7a70ff?depth=0|INFO|500||InvokeReturn
2022-01-27T02:01:04.296Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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/a68b5d44-6184-4145-9f20-96af23788d84/model-vers/model-ver/77ff96c1-4049-4025-bd02-3ac57c7a70ff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220127-02:01:03:777-81156], vertex-id=[253992], Content-Length=[0], Date=[Thu, 27 Jan 2022 02:01:03 GMT], Content-Type=[application/json]}
2022-01-27T02:01:04.296Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-01-27T02:01:04.296Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-27T02:01:04.296Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-27T02:01:04.299Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-27T02:01:04.299Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9bde16af-c9a6-4807-bd14-0cb41e579ac3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-27T02:01:04.299Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-27T02:01:04.300Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-01-27T02:01:04.301Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-27T02:01:04.301Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248864299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T02:01:04.401Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-27T02:01:04.402Z||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-01-27T02:01:04.402Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FCBRLkk2tUySWmrC) ...
2022-01-27T02:01:04.417Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:01:04.417Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 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-01-27T02:01:05.308Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:01:05.309Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:01:05.309Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:01:15.837Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:01:15.838Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:01:15.838Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:01:15.838Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:01:25.397Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:01:25.398Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:01:25.398Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:01:25.398Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:01:29.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:01:29.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:01:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:01:29.222Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:01:29.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:01:29.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49bf218d-0e6f-431d-b0fe-1476f043f6e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248737318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T02:01:29.223Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:01:29.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:01:29.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:01:29.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:01:29.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:01:29.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:01:29.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:01:29.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:01:29.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:01:29.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:01:29.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:01:29.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:01:29.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:01:29.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:01:29.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:01:29.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:01:29.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:01:29.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/resourceInstances/pnf55aa19dfca240/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:01:29.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:01:29.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:01:29.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:01:29.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:01:29.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:01:29.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T02:01:29.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:01:29.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:01:29.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248746937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:01:29.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:01:29.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-27T02:01:29.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248748613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHbv55vw0ijdhzby5eavx/1.0/artifacts/service-DemoPnfHbv55vw0ijdhzby5eavx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T02:01:29.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:01:34.929Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:01:34.930Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:01:34.930Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:01:34.931Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:01:44.461Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:01:44.461Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:01:44.462Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:01:44.462Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:01:53.994Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:01:53.994Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:01:53.995Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:01:53.995Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:02:03.527Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:02:03.528Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:02:03.528Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:02:03.528Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:02:13.061Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:02:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:02:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:02:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:02:29.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:02:29.204Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:02:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:02:29.224Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:02:29.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bcba735-3a8e-47ec-92cb-d59769e870a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248780021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T02:02:29.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:29.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-27T02:02:29.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248648231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248790236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248792253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248793310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248794357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248795418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248796607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248797669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248798672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248799677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248800679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248801682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-27T02:02:29.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:29.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-27T02:02:29.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248802687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-27T02:02:29.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:02:38.738Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:03:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:03:29.204Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:03:29.204Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:03:29.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:03:29.205Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:03:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:03:29.724Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:03:29.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-27T02:03:29.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bde16af-c9a6-4807-bd14-0cb41e579ac3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643248864299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-27T02:03:29.725Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-27T02:03:38.743Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:04:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:04:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:04:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:04:29.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:04:29.204Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:04:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:04:38.743Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:04:38.743Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:05:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:05:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:05:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:05:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:05:29.205Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:05:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:05:38.740Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:05:38.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:06:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:06:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:06:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:06:29.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:06:29.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:06:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:06:38.738Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:06:38.738Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:07:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:07:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:07:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:07:29.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:07:29.204Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:07:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:07:38.739Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:07:38.740Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:08:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:08:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:08:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:08:29.204Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:08:29.204Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:08:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:08:38.740Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:08:38.740Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:09:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:09:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:09:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:09:29.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:09:29.204Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:09:29.204Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:09:38.741Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:09:38.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:10:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:10:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:10:29.203Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:10:29.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-27T02:10:29.205Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-27T02:10:29.205Z||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 FCBRLkk2tUySWmrC) ...
2022-01-27T02:10:38.742Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-27T02:10:38.746Z|9bde16af-c9a6-4807-bd14-0cb41e579ac3|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK