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-07-16T05:57:02.606Z||main|||||INFO|500||The following profiles are active: basic
2022-07-16T05:57:59.125Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-16T05:57:59.126Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-16T05:57:59.572Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-16T05:58:21.234Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-16T05:58:24.134Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-16T05:58:26.087Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-16T05:58:26.170Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-16T05:58:27.166Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-16T05:58:29.128Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-16T05:58:33.930Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-16T05:58:49.560Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-16T05:58:56.382Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-16T05:58:56.511Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-16T05:58:58.891Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-16T05:59:00.201Z||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-07-16T05:59:04.972Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-16T05:59:08.141Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-16T05:59:08.236Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-16T05:59:08.250Z||main|||||WARN|500||The sdc end point is not alive
2022-07-16T05:59:19.190Z||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-07-16T05:59:31.203Z||main|||||WARN|500||---
2022-07-16T05:59:31.204Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-16T05:59:31.204Z||main|||||WARN|500||---
2022-07-16T05:59:31.952Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-16T05:59:50.041Z||main|||||INFO|500||Started Application in 182.726 seconds (JVM running for 197.992)
2022-07-16T05:59:50.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-16T05:59:50.135Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-16T05:59:50.182Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-16T05:59:50.256Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-16T05:59:50.446Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54f91e9a-af89-4171-8e11-d9103ce1441e url= /sdc/v1/artifactTypes
2022-07-16T05:59:50.448Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-16T05:59:51.800Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-16T05:59:51.872Z||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-07-16T05:59:51.929Z||scheduling-1|||||DEBUG|500||create keys
2022-07-16T05:59:51.943Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-16T05:59:52.047Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T05:59:52.084Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b44a88b7-4a28-457b-8dd2-607aa85c35ae url= /sdc/v1/registerForDistribution
2022-07-16T05:59:52.288Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b44a88b7-4a28-457b-8dd2-607aa85c35ae url= /sdc/v1/registerForDistribution
2022-07-16T05:59:52.291Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-16T05:59:52.343Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-16T05:59:52.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:59:52.371Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:59:52.566Z||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-07-16T05:59:52.569Z||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 domtawzly8X4mXCY) ...
2022-07-16T05:59:52.584Z||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-07-16T05:59:52.589Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:00:03.062Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:00:03.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:00:52.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:00:52.311Z||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-07-16T06:00:52.313Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:00:52.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:00:52.323Z||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-07-16T06:00:52.324Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:01:01.957Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:01:01.988Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:01:52.303Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:01:52.305Z||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-07-16T06:01:52.305Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:01:52.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:01:52.333Z||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-07-16T06:01:52.333Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:02:02.044Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:02:02.073Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:02:52.309Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:02:52.311Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:02:52.318Z||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-07-16T06:02:52.319Z||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-07-16T06:02:52.319Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:02:52.319Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:03:02.064Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:03:02.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:03:52.305Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:03:52.308Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:03:52.314Z||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-07-16T06:03:52.316Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:03:52.329Z||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-07-16T06:03:52.344Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:04:01.959Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:04:01.958Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:04:52.303Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:04:52.307Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:04:52.308Z||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-07-16T06:04:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:04:52.309Z||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-07-16T06:04:52.321Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:05:02.005Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:05:02.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:05:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:05:52.303Z||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-07-16T06:05:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:05:52.306Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:05:52.309Z||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-07-16T06:05:52.310Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:06:01.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:06:01.912Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:06:38.380Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-16T06:06:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:06:52.302Z||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-07-16T06:06:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:06:52.306Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:06:52.311Z||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-07-16T06:06:52.314Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:07:01.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:07:01.949Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:07:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:07:52.305Z||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-07-16T06:07:52.306Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:07:52.307Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:07:52.309Z||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-07-16T06:07:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:08:01.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:08:01.942Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:08:52.303Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:08:52.306Z||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-07-16T06:08:52.306Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:08:52.307Z||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-07-16T06:08:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:08:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:09:01.913Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:09:01.924Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:09:52.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:09:52.302Z||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-07-16T06:09:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:09:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:09:52.308Z||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-07-16T06:09:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:10:01.913Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:10:01.914Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:10:52.301Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:10:52.302Z||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-07-16T06:10:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:10:52.306Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:10:52.307Z||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-07-16T06:10:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:11:01.940Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:11:01.956Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:11:52.301Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:11:52.302Z||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-07-16T06:11:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:11:52.307Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:11:52.308Z||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-07-16T06:11:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:12:01.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:12:01.956Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:12:52.301Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:12:52.302Z||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-07-16T06:12:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:12:52.306Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:12:52.309Z||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-07-16T06:12:52.310Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:13:01.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:13:01.908Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:13:52.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:13:52.303Z||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-07-16T06:13:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:13:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:13:52.311Z||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-07-16T06:13:52.312Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:14:01.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:14:01.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:14:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:14:52.307Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:14:52.308Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:14:52.308Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:14:52.308Z||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-07-16T06:14:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:15:01.899Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:15:01.921Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:15:52.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:15:52.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:15:52.322Z||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-07-16T06:15:52.322Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:15:52.322Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:15:52.325Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:16:01.922Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:16:01.942Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:16:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:16:52.303Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:16:52.304Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:16:52.306Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:16:52.307Z||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-07-16T06:16:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:17:01.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:17:01.916Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:17:52.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:17:52.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:17:52.319Z||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-07-16T06:17:52.319Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:17:52.309Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:17:52.334Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:18:01.924Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:18:01.949Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:18:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:18:52.305Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:18:52.306Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:18:52.307Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:18:52.309Z||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-07-16T06:18:52.310Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:19:01.907Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:19:01.942Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:19:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:19:52.303Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:19:52.303Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:19:52.307Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:19:52.308Z||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-07-16T06:19:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:20:01.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:20:01.928Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:20:52.303Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:20:52.305Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:20:52.306Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:20:52.306Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:20:52.307Z||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-07-16T06:20:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:21:01.906Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:21:01.906Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:21:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:21:52.304Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:21:52.304Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:21:52.307Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:21:52.308Z||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-07-16T06:21:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:22:01.907Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:22:01.942Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:22:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:22:52.301Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:22:52.302Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:22:52.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:22:52.309Z||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-07-16T06:22:52.310Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:23:01.905Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:23:01.928Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:23:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:23:52.302Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:23:52.303Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:23:52.307Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:23:52.308Z||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-07-16T06:23:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:24:01.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:24:01.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:24:52.303Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:24:52.308Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:24:52.308Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:24:52.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:24:52.316Z||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-07-16T06:24:52.317Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:25:01.963Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:25:01.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:25:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:25:52.302Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:25:52.303Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:25:52.307Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:25:52.321Z||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-07-16T06:25:52.323Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:26:01.942Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:26:02.065Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:26:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:26:52.308Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:26:52.308Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:26:52.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:26:52.335Z||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-07-16T06:26:52.336Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:27:01.935Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:27:02.001Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:27:52.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:27:52.315Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:27:52.316Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:27:52.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:27:52.324Z||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-07-16T06:27:52.325Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:28:01.921Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:28:01.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:28:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:28:52.303Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-16T06:28:52.304Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as domtawzly8X4mXCY) ...
2022-07-16T06:28:52.307Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:28:52.308Z||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-07-16T06:28:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:29:01.930Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:29:01.938Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:29:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:29:52.302Z||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-07-16T06:29:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:29:52.307Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:29:52.308Z||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-07-16T06:29:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:30:02.044Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:30:02.135Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:30:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:30:52.307Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:30:52.307Z||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-07-16T06:30:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:30:52.307Z||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-07-16T06:30:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:31:01.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:31:01.926Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:31:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:31:52.303Z||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-07-16T06:31:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:31:52.306Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:31:52.308Z||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-07-16T06:31:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:32:01.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:32:02.023Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:32:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:32:52.304Z||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-07-16T06:32:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:32:52.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:32:52.307Z||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-07-16T06:32:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:33:01.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:33:01.952Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:33:52.304Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:33:52.306Z||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-07-16T06:33:52.306Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:33:52.306Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:33:52.307Z||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-07-16T06:33:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:34:01.911Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:34:01.915Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:34:52.304Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:34:52.305Z||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-07-16T06:34:52.306Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:34:52.306Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:34:52.307Z||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-07-16T06:34:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:35:01.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:35:01.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:35:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:35:52.301Z||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-07-16T06:35:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:35:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:35:52.308Z||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-07-16T06:35:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:36:01.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:36:01.909Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:36:52.303Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:36:52.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:36:52.309Z||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-07-16T06:36:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:36:52.310Z||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-07-16T06:36:52.311Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:37:01.919Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:37:01.921Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:37:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:37:52.303Z||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-07-16T06:37:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:37:52.307Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:37:52.308Z||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-07-16T06:37:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:38:01.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:38:01.929Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:38:52.305Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:38:52.306Z||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-07-16T06:38:52.307Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:38:52.308Z||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-07-16T06:38:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:38:52.329Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:39:01.948Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:39:01.986Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:39:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:39:52.302Z||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-07-16T06:39:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:39:52.306Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:39:52.307Z||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-07-16T06:39:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:40:01.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:40:01.921Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:40:52.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:40:52.306Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:40:52.308Z||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-07-16T06:40:52.308Z||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-07-16T06:40:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:40:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:41:01.992Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:41:02.046Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:41:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:41:52.302Z||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-07-16T06:41:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:41:52.306Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:41:52.307Z||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-07-16T06:41:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:42:01.910Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:42:01.981Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:42:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:42:52.303Z||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-07-16T06:42:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:42:52.306Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:42:52.307Z||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-07-16T06:42:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:43:01.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:43:01.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:43:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:43:52.304Z||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-07-16T06:43:52.305Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:43:52.315Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:43:52.317Z||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-07-16T06:43:52.317Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:44:01.998Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:44:02.046Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:44:52.306Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:44:52.308Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:44:52.312Z||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-07-16T06:44:52.314Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:44:52.315Z||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-07-16T06:44:52.317Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:45:01.893Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:45:01.919Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:45:52.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:45:52.305Z||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-07-16T06:45:52.308Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:45:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:45:52.310Z||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-07-16T06:45:52.311Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:46:02.043Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:46:02.057Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:46:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:46:52.302Z||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-07-16T06:46:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:46:52.307Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:46:52.309Z||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-07-16T06:46:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:47:01.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:47:01.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:47:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:47:52.304Z||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-07-16T06:47:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:47:52.306Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:47:52.307Z||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-07-16T06:47:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:48:01.931Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:48:01.936Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:48:52.301Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:48:52.303Z||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-07-16T06:48:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:48:52.306Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:48:52.308Z||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-07-16T06:48:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:49:02.044Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:49:02.043Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:49:52.312Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:49:52.313Z||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-07-16T06:49:52.314Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:49:52.306Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:49:52.317Z||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-07-16T06:49:52.318Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:49:52.583Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:49:52.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "cds",
  "timestamp": 1657954179572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "aai-ml",
  "timestamp": 1657954180615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954172979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "cds",
  "timestamp": 1657954179572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "aai-ml",
  "timestamp": 1657954180615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954172979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "cds",
  "timestamp": 1657954179572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "aai-ml",
  "timestamp": 1657954180615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954172979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "cds",
  "timestamp": 1657954179572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "aai-ml",
  "timestamp": 1657954180615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954172979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "cds",
  "timestamp": 1657954179572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "aai-ml",
  "timestamp": 1657954180615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954172979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "cds",
  "timestamp": 1657954179572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "aai-ml",
  "timestamp": 1657954180615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "policy-id",
  "timestamp": 1657954184228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954172979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "policy-id",
  "timestamp": 1657954184228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "cds",
  "timestamp": 1657954179572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:49:52.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "aai-ml",
  "timestamp": 1657954180615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:49:52.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954172979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "policy-id",
  "timestamp": 1657954184228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-16T06:49:52.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "policy-id",
  "timestamp": 1657954184228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "cds",
  "timestamp": 1657954189070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:49:52.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:49:52.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "aai-ml",
  "timestamp": 1657954190220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:49:52.915Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:49:52.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "policy-id",
  "timestamp": 1657954184228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954189370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954190165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:52.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "cds",
  "timestamp": 1657954190109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-07-16T06:49:53.010Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:49:53.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"82334943-57ca-4401-a0dd-d11733204d72","serviceName":"basic_onboard_YlBBJa","serviceVersion":"1.0","serviceUUID":"83354032-e268-4093-be91-bb762a370b5e","serviceDescription":"service","serviceInvariantUUID":"5395ef45-eede-4baa-b438-57eeaffa06f0","resources":[{"resourceInstanceName":"basic_onboard_YlBBJa 0","resourceName":"basic_onboard_YlBBJa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9368d6d2-5488-46d3-a1ad-0678a821b180","resourceInvariantUUID":"5f8ce751-04f5-4587-a68d-5d3ae60fba85","resourceCustomizationUUID":"37b626b9-2ee4-424c-bcec-21057aea9863","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml","artifactChecksum":"ZDUwZWQwNGIwYjRkZjhlZTViYTkzODI0OTUwYTQ3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b70b2e46-c744-4c95-865d-a91ac5f0b231","artifactVersion":"1"},{"artifactName":"basic_onboard_ylbbja0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json","artifactChecksum":"ZDg3MmZkNzRiMmQ2NDg5MGNmY2I3MTkzY2I3ODhkNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"816bdf47-e4ae-46a1-98e8-57e7f4bc19e8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a1a055e5-ae2c-4727-a229-703f22f8d425","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"591c358b-caff-42a5-be67-3a5081df3bab","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d5a0592d-cc45-456e-a13b-60b92ee23f43","artifactVersion":"2","generatedFromUUID":"a1a055e5-ae2c-4727-a229-703f22f8d425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYlbbja-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml","artifactChecksum":"NjhiNzgwNTE4ODQxOWE5MjJiN2Q1MjkxNTdiNzEyZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f591c92-ed6a-46e9-ac92-c093f16ed19b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYlbbja-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar","artifactChecksum":"YWI4MjUwOTkwZTM0MTEyNDM2ZTk5MDlkZDM1YjhlMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f22ee087-2603-4548-8077-4b55c5dc80a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T06:49:53.185Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:53.238Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-16T06:49:53.333Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:53.334Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:53.444Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T06:49:53.464Z||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-07-16T06:49:53.464Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-16T06:49:53.579Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:49:53.582Z||pool-3-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T06:49:53.654Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82334943-57ca-4401-a0dd-d11733204d72
2022-07-16T06:49:53.817Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82334943-57ca-4401-a0dd-d11733204d72 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-07-16T06:49:53.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "policy-id",
  "timestamp": 1657954184228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:53.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:53.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954189370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T06:49:53.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:53.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954190165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:53.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:53.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "policy-id",
  "timestamp": 1657954184228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:49:53.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:53.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "clamp",
  "timestamp": 1657954190980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:53.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:53.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954189370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-16T06:49:53.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:53.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954190165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:53.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:49:54.344Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:54.344Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:49:54.357Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:54.358Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T06:49:54.453Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-16T06:49:54.488Z||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-07-16T06:49:54.490Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:49:54.539Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:49:54.550Z||pool-4-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:49:55.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:55.360Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:49:55.364Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:55.366Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-16T06:49:55.475Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-07-16T06:49:55.482Z||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-07-16T06:49:55.483Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:49:55.542Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:49:55.543Z||pool-5-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:49:56.369Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:56.372Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:49:56.378Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:56.379Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:56.479Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T06:49:56.482Z||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-07-16T06:49:56.483Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:49:56.507Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:49:56.509Z||pool-6-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:49:57.380Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:57.381Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:49:57.389Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:57.403Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-16T06:49:57.491Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-07-16T06:49:57.492Z||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-07-16T06:49:57.493Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:49:57.527Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:49:57.528Z||pool-7-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:49:58.405Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:58.407Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:49:58.410Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:58.411Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:49:58.511Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:49:58.514Z||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-07-16T06:49:58.514Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:49:58.535Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:49:58.536Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:49:59.411Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:59.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:49:59.420Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:59.420Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:49:59.520Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T06:49:59.524Z||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-07-16T06:49:59.525Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:49:59.572Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:49:59.573Z||pool-9-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:50:00.436Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "serviceName": "basic_onboard_YlBBJa",
  "serviceVersion": "1.0",
  "serviceUUID": "83354032-e268-4093-be91-bb762a370b5e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5395ef45-eede-4baa-b438-57eeaffa06f0",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_YlBBJa 0",
      "resourceCustomizationUUID": "37b626b9-2ee4-424c-bcec-21057aea9863",
      "resourceName": "basic_onboard_YlBBJa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9368d6d2-5488-46d3-a1ad-0678a821b180",
      "resourceInvariantUUID": "5f8ce751-04f5-4587-a68d-5d3ae60fba85",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ylbbja0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
          "artifactChecksum": "ZDg3MmZkNzRiMmQ2NDg5MGNmY2I3MTkzY2I3ODhkNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "816bdf47-e4ae-46a1-98e8-57e7f4bc19e8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a1a055e5-ae2c-4727-a229-703f22f8d425",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d5a0592d-cc45-456e-a13b-60b92ee23f43",
            "generatedFromUUID": "a1a055e5-ae2c-4727-a229-703f22f8d425"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d5a0592d-cc45-456e-a13b-60b92ee23f43",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYlbbja-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
      "artifactChecksum": "YWI4MjUwOTkwZTM0MTEyNDM2ZTk5MDlkZDM1YjhlMjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f22ee087-2603-4548-8077-4b55c5dc80a6"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T06:50:00.438Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T06:50:00.438Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 83354032-e268-4093-be91-bb762a370b5e ASDC
2022-07-16T06:50:01.350Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:82334943-57ca-4401-a0dd-d11733204d72
ServiceName:basic_onboard_YlBBJa
ServiceVersion:1.0
ServiceUUID:83354032-e268-4093-be91-bb762a370b5e
ServiceInvariantUUID:5395ef45-eede-4baa-b438-57eeaffa06f0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYlbbja-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar
ArtifactUUID:f22ee087-2603-4548-8077-4b55c5dc80a6
ArtifactChecksum:YWI4MjUwOTkwZTM0MTEyNDM2ZTk5MDlkZDM1YjhlMjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YlBBJa 0
ResourceCustomizationUUID:37b626b9-2ee4-424c-bcec-21057aea9863
ResourceInvariantUUID:5f8ce751-04f5-4587-a68d-5d3ae60fba85
ResourceName:basic_onboard_YlBBJa
ResourceType:VF
ResourceUUID:9368d6d2-5488-46d3-a1ad-0678a821b180
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ylbbja0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json
ArtifactUUID:816bdf47-e4ae-46a1-98e8-57e7f4bc19e8
ArtifactChecksum:ZDg3MmZkNzRiMmQ2NDg5MGNmY2I3MTkzY2I3ODhkNWM=
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/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a1a055e5-ae2c-4727-a229-703f22f8d425
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/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env
ArtifactUUID:d5a0592d-cc45-456e-a13b-60b92ee23f43
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/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env
ArtifactUUID:d5a0592d-cc45-456e-a13b-60b92ee23f43
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-16T06:50:01.354Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83354032-e268-4093-be91-bb762a370b5e 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-07-16T06:50:01.642Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T06:50:01.643Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T06:50:01.653Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T06:50:01.653Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f22ee087-2603-4548-8077-4b55c5dc80a6 from URL: /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:01.653Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:50:01.658Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:02.296Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:50:02.441Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar f22ee087-2603-4548-8077-4b55c5dc80a6 75617
2022-07-16T06:50:02.448Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar ASDC sendASDCNotification
2022-07-16T06:50:02.449Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:02.461Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:50:02.463Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:02.466Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:02.467Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954202444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:50:02.567Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:50:02.570Z||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-07-16T06:50:02.570Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:02.618Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:50:02.629Z||pool-10-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:50:03.469Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T06:50:03.483Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T06:50:03.513Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f22ee087-2603-4548-8077-4b55c5dc80a6, URL: /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar to file: /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:03.518Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:04.068Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:04.068Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:06.733Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17806793834318616867/Definitions/service-BasicOnboardYlbbja-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-07-16T06:50:11.958Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T06:50:11.969Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T06:50:11.969Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.970Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-16T06:50:11.970Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||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-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.970Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.971Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||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-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.972Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.973Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.974Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.975Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.977Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||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-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.978Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YlBBJa 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-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.979Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T06:50:12.005Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.007Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.011Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:12.014Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T06:50:12.016Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T06:50:12.018Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.019Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.019Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:12.019Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T06:50:12.019Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T06:50:12.020Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.020Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.024Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.024Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is not matching search criteria
2022-07-16T06:50:12.024Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-16T06:50:12.025Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-16T06:50:12.025Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-16T06:50:12.025Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-16T06:50:12.025Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T06:50:12.025Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.026Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T06:50:12.032Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.032Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:12.033Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:50:12.034Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.036Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:12.038Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:50:12.039Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.040Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:12.042Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:50:12.044Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.046Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is not matching search criteria
2022-07-16T06:50:12.046Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-16T06:50:12.046Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-16T06:50:12.047Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eda4ddbe-77b4-4fc4-a014-f47bc7cabd1f
2022-07-16T06:50:12.047Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.047Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.047Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.048Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.048Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.048Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.061Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:12.061Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.062Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_YlBBJa
Description:service
Model UUID:83354032-e268-4093-be91-bb762a370b5e
Model Version:NULL
Model InvariantUuid:5395ef45-eede-4baa-b438-57eeaffa06f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_YlBBJa
Model UUID:1712aa4a-ba17-4219-a74f-3a0d7f00ce4c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f8ce751-04f5-4587-a68d-5d3ae60fba85
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:37b626b9-2ee4-424c-bcec-21057aea9863
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a1007699-7d5b-48b3-ab6f-9bae574314af
ModelName:BasicOnboardYlbbja..base_ubuntu18..module-0
ModelUuid:105c7cd8-98f7-4cac-9a34-9be2d919c63f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eda4ddbe-77b4-4fc4-a014-f47bc7cabd1f
ModelInvariantUuid:30b51f89-aad2-480a-ab17-0d3c16578f02
ModelName:basic_onboard_YlBBJa-nodes.ubuntu18Cvfc
ModelUuid:e4d9bda1-7146-417e-bc13-387986ebc62e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:afd758e7-6927-43cd-b4f9-146e90bb58a1
ModelInvariantUuid:3298bdf0-4cc8-4c19-8ec7-d57cbf271f31
ModelName:BasicOnboardYlbbja.compute.nodes.heat.ubuntu18
ModelUuid:a43e9d9f-27fb-4a72-911c-ca5ee7fb21bc
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-07-16T06:50:12.120Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9368d6d2-5488-46d3-a1ad-0678a821b180
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-07-16T06:50:12.355Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||basic_onboard_YlBBJa 0
2022-07-16T06:50:12.369Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9368d6d2-5488-46d3-a1ad-0678a821b180
2022-07-16T06:50:12.370Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 816bdf47-e4ae-46a1-98e8-57e7f4bc19e8 from URL: /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json
2022-07-16T06:50:12.370Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:50:12.370Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json
2022-07-16T06:50:12.552Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:50:12.553Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json 816bdf47-e4ae-46a1-98e8-57e7f4bc19e8 798
2022-07-16T06:50:12.554Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json ASDC sendASDCNotification
2022-07-16T06:50:12.554Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json
2022-07-16T06:50:12.555Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:50:12.556Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:12.560Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:12.561Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954212554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:50:12.717Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 155 ms
2022-07-16T06:50:12.722Z||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-07-16T06:50:12.726Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:12.753Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:50:12.753Z||pool-11-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:50:13.564Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYlbbja..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a1007699-7d5b-48b3-ab6f-9bae574314af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "105c7cd8-98f7-4cac-9a34-9be2d919c63f",
    "vfModuleModelCustomizationUUID": "d9b1f5a9-bb5c-4269-9933-a3abe7c06458",
    "isBase": true,
    "artifacts": [
      "a1a055e5-ae2c-4727-a229-703f22f8d425",
      "d5a0592d-cc45-456e-a13b-60b92ee23f43"
    ],
    "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-07-16T06:50:13.617Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlbbja..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:105c7cd8-98f7-4cac-9a34-9be2d919c63f
VfModuleModelInvariantUUID:a1007699-7d5b-48b3-ab6f-9bae574314af
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1a055e5-ae2c-4727-a229-703f22f8d425
,
d5a0592d-cc45-456e-a13b-60b92ee23f43

}
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-07-16T06:50:13.624Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYlbbja..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a1007699-7d5b-48b3-ab6f-9bae574314af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "105c7cd8-98f7-4cac-9a34-9be2d919c63f",
    "vfModuleModelCustomizationUUID": "d9b1f5a9-bb5c-4269-9933-a3abe7c06458",
    "isBase": true,
    "artifacts": [
      "a1a055e5-ae2c-4727-a229-703f22f8d425",
      "d5a0592d-cc45-456e-a13b-60b92ee23f43"
    ],
    "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-07-16T06:50:13.624Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlbbja..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:105c7cd8-98f7-4cac-9a34-9be2d919c63f
VfModuleModelInvariantUUID:a1007699-7d5b-48b3-ab6f-9bae574314af
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1a055e5-ae2c-4727-a229-703f22f8d425
,
d5a0592d-cc45-456e-a13b-60b92ee23f43

}
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-07-16T06:50:13.625Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a1a055e5-ae2c-4727-a229-703f22f8d425 from URL: /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml
2022-07-16T06:50:13.626Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:50:13.626Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml
2022-07-16T06:50:13.837Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:50:13.841Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml a1a055e5-ae2c-4727-a229-703f22f8d425 5033
2022-07-16T06:50:13.844Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-16T06:50:13.848Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml
2022-07-16T06:50:13.851Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:50:13.876Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:13.885Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:13.885Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954213844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:50:13.984Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T06:50:13.986Z||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-07-16T06:50:13.986Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:14.023Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:50:14.024Z||pool-12-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:50:14.895Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d5a0592d-cc45-456e-a13b-60b92ee23f43 from URL: /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env
2022-07-16T06:50:14.896Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:50:14.896Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env
2022-07-16T06:50:15.020Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:50:15.021Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env d5a0592d-cc45-456e-a13b-60b92ee23f43 909
2022-07-16T06:50:15.021Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-16T06:50:15.021Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env
2022-07-16T06:50:15.021Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:50:15.022Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:15.038Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:15.038Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954215021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:50:15.136Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-16T06:50:15.137Z||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-07-16T06:50:15.137Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:15.163Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:50:15.168Z||pool-13-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:50:16.051Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 83354032-e268-4093-be91-bb762a370b5e
2022-07-16T06:50:16.053Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YlBBJa 0 9368d6d2-5488-46d3-a1ad-0678a821b180 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-07-16T06:50:16.174Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b84fd02, org.onap.sdc.toscaparser.api.parameters.Input@9f0a509, org.onap.sdc.toscaparser.api.parameters.Input@6c19faf8, org.onap.sdc.toscaparser.api.parameters.Input@46871d79, org.onap.sdc.toscaparser.api.parameters.Input@3a179446]
2022-07-16T06:50:16.180Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.180Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.181Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-16T06:50:16.181Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 37b626b9-2ee4-424c-bcec-21057aea9863
2022-07-16T06:50:16.181Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37b626b9-2ee4-424c-bcec-21057aea9863 matches Tosca VF Customization UUID: 37b626b9-2ee4-424c-bcec-21057aea9863
2022-07-16T06:50:16.181Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 37b626b9-2ee4-424c-bcec-21057aea9863  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-07-16T06:50:16.238Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.242Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.244Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 37b626b9-2ee4-424c-bcec-21057aea9863: {\"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-07-16T06:50:16.245Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6afe19ea
2022-07-16T06:50:16.246Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.246Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T06:50:16.248Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d9b1f5a9-bb5c-4269-9933-a3abe7c06458
2022-07-16T06:50:16.253Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d9b1f5a9-bb5c-4269-9933-a3abe7c06458
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-07-16T06:50:16.269Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.270Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:16.270Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:50:16.272Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.272Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:16.273Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:50:16.273Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.273Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is not matching search criteria
2022-07-16T06:50:16.274Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-16T06:50:16.274Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-16T06:50:16.275Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eda4ddbe-77b4-4fc4-a014-f47bc7cabd1f
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-07-16T06:50:16.304Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.305Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:16.306Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:50:16.307Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.307Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:16.307Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=37b626b9-2ee4-424c-bcec-21057aea9863
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-07-16T06:50:16.316Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.316Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.317Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 83354032-e268-4093-be91-bb762a370b5e: basic_onboard_YlBBJa
2022-07-16T06:50:16.318Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.321Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.323Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.326Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.328Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.329Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.330Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.332Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.332Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:50:16.333Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.334Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_YlBBJa 
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-07-16T06:50:16.949Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YlBBJa 9368d6d2-5488-46d3-a1ad-0678a821b180 1 ASDC deployResourceStructure
2022-07-16T06:50:16.950Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json ASDC sendASDCNotification
2022-07-16T06:50:16.950Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json
2022-07-16T06:50:16.952Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:50:16.956Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:16.982Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:16.982Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954216950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T06:50:17.081Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T06:50:17.082Z||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-07-16T06:50:17.082Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:17.104Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:50:17.105Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:50:17.982Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-16T06:50:17.984Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml
2022-07-16T06:50:17.985Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:50:17.985Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:18.012Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:18.012Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954217982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T06:50:18.112Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:50:18.114Z||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-07-16T06:50:18.114Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:18.138Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:50:18.138Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:50:19.014Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-16T06:50:19.014Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env
2022-07-16T06:50:19.014Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:50:19.015Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:19.018Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:19.018Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954219014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-16T06:50:19.118Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:50:19.119Z||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-07-16T06:50:19.119Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:19.140Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:50:19.140Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2022-07-16T06:50:20.022Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar ASDC sendASDCNotification
2022-07-16T06:50:20.022Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:20.022Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:50:20.023Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:20.027Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:20.027Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954220022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T06:50:20.129Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T06:50:20.132Z||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-07-16T06:50:20.132Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:20.188Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:50:20.189Z||pool-17-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:50:21.029Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T06:50:21.099Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:50:21.102Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:50:21.102Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T06:50:21.102Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T06:50:51.103Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T06:50:51.115Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:50:51.121Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:50:51.122Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T06:50:51.122Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T06:50:52.307Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:50:52.310Z||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-07-16T06:50:52.310Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:50:52.444Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:50:52.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T06:50:52.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "clamp",
  "timestamp": 1657954190980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T06:50:52.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:51:21.123Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T06:51:21.152Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:51:21.156Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:51:21.156Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T06:51:21.156Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T06:51:51.158Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T06:51:51.174Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:51:51.183Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:51:51.183Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T06:51:51.183Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T06:51:52.308Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:51:52.310Z||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-07-16T06:51:52.310Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:51:52.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:51:52.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T06:51:52.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954189370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:51:52.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:21.184Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T06:52:21.265Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:52:21.276Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:52:21.277Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T06:52:21.277Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T06:52:51.279Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T06:52:51.299Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:52:51.304Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:52:51.305Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T06:52:51.305Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T06:52:52.308Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:52:52.312Z||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-07-16T06:52:52.314Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:52:52.409Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:52:52.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954190165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "policy-id",
  "timestamp": 1657954193236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "clamp",
  "timestamp": 1657954190980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954189370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-16T06:52:52.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954190165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "policy-id",
  "timestamp": 1657954194262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T06:52:52.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T06:52:52.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "clamp",
  "timestamp": 1657954190980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954189370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954190165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-16T06:52:52.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "clamp",
  "timestamp": 1657954190980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "policy-id",
  "timestamp": 1657954195279,
  "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-07-16T06:52:52.526Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82334943-57ca-4401-a0dd-d11733204d72
2022-07-16T06:52:52.528Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82334943-57ca-4401-a0dd-d11733204d72 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-07-16T06:52:52.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954189370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:52:52.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954190165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:52:52.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "clamp",
  "timestamp": 1657954190980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954197447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-16T06:52:52.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "clamp",
  "timestamp": 1657954190980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:52:52.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954198564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954198730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.589Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954192306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:52:52.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:52:52.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954199931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.591Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954201072,
  "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-07-16T06:52:52.609Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82334943-57ca-4401-a0dd-d11733204d72
2022-07-16T06:52:52.609Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82334943-57ca-4401-a0dd-d11733204d72 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-07-16T06:52:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954202077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T06:52:52.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954202444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "aai-ml",
  "timestamp": 1657954204464,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T06:52:52.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "clamp",
  "timestamp": 1657954204210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "aai-ml",
  "timestamp": 1657954205474,
  "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-07-16T06:52:52.722Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82334943-57ca-4401-a0dd-d11733204d72
2022-07-16T06:52:52.723Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82334943-57ca-4401-a0dd-d11733204d72 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-07-16T06:52:52.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954205807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T06:52:52.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954206821,
  "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-07-16T06:52:52.787Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82334943-57ca-4401-a0dd-d11733204d72
2022-07-16T06:52:52.787Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82334943-57ca-4401-a0dd-d11733204d72 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-07-16T06:52:52.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "clamp",
  "timestamp": 1657954206220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T06:52:52.834Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "clamp",
  "timestamp": 1657954207225,
  "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-07-16T06:52:52.890Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82334943-57ca-4401-a0dd-d11733204d72
2022-07-16T06:52:52.890Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82334943-57ca-4401-a0dd-d11733204d72 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-07-16T06:52:52.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954212554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954213844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954215021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954216950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T06:52:52.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954217982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T06:52:52.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954219014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-16T06:52:52.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954220022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T06:52:52.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:21.305Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T06:53:21.333Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:53:21.340Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:53:21.341Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T06:53:21.341Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T06:53:21.341Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T06:53:21.341Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T06:53:21.342Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T06:53:21.342Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T06:53:21.342Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T06:53:21.347Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T06:53:21.348Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T06:53:21.348Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T06:53:21.365Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T06:53:51.367Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72 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-07-16T06:53:51.397Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82334943-57ca-4401-a0dd-d11733204d72 and serviceModelVersionId: 83354032-e268-4093-be91-bb762a370b5e
2022-07-16T06:53:51.397Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5395ef45-eede-4baa-b438-57eeaffa06f0
2022-07-16T06:53:52.307Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:53:52.312Z||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-07-16T06:53:52.313Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:53:52.938Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:53:53.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954269368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "aai-ml",
  "timestamp": 1657954270615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954272979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "cds",
  "timestamp": 1657954269572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "aai-ml",
  "timestamp": 1657954270615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954269368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T06:53:53.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954272979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "cds",
  "timestamp": 1657954269572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "aai-ml",
  "timestamp": 1657954270615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954269368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-16T06:53:53.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954272979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "cds",
  "timestamp": 1657954269572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954269368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "aai-ml",
  "timestamp": 1657954270615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954272979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "cds",
  "timestamp": 1657954269572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "aai-ml",
  "timestamp": 1657954270615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954269368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-16T06:53:53.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954272979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "cds",
  "timestamp": 1657954269572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954280165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954269368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954272979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "aai-ml",
  "timestamp": 1657954270615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "cds",
  "timestamp": 1657954269572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954280165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "aai-ml",
  "timestamp": 1657954270615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:53:53.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954272979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954269368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:53:53.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "cds",
  "timestamp": 1657954269572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:53:53.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "clamp",
  "timestamp": 1657954280980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954280165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "clamp",
  "timestamp": 1657954280980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T06:53:53.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "aai-ml",
  "timestamp": 1657954283547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "cds",
  "timestamp": 1657954282468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954283191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954280165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "clamp",
  "timestamp": 1657954280980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "cds",
  "timestamp": 1657954283479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-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-07-16T06:53:53.454Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23221fbb-7d67-412d-aebe-6ede40d261d7
2022-07-16T06:53:53.455Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23221fbb-7d67-412d-aebe-6ede40d261d7 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-07-16T06:53:53.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954284416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954280165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "clamp",
  "timestamp": 1657954280980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954280165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "policy-id",
  "timestamp": 1657954284229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954285716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "clamp",
  "timestamp": 1657954280980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954280165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:53:53.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "policy-id",
  "timestamp": 1657954284229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954286766,
  "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-07-16T06:53:53.631Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23221fbb-7d67-412d-aebe-6ede40d261d7
2022-07-16T06:53:53.633Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23221fbb-7d67-412d-aebe-6ede40d261d7 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-07-16T06:53:53.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "clamp",
  "timestamp": 1657954280980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "policy-id",
  "timestamp": 1657954284229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-16T06:53:53.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954287773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T06:53:53.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954288285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.732Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "clamp",
  "timestamp": 1657954280980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:53:53.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "policy-id",
  "timestamp": 1657954284229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "policy-id",
  "timestamp": 1657954284229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "policy-id",
  "timestamp": 1657954284229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "policy-id",
  "timestamp": 1657954284229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:53:53.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:53:53.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "policy-id",
  "timestamp": 1657954292292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954293720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T06:53:53.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "policy-id",
  "timestamp": 1657954293305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T06:53:53.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954294724,
  "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-07-16T06:53:53.816Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23221fbb-7d67-412d-aebe-6ede40d261d7
2022-07-16T06:53:53.817Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23221fbb-7d67-412d-aebe-6ede40d261d7 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-07-16T06:53:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "policy-id",
  "timestamp": 1657954294312,
  "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-07-16T06:53:53.856Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23221fbb-7d67-412d-aebe-6ede40d261d7
2022-07-16T06:53:53.856Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23221fbb-7d67-412d-aebe-6ede40d261d7 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-07-16T06:53:53.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "aai-ml",
  "timestamp": 1657954295578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T06:53:53.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "aai-ml",
  "timestamp": 1657954296586,
  "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-07-16T06:53:53.882Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23221fbb-7d67-412d-aebe-6ede40d261d7
2022-07-16T06:53:53.883Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23221fbb-7d67-412d-aebe-6ede40d261d7 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-07-16T06:53:53.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "clamp",
  "timestamp": 1657954298217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.907Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "clamp",
  "timestamp": 1657954299251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T06:53:53.909Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "clamp",
  "timestamp": 1657954300255,
  "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-07-16T06:53:53.950Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23221fbb-7d67-412d-aebe-6ede40d261d7
2022-07-16T06:53:53.951Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23221fbb-7d67-412d-aebe-6ede40d261d7 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-07-16T06:54:33.775Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0
2022-07-16T06:54:34.128Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T06:54:35.500Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0|INFO|500||Invoke
2022-07-16T06:54:35.512Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[82334943-57ca-4401-a0dd-d11733204d72], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb295f93-2047-4b38-938c-f8d081253c49], X-ECOMP-RequestID=[82334943-57ca-4401-a0dd-d11733204d72], X-TransactionId=[], X-ONAP-RequestID=[82334943-57ca-4401-a0dd-d11733204d72], Content-Type=[application/merge-patch+json]}
2022-07-16T06:54:36.149Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T06:54:36.562Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?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/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220716-06:54:36:684-54045], vertex-id=[217160], Content-Length=[0], Date=[Sat, 16 Jul 2022 06:54:36 GMT], Content-Type=[application/json]}
2022-07-16T06:54:36.565Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T06:54:36.566Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0|INFO|500||InvokeReturn
2022-07-16T06:54:36.573Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T06:54:36.574Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T06:54:36.592Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-16T06:54:36.594Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82334943-57ca-4401-a0dd-d11733204d72 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T06:54:36.600Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T06:54:36.601Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:36.606Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:36.606Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954476594,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T06:54:36.708Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T06:54:36.713Z||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-07-16T06:54:36.715Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:36.758Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:54:36.759Z||pool-18-thread-1|||||INFO|500||cambria reply ok (49 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-07-16T06:54:37.638Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:54:37.638Z|82334943-57ca-4401-a0dd-d11733204d72|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-07-16T06:54:37.639Z|82334943-57ca-4401-a0dd-d11733204d72|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 domtawzly8X4mXCY) ...
2022-07-16T06:54:42.243Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:54:42.245Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T06:54:42.245Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"23221fbb-7d67-412d-aebe-6ede40d261d7","serviceName":"vFW 2022-07-16 06-49-48","serviceVersion":"1.0","serviceUUID":"31e1423e-baad-4c94-ac5e-7b1d00c15823","serviceDescription":"catalog service description","serviceInvariantUUID":"8350fa64-0aba-4e4d-bd55-ee9216650bb0","resources":[{"resourceInstanceName":"vFW 077ce0cc-9b4e 0","resourceName":"vFW 077ce0cc-9b4e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"44ce0d95-91f0-487c-82a4-26f940504bcf","resourceInvariantUUID":"a084fc77-b425-484e-96b6-0d9e75aa8981","resourceCustomizationUUID":"d7914fd8-aa24-43fa-bf94-51b6eacb0891","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml","artifactChecksum":"ZDM4MmIxYjk0M2Q0MGNhNTIyZjk3MjJjMTFiYmIzNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d733ce5e-3774-4e35-91c2-615014cbf700","artifactVersion":"1"},{"artifactName":"vfw077ce0cc9b4e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json","artifactChecksum":"YmRjNzFmZmY1NWJkN2NhMmFlYzg4ZDMzNjA1YzJhMmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ddf8c0e-92cb-4c6e-9e8c-fdf182ef574b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ebb1ba23-a291-4fd9-8f44-c5ea0ab31759","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml","artifactChecksum":"Yzg2NDdmMzdlYWVjNTZiMTNmOTViMmFkN2JhMmVlMTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"475bece2-5e6d-46ed-a328-eec165d8c461","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24","artifactVersion":"2","generatedFromUUID":"ebb1ba23-a291-4fd9-8f44-c5ea0ab31759"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220716064948-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml","artifactChecksum":"NmE1OGE4YWU5ZDM2NmEwYWM2MmE2OTdlMmRhYjY0YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e127fcc4-3dca-40c8-aa61-6898fbf248dd","artifactVersion":"1"},{"artifactName":"service-Vfw20220716064948-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar","artifactChecksum":"ZTE2Y2Y3YWM3YjA0OTk2MzY3MzRlMmIyZTJjNDQwMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd25c44f-2111-4939-afdf-11f602eecd56","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T06:54:42.248Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:42.249Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:42.256Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:42.256Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:54:42.358Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T06:54:42.359Z||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-07-16T06:54:42.360Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:42.425Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:54:42.434Z||pool-19-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:43.271Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:43.273Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:43.280Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:43.281Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T06:54:43.387Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T06:54:43.389Z||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-07-16T06:54:43.390Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:43.418Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:54:43.421Z||pool-20-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:54:44.287Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:44.296Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:44.313Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:44.313Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-16T06:54:44.406Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-16T06:54:44.408Z||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-07-16T06:54:44.408Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:44.442Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:54:44.442Z||pool-21-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:45.314Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:45.318Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:45.320Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:45.320Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:54:45.421Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T06:54:45.424Z||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-07-16T06:54:45.425Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:45.459Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:54:45.459Z||pool-22-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:46.325Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:46.327Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:46.340Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:46.341Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-16T06:54:46.432Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-07-16T06:54:46.434Z||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-07-16T06:54:46.434Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:46.458Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:54:46.459Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:47.341Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:47.349Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:47.352Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:47.353Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:54:47.453Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:54:47.455Z||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-07-16T06:54:47.455Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:47.485Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:54:47.485Z||pool-24-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:48.353Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:48.355Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:48.358Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:48.358Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:54:48.458Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:54:48.459Z||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-07-16T06:54:48.459Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:48.493Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:54:48.494Z||pool-25-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:49.362Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "serviceName": "vFW 2022-07-16 06-49-48",
  "serviceVersion": "1.0",
  "serviceUUID": "31e1423e-baad-4c94-ac5e-7b1d00c15823",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8350fa64-0aba-4e4d-bd55-ee9216650bb0",
  "resources": [
    {
      "resourceInstanceName": "vFW 077ce0cc-9b4e 0",
      "resourceCustomizationUUID": "d7914fd8-aa24-43fa-bf94-51b6eacb0891",
      "resourceName": "vFW 077ce0cc-9b4e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "44ce0d95-91f0-487c-82a4-26f940504bcf",
      "resourceInvariantUUID": "a084fc77-b425-484e-96b6-0d9e75aa8981",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw077ce0cc9b4e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
          "artifactChecksum": "YmRjNzFmZmY1NWJkN2NhMmFlYzg4ZDMzNjA1YzJhMmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ddf8c0e-92cb-4c6e-9e8c-fdf182ef574b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ebb1ba23-a291-4fd9-8f44-c5ea0ab31759",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24",
            "generatedFromUUID": "ebb1ba23-a291-4fd9-8f44-c5ea0ab31759"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220716064948-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
      "artifactChecksum": "ZTE2Y2Y3YWM3YjA0OTk2MzY3MzRlMmIyZTJjNDQwMTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd25c44f-2111-4939-afdf-11f602eecd56"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T06:54:49.362Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T06:54:49.362Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 31e1423e-baad-4c94-ac5e-7b1d00c15823 ASDC
2022-07-16T06:54:49.364Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23221fbb-7d67-412d-aebe-6ede40d261d7
ServiceName:vFW 2022-07-16 06-49-48
ServiceVersion:1.0
ServiceUUID:31e1423e-baad-4c94-ac5e-7b1d00c15823
ServiceInvariantUUID:8350fa64-0aba-4e4d-bd55-ee9216650bb0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220716064948-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar
ArtifactUUID:bd25c44f-2111-4939-afdf-11f602eecd56
ArtifactChecksum:ZTE2Y2Y3YWM3YjA0OTk2MzY3MzRlMmIyZTJjNDQwMTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 077ce0cc-9b4e 0
ResourceCustomizationUUID:d7914fd8-aa24-43fa-bf94-51b6eacb0891
ResourceInvariantUUID:a084fc77-b425-484e-96b6-0d9e75aa8981
ResourceName:vFW 077ce0cc-9b4e
ResourceType:VF
ResourceUUID:44ce0d95-91f0-487c-82a4-26f940504bcf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw077ce0cc9b4e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json
ArtifactUUID:6ddf8c0e-92cb-4c6e-9e8c-fdf182ef574b
ArtifactChecksum:YmRjNzFmZmY1NWJkN2NhMmFlYzg4ZDMzNjA1YzJhMmI=
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/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml
ArtifactUUID:ebb1ba23-a291-4fd9-8f44-c5ea0ab31759
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/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env
ArtifactUUID:ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24
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/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env
ArtifactUUID:ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-16T06:54:49.365Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31e1423e-baad-4c94-ac5e-7b1d00c15823 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-07-16T06:54:49.410Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T06:54:49.411Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T06:54:49.412Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T06:54:49.412Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd25c44f-2111-4939-afdf-11f602eecd56 from URL: /sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar
2022-07-16T06:54:49.413Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:54:49.413Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar
2022-07-16T06:54:50.073Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:54:50.092Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar bd25c44f-2111-4939-afdf-11f602eecd56 103026
2022-07-16T06:54:50.092Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar ASDC sendASDCNotification
2022-07-16T06:54:50.092Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar
2022-07-16T06:54:50.092Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:54:50.093Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:50.098Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:50.098Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954490092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:54:50.195Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-16T06:54:50.196Z||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-07-16T06:54:50.196Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:50.274Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:54:50.277Z||pool-26-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:51.099Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T06:54:51.101Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T06:54:51.101Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bd25c44f-2111-4939-afdf-11f602eecd56, URL: /sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar to file: /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:54:51.101Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220716064948-csar.csar
2022-07-16T06:54:51.104Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:54:51.105Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:54:51.502Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2620352772955912420/Definitions/service-Vfw20220716064948-template.yml
2022-07-16T06:54:52.309Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:54:52.311Z||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-07-16T06:54:52.311Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:54:53.012Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:54:53.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954476594,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T06:54:53.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:54:53.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:54:53.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:54:53.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T06:54:53.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:54:53.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-16T06:54:53.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:54:53.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:54:53.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:54:53.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-16T06:54:53.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:54:53.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T06:54:53.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:54:53.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954477637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T06:54:53.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T06:54:53.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954490092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:54:53.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-16T06:55:01.900Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T06:55:01.903Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T06:55:01.904Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.904Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-16T06:55:01.904Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||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-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.904Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||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-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.904Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.905Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.905Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 077ce0cc-9b4e 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-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.905Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.918Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||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-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.918Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.919Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||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-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.919Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.919Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||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-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.919Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.920Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.920Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T06:55:01.920Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.920Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.921Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:01.921Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T06:55:01.921Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T06:55:01.922Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.923Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.924Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:01.924Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T06:55:01.924Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T06:55:01.924Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.925Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.925Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.925Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:01.926Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:01.926Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T06:55:01.926Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.926Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.926Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.927Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T06:55:01.927Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:01.927Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T06:55:01.927Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T06:55:01.928Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.928Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.928Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T06:55:01.928Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.929Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T06:55:01.929Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.929Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T06:55:01.929Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.930Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T06:55:01.930Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.930Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:01.930Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:01.931Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.931Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:01.936Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:01.937Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.937Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:01.937Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:01.938Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.939Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:01.939Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:01.939Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-16T06:55:01.940Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:01.940Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T06:55:01.940Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T06:55:01.940Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.940Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.941Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T06:55:01.941Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.941Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T06:55:01.941Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.942Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=66b006ad-29e1-4192-bfd5-5664db4a2973
2022-07-16T06:55:01.942Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.942Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:01.942Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:01.943Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T06:55:01.943Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.943Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.943Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.961Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T06:55:01.962Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:01.963Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-16T06:55:01.963Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T06:55:01.963Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.964Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T06:55:01.964Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.964Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2ff406ff-9e4c-4660-a72c-001f5baef296
2022-07-16T06:55:01.965Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.966Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:01.966Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:01.967Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T06:55:01.967Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.968Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.968Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.969Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T06:55:01.969Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:01.970Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T06:55:01.971Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T06:55:01.971Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.972Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.972Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-16T06:55:01.973Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d8301484-fca6-475b-88df-846358230d08
2022-07-16T06:55:01.973Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.973Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.974Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.974Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.974Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.974Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.974Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:01.976Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.977Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-16 06-49-48
Description:catalog service description
Model UUID:31e1423e-baad-4c94-ac5e-7b1d00c15823
Model Version:NULL
Model InvariantUuid:8350fa64-0aba-4e4d-bd55-ee9216650bb0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 077ce0cc-9b4e
Model UUID:3a6564fd-0e9e-4fe7-82d4-dd42a985e3ba
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a084fc77-b425-484e-96b6-0d9e75aa8981
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d7914fd8-aa24-43fa-bf94-51b6eacb0891
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bb498a21-776b-4fbf-8ef0-9a551c2d73ac
ModelName:Vfw077ce0cc9b4e..base_vfw..module-0
ModelUuid:5d2b301c-c69b-458f-b5e0-5f7693978a7d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:66b006ad-29e1-4192-bfd5-5664db4a2973
ModelInvariantUuid:44896feb-f05b-411f-9adc-e4655cede099
ModelName:vFW 077ce0cc-9b4e-nodes.vfwCvfc
ModelUuid:5279dc64-c129-4947-acfe-a1b6b373e805
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e2920b8f-d7bb-49cd-a0a7-90cd75bc9d24
ModelInvariantUuid:a74dd781-d500-4423-8ccf-6100066159d9
ModelName:Vfw077ce0cc9b4e.compute.nodes.heat.vfw
ModelUuid:3df0b592-e4b0-418f-9d5a-200fac75c958
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2ff406ff-9e4c-4660-a72c-001f5baef296
ModelInvariantUuid:6acc286a-193c-4ece-a632-d403caabf993
ModelName:vFW 077ce0cc-9b4e-nodes.vsnCvfc
ModelUuid:372f4a0b-10df-4b80-8aa9-4d4353fe665c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8a9234ea-3d21-44ea-a885-cd87573764f2
ModelInvariantUuid:5a9c29b5-a0da-430f-b3cd-7e1212849b42
ModelName:Vfw077ce0cc9b4e.compute.nodes.heat.vsn
ModelUuid:0b2acb04-5ff1-4213-8a50-ac01f9cf79e3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d8301484-fca6-475b-88df-846358230d08
ModelInvariantUuid:a7230a95-d24d-491f-aea9-ca463d492baf
ModelName:vFW 077ce0cc-9b4e-nodes.vpgCvfc
ModelUuid:0b354879-311c-4d0b-8269-7d72f59432fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3046c363-c8a1-4392-99a9-e542d55106ad
ModelInvariantUuid:8a758c2f-9ed8-4c08-8ae8-ca21f5bacadf
ModelName:Vfw077ce0cc9b4e.compute.nodes.heat.vpg
ModelUuid:cbbc690a-57db-43ff-98eb-d70683e5d54f
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-07-16T06:55:01.989Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 44ce0d95-91f0-487c-82a4-26f940504bcf
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-07-16T06:55:01.992Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||vFW 077ce0cc-9b4e 0
2022-07-16T06:55:01.995Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 44ce0d95-91f0-487c-82a4-26f940504bcf
2022-07-16T06:55:01.995Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6ddf8c0e-92cb-4c6e-9e8c-fdf182ef574b from URL: /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json
2022-07-16T06:55:01.996Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:55:01.996Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json
2022-07-16T06:55:02.084Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:55:02.084Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json 6ddf8c0e-92cb-4c6e-9e8c-fdf182ef574b 785
2022-07-16T06:55:02.084Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json ASDC sendASDCNotification
2022-07-16T06:55:02.096Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json
2022-07-16T06:55:02.096Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:55:02.097Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:02.101Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:02.101Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954502084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:55:02.200Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T06:55:02.201Z||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-07-16T06:55:02.202Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:02.225Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:55:02.226Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:55:03.107Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw077ce0cc9b4e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bb498a21-776b-4fbf-8ef0-9a551c2d73ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5d2b301c-c69b-458f-b5e0-5f7693978a7d",
    "vfModuleModelCustomizationUUID": "54b1c532-bbd8-4445-8f27-ed4b2bb37174",
    "isBase": true,
    "artifacts": [
      "ebb1ba23-a291-4fd9-8f44-c5ea0ab31759",
      "ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24"
    ],
    "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-07-16T06:55:03.121Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw077ce0cc9b4e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d2b301c-c69b-458f-b5e0-5f7693978a7d
VfModuleModelInvariantUUID:bb498a21-776b-4fbf-8ef0-9a551c2d73ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebb1ba23-a291-4fd9-8f44-c5ea0ab31759
,
ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24

}
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-07-16T06:55:03.161Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw077ce0cc9b4e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bb498a21-776b-4fbf-8ef0-9a551c2d73ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5d2b301c-c69b-458f-b5e0-5f7693978a7d",
    "vfModuleModelCustomizationUUID": "54b1c532-bbd8-4445-8f27-ed4b2bb37174",
    "isBase": true,
    "artifacts": [
      "ebb1ba23-a291-4fd9-8f44-c5ea0ab31759",
      "ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24"
    ],
    "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-07-16T06:55:03.161Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw077ce0cc9b4e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d2b301c-c69b-458f-b5e0-5f7693978a7d
VfModuleModelInvariantUUID:bb498a21-776b-4fbf-8ef0-9a551c2d73ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebb1ba23-a291-4fd9-8f44-c5ea0ab31759
,
ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24

}
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-07-16T06:55:03.162Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ebb1ba23-a291-4fd9-8f44-c5ea0ab31759 from URL: /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml
2022-07-16T06:55:03.162Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:55:03.162Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml
2022-07-16T06:55:03.337Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:55:03.338Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml ebb1ba23-a291-4fd9-8f44-c5ea0ab31759 20368
2022-07-16T06:55:03.338Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-16T06:55:03.338Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml
2022-07-16T06:55:03.338Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:55:03.338Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:03.350Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:03.350Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954503338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:55:03.446Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-16T06:55:03.448Z||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-07-16T06:55:03.448Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:03.475Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:55:03.476Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:55:04.351Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24 from URL: /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env
2022-07-16T06:55:04.351Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:55:04.352Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env
2022-07-16T06:55:04.414Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:55:04.415Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24 2098
2022-07-16T06:55:04.415Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-16T06:55:04.415Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env
2022-07-16T06:55:04.416Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:55:04.416Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:04.420Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:04.421Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954504415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:55:04.521Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:55:04.522Z||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-07-16T06:55:04.522Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:04.539Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:55:04.540Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:55:05.422Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 31e1423e-baad-4c94-ac5e-7b1d00c15823
2022-07-16T06:55:05.422Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 077ce0cc-9b4e 0 44ce0d95-91f0-487c-82a4-26f940504bcf 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-07-16T06:55:05.487Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f391bf7, org.onap.sdc.toscaparser.api.parameters.Input@5eb5b67, org.onap.sdc.toscaparser.api.parameters.Input@625aec9f, org.onap.sdc.toscaparser.api.parameters.Input@26026f33, org.onap.sdc.toscaparser.api.parameters.Input@51933ea7]
2022-07-16T06:55:05.490Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.490Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.491Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-16T06:55:05.491Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d7914fd8-aa24-43fa-bf94-51b6eacb0891
2022-07-16T06:55:05.492Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7914fd8-aa24-43fa-bf94-51b6eacb0891 matches Tosca VF Customization UUID: d7914fd8-aa24-43fa-bf94-51b6eacb0891
2022-07-16T06:55:05.492Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d7914fd8-aa24-43fa-bf94-51b6eacb0891  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-07-16T06:55:05.497Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.499Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.504Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d7914fd8-aa24-43fa-bf94-51b6eacb0891: {\"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-07-16T06:55:05.505Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@eb9c76f
2022-07-16T06:55:05.507Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.507Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T06:55:05.508Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54b1c532-bbd8-4445-8f27-ed4b2bb37174
2022-07-16T06:55:05.508Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54b1c532-bbd8-4445-8f27-ed4b2bb37174
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-07-16T06:55:05.517Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.518Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:05.519Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:05.520Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.521Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:05.522Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:05.524Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.525Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:05.526Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:05.528Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-16T06:55:05.529Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:05.530Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T06:55:05.532Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T06:55:05.533Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.533Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:05.534Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T06:55:05.535Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:05.536Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T06:55:05.538Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.539Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=66b006ad-29e1-4192-bfd5-5664db4a2973
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-07-16T06:55:05.548Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.549Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:05.550Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:05.551Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.552Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:05.553Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:05.554Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T06:55:05.555Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.557Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:05.558Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.559Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T06:55:05.560Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:05.560Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-16T06:55:05.561Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T06:55:05.562Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:05.564Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T06:55:05.565Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.566Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2ff406ff-9e4c-4660-a72c-001f5baef296
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-07-16T06:55:05.572Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.573Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:05.573Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:05.582Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.583Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:05.584Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:05.584Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T06:55:05.585Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.585Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:05.585Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.586Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T06:55:05.586Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:05.587Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T06:55:05.587Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T06:55:05.588Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.588Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:05.588Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-16T06:55:05.588Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d8301484-fca6-475b-88df-846358230d08
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-07-16T06:55:05.593Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.593Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:05.593Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:05.594Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.595Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:05.595Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=d7914fd8-aa24-43fa-bf94-51b6eacb0891
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-07-16T06:55:05.601Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.601Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.601Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 31e1423e-baad-4c94-ac5e-7b1d00c15823: vFW 077ce0cc-9b4e
2022-07-16T06:55:05.602Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.602Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.603Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.603Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.604Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.607Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.608Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.609Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.610Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T06:55:05.611Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.611Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-07-16 06-49-48 
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-07-16T06:55:05.959Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 077ce0cc-9b4e 44ce0d95-91f0-487c-82a4-26f940504bcf 1 ASDC deployResourceStructure
2022-07-16T06:55:05.960Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json ASDC sendASDCNotification
2022-07-16T06:55:05.972Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json
2022-07-16T06:55:05.972Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:55:05.973Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:05.977Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:05.977Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954505960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T06:55:06.084Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-16T06:55:06.085Z||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-07-16T06:55:06.089Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:06.136Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:55:06.140Z||pool-30-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:55:06.979Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-16T06:55:06.980Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml
2022-07-16T06:55:06.981Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:55:06.983Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:06.990Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:06.991Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954506979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T06:55:07.093Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T06:55:07.110Z||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-07-16T06:55:07.111Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:07.159Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:55:07.160Z||pool-31-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:55:07.996Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-16T06:55:07.997Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env
2022-07-16T06:55:07.997Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:55:07.997Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:08.000Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:08.000Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954507995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-16T06:55:08.100Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T06:55:08.101Z||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-07-16T06:55:08.101Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:08.118Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:55:08.119Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:55:09.001Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar ASDC sendASDCNotification
2022-07-16T06:55:09.003Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:09.003Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:55:09.004Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:09.006Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:09.006Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954509001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T06:55:09.106Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:55:09.107Z||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-07-16T06:55:09.108Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:09.123Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:55:09.124Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:55:10.007Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23221fbb-7d67-412d-aebe-6ede40d261d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T06:55:10.027Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23221fbb-7d67-412d-aebe-6ede40d261d7
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-07-16T06:55:10.032Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:55:10.032Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T06:55:10.032Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T06:55:10.032Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T06:55:10.032Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T06:55:10.033Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T06:55:10.033Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T06:55:10.033Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T06:55:10.033Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T06:55:10.033Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T06:55:10.033Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T06:55:10.044Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T06:55:40.044Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23221fbb-7d67-412d-aebe-6ede40d261d7 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-07-16T06:55:40.050Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23221fbb-7d67-412d-aebe-6ede40d261d7 and serviceModelVersionId: 31e1423e-baad-4c94-ac5e-7b1d00c15823
2022-07-16T06:55:40.050Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8350fa64-0aba-4e4d-bd55-ee9216650bb0
2022-07-16T06:55:40.052Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8350fa64-0aba-4e4d-bd55-ee9216650bb0/model-vers/model-ver/31e1423e-baad-4c94-ac5e-7b1d00c15823?depth=0
2022-07-16T06:55:40.062Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T06:55:40.366Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8350fa64-0aba-4e4d-bd55-ee9216650bb0/model-vers/model-ver/31e1423e-baad-4c94-ac5e-7b1d00c15823?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-07-16T06:55:40.373Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8350fa64-0aba-4e4d-bd55-ee9216650bb0/model-vers/model-ver/31e1423e-baad-4c94-ac5e-7b1d00c15823?depth=0|INFO|500||Invoke
2022-07-16T06:55:40.508Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8350fa64-0aba-4e4d-bd55-ee9216650bb0/model-vers/model-ver/31e1423e-baad-4c94-ac5e-7b1d00c15823?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T06:55:40.676Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8350fa64-0aba-4e4d-bd55-ee9216650bb0/model-vers/model-ver/31e1423e-baad-4c94-ac5e-7b1d00c15823?depth=0|INFO|500||InvokeReturn
2022-07-16T06:55:40.677Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8350fa64-0aba-4e4d-bd55-ee9216650bb0/model-vers/model-ver/31e1423e-baad-4c94-ac5e-7b1d00c15823?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220716-06:55:41:020-26097], vertex-id=[180424], Content-Length=[0], Date=[Sat, 16 Jul 2022 06:55:41 GMT], Content-Type=[application/json]}
2022-07-16T06:55:40.678Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-16T06:55:40.678Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T06:55:40.678Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T06:55:40.690Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-16T06:55:40.690Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23221fbb-7d67-412d-aebe-6ede40d261d7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T06:55:40.691Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T06:55:40.691Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:40.694Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:40.694Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954540690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T06:55:40.796Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T06:55:40.797Z||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-07-16T06:55:40.798Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:40.823Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:55:40.823Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 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-07-16T06:55:41.709Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:55:41.710Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:55:41.710Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:55:51.282Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:55:51.288Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:55:51.290Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:55:51.291Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:55:52.306Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:55:52.308Z||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-07-16T06:55:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:55:52.988Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:55:52.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954502084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:55:52.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954503338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:55:52.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954504415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954505960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954506979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954507995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954509001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954540690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T06:55:52.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:56:00.884Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:56:00.884Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:56:00.885Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:56:00.885Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:56:10.453Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:56:10.455Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:56:10.456Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:56:10.456Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:56:20.024Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:56:20.025Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:56:20.026Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:56:20.027Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:56:29.607Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:56:52.302Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:56:52.306Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:56:52.307Z||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-07-16T06:56:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:56:52.307Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:56:52.307Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:57:01.964Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:57:01.967Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:57:52.304Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:57:52.305Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:57:52.306Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:57:52.306Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:57:52.307Z||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-07-16T06:57:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:58:01.926Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:58:02.005Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:58:52.301Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:58:52.303Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:58:52.304Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:58:52.307Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:58:52.307Z||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-07-16T06:58:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:59:01.936Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:59:01.944Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T06:59:52.308Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:59:52.314Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:59:52.316Z||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-07-16T06:59:52.316Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:59:52.323Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:59:52.360Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T07:00:01.999Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:00:02.023Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:00:52.302Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:00:52.306Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:00:52.312Z||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-07-16T07:00:52.313Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:00:52.312Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T07:00:52.313Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T07:01:02.021Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:01:02.030Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:01:52.302Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:01:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:01:52.306Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T07:01:52.308Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T07:01:52.309Z||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-07-16T07:01:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:01:52.591Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:01:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954892979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:01:52.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:52.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954889368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:01:52.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:52.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954892979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:01:52.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:52.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954889368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:01:52.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:52.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "aai-ml",
  "timestamp": 1657954900615,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:01:52.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:52.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "cds",
  "timestamp": 1657954899572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:01:52.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:52.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "aai-ml",
  "timestamp": 1657954900615,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:01:52.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:52.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "cds",
  "timestamp": 1657954899572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:01:52.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:52.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "cds",
  "timestamp": 1657954902980,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:01:52.631Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:01:52.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "aai-ml",
  "timestamp": 1657954904113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:01:52.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:01:52.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "cds",
  "timestamp": 1657954903988,
  "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-07-16T07:01:52.763Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d294385e-14a3-4a4e-a065-46c7196146a0
2022-07-16T07:01:52.764Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d294385e-14a3-4a4e-a065-46c7196146a0 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-07-16T07:01:52.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "policy-id",
  "timestamp": 1657954904253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:01:52.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:52.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "policy-id",
  "timestamp": 1657954904253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:01:52.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:52.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "policy-id",
  "timestamp": 1657954907597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:01:52.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:01:52.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "aai-ml",
  "timestamp": 1657954908724,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:01:52.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:01:52.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "policy-id",
  "timestamp": 1657954908609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:01:52.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:01:52.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "aai-ml",
  "timestamp": 1657954909730,
  "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-07-16T07:01:52.886Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d294385e-14a3-4a4e-a065-46c7196146a0
2022-07-16T07:01:52.888Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d294385e-14a3-4a4e-a065-46c7196146a0 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-07-16T07:01:52.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "policy-id",
  "timestamp": 1657954909622,
  "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-07-16T07:01:53.019Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d294385e-14a3-4a4e-a065-46c7196146a0
2022-07-16T07:01:53.020Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d294385e-14a3-4a4e-a065-46c7196146a0 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=?
2022-07-16T07:01:53.046Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:01:53.049Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T07:01:53.049Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d294385e-14a3-4a4e-a065-46c7196146a0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"808215af-4990-4538-bc57-c21eb92c23b0","serviceDescription":"service","serviceInvariantUUID":"810fd669-fa7c-4f72-8f08-1225d187c9e4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"276d77d7-4a16-493f-a7d7-b14f439c28de","resourceInvariantUUID":"c71593d0-ecac-4bec-a712-3b07e56b73e7","resourceCustomizationUUID":"0c2cc431-c36a-4eb6-88a7-fa40c4690d7a","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":"MDkyNzEzMmEwZDZlZDJjMzc2OTk0MTczMTNmODA0ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed034649-149f-4c0f-81bb-021b6c233fa1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGRjMWQzMmFjOGI1ZTNhZTY4N2FlZGNjYmVkMzE1MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"916e9acd-26db-42bb-90ee-f58b20ab48de","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T07:01:53.074Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:01:53.078Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:01:53.092Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:01:53.092Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954912301,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:01:53.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:53.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954910165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:01:53.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:53.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:53.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954910165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:01:53.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:53.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:53.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "clamp",
  "timestamp": 1657954910980,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:01:53.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:01:53.193Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:01:53.201Z||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-07-16T07:01:53.203Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:01:53.307Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:01:53.310Z||pool-35-thread-1|||||INFO|500||cambria reply ok (113 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:01:54.098Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:01:54.119Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:01:54.137Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:01:54.141Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954912301,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:01:54.241Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-16T07:01:54.245Z||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-07-16T07:01:54.246Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:01:54.288Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:01:54.290Z||pool-36-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:01:55.150Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "808215af-4990-4538-bc57-c21eb92c23b0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "810fd669-fa7c-4f72-8f08-1225d187c9e4",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0c2cc431-c36a-4eb6-88a7-fa40c4690d7a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "276d77d7-4a16-493f-a7d7-b14f439c28de",
      "resourceInvariantUUID": "c71593d0-ecac-4bec-a712-3b07e56b73e7",
      "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": "ZGRjMWQzMmFjOGI1ZTNhZTY4N2FlZGNjYmVkMzE1MWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "916e9acd-26db-42bb-90ee-f58b20ab48de"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T07:01:55.158Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T07:01:55.158Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 808215af-4990-4538-bc57-c21eb92c23b0 ASDC
2022-07-16T07:01:55.159Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d294385e-14a3-4a4e-a065-46c7196146a0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:808215af-4990-4538-bc57-c21eb92c23b0
ServiceInvariantUUID:810fd669-fa7c-4f72-8f08-1225d187c9e4
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:916e9acd-26db-42bb-90ee-f58b20ab48de
ArtifactChecksum:ZGRjMWQzMmFjOGI1ZTNhZTY4N2FlZGNjYmVkMzE1MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0c2cc431-c36a-4eb6-88a7-fa40c4690d7a
ResourceInvariantUUID:c71593d0-ecac-4bec-a712-3b07e56b73e7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:276d77d7-4a16-493f-a7d7-b14f439c28de
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-16T07:01:55.160Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 808215af-4990-4538-bc57-c21eb92c23b0 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-07-16T07:01:55.349Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:01:55.352Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:01:55.352Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:01:55.352Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 916e9acd-26db-42bb-90ee-f58b20ab48de from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-16T07:01:55.352Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:01:55.363Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-16T07:01:55.661Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:01:55.666Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 916e9acd-26db-42bb-90ee-f58b20ab48de 56527
2022-07-16T07:01:55.666Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-16T07:01:55.686Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-16T07:01:55.686Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:01:55.686Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:01:55.698Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:01:55.699Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954915666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:01:55.815Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-07-16T07:01:55.816Z||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-07-16T07:01:55.816Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:01:55.862Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:01:55.863Z||pool-37-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:01:56.708Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:01:56.713Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:01:56.714Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 916e9acd-26db-42bb-90ee-f58b20ab48de, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:56.716Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-16T07:01:56.718Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:56.719Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:58.142Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14014791311292658154/Definitions/service-BasicNetwork-template.yml
2022-07-16T07:01:59.729Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T07:01:59.731Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T07:01:59.731Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:59.731Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-16T07:01:59.732Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||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-07-16T07:01:59.732Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||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-07-16T07:01:59.732Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||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-07-16T07:01:59.733Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||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-07-16T07:01:59.733Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:59.733Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||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-07-16T07:01:59.733Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||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-07-16T07:01:59.734Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||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-07-16T07:01:59.734Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T07:01:59.734Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:01:59.735Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.735Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-16T07:01:59.736Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T07:01:59.736Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:01:59.736Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:01:59.737Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.737Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-16T07:01:59.738Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T07:01:59.738Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:01:59.738Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:01:59.738Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.739Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:01:59.740Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.740Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:01:59.741Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.741Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:01:59.741Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.742Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:01:59.742Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.743Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:808215af-4990-4538-bc57-c21eb92c23b0
Model Version:NULL
Model InvariantUuid:810fd669-fa7c-4f72-8f08-1225d187c9e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c71593d0-ecac-4bec-a712-3b07e56b73e7
Model UUID:3ef67a14-c160-4ec9-b165-08ebaef49f2b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0c2cc431-c36a-4eb6-88a7-fa40c4690d7a
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-07-16T07:01:59.839Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 276d77d7-4a16-493f-a7d7-b14f439c28de
2022-07-16T07:01:59.839Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||No resources found for Service: 808215af-4990-4538-bc57-c21eb92c23b0
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-07-16T07:01:59.850Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||
2022-07-16T07:01:59.851Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-16T07:01:59.870Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 808215af-4990-4538-bc57-c21eb92c23b0
2022-07-16T07:01:59.871Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 808215af-4990-4538-bc57-c21eb92c23b0
2022-07-16T07:01:59.872Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-16T07:01:59.873Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||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-07-16T07:01:59.912Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@525b16e0, org.onap.sdc.toscaparser.api.parameters.Input@5f04b321, org.onap.sdc.toscaparser.api.parameters.Input@62a6ac83, org.onap.sdc.toscaparser.api.parameters.Input@1d654d51, org.onap.sdc.toscaparser.api.parameters.Input@1783a40b]
2022-07-16T07:01:59.932Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:01:59.933Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.934Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:01:59.935Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.936Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 808215af-4990-4538-bc57-c21eb92c23b0: Generic NeutronNet
2022-07-16T07:01:59.937Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:01:59.937Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.938Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:01:59.941Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||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-07-16T07:02:00.082Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:02:00.082Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:02:00.083Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:02:00.083Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:02:00.084Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:02:00.084Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:02:00.084Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||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-07-16T07:02:00.267Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-16T07:02:00.268Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-16T07:02:00.269Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-16T07:02:00.269Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:02:00.270Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:02:00.276Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:02:00.277Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954920268,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:02:00.374Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-16T07:02:00.376Z||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-07-16T07:02:00.376Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:02:00.409Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:02:00.413Z||pool-38-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:02:01.277Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:02:01.300Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:02:01.317Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:02:01.317Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:02:01.318Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:02:01.318Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:02:31.319Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:02:31.418Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:02:31.431Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:02:31.432Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:02:31.434Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:02:31.434Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:02:52.311Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:02:52.311Z||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-07-16T07:02:52.311Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:02:52.420Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:02:52.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:02:52.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954913326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:02:52.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:03:01.436Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:03:01.472Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:03:01.484Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:03:01.485Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:03:01.485Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:03:01.485Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:03:31.486Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:03:31.503Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:03:31.508Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:03:31.508Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:03:31.509Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:03:31.509Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:03:52.308Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:03:52.314Z||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-07-16T07:03:52.314Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:03:52.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:03:52.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-16T07:03:52.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "clamp",
  "timestamp": 1657954910980,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:03:52.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:01.509Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:04:01.523Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:04:01.526Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:04:01.526Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:04:01.526Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:04:01.526Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:04:31.534Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:04:31.598Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:04:31.604Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:04:31.604Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:04:31.605Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:04:31.605Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:04:52.307Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:04:52.308Z||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-07-16T07:04:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:04:52.392Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:04:52.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954912301,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954912301,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:04:52.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954915387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:04:52.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954916392,
  "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-07-16T07:04:52.427Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d294385e-14a3-4a4e-a065-46c7196146a0
2022-07-16T07:04:52.428Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d294385e-14a3-4a4e-a065-46c7196146a0 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-07-16T07:04:52.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954915666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:04:52.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "clamp",
  "timestamp": 1657954919335,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:04:52.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657954920268,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:04:52.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "clamp",
  "timestamp": 1657954921344,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:04:52.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "clamp",
  "timestamp": 1657954922351,
  "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-07-16T07:04:52.530Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d294385e-14a3-4a4e-a065-46c7196146a0
2022-07-16T07:04:52.531Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d294385e-14a3-4a4e-a065-46c7196146a0 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-07-16T07:04:52.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954952979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954949369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954949369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954952979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954952979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954949369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954952979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954949369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954952979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954949369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "aai-ml",
  "timestamp": 1657954960615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "cds",
  "timestamp": 1657954959572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954952979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:04:52.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954949369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "aai-ml",
  "timestamp": 1657954960615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "cds",
  "timestamp": 1657954959572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954952979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954949369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "aai-ml",
  "timestamp": 1657954960615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "cds",
  "timestamp": 1657954959572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954952979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954949369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:04:52.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "aai-ml",
  "timestamp": 1657954960615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "cds",
  "timestamp": 1657954959572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "aai-ml",
  "timestamp": 1657954960615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "cds",
  "timestamp": 1657954959572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954965209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:04:52.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "policy-id",
  "timestamp": 1657954964233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "aai-ml",
  "timestamp": 1657954960615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "cds",
  "timestamp": 1657954959572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954966454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T07:04:52.686Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "policy-id",
  "timestamp": 1657954964233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "aai-ml",
  "timestamp": 1657954960615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "cds",
  "timestamp": 1657954959572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954967459,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T07:04:52.798Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
2022-07-16T07:04:52.798Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ab5193-0e5c-4663-8b2f-acbcf60cbccc 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-07-16T07:04:52.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "policy-id",
  "timestamp": 1657954964233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "aai-ml",
  "timestamp": 1657954960615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:04:52.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "cds",
  "timestamp": 1657954959572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:04:52.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "policy-id",
  "timestamp": 1657954964233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "cds",
  "timestamp": 1657954968789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:04:52.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "aai-ml",
  "timestamp": 1657954969942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:04:52.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "policy-id",
  "timestamp": 1657954964233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954970165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "cds",
  "timestamp": 1657954969796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-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-07-16T07:04:52.919Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
2022-07-16T07:04:52.920Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ab5193-0e5c-4663-8b2f-acbcf60cbccc 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-07-16T07:04:52.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "policy-id",
  "timestamp": 1657954964233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:52.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:53.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954970165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:53.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:53.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:53.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "policy-id",
  "timestamp": 1657954964233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:53.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:53.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:53.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "clamp",
  "timestamp": 1657954970980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:53.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:53.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:53.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954970165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:04:53.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:04:53.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:53.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "policy-id",
  "timestamp": 1657954964233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:04:53.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:01.606Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:05:01.707Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:05:01.731Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:05:01.733Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:05:01.734Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T07:05:01.735Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T07:05:01.736Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:01.737Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:01.738Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:01.739Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:01.740Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:01.741Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:01.742Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T07:05:01.773Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T07:05:31.775Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0 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-07-16T07:05:31.798Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d294385e-14a3-4a4e-a065-46c7196146a0 and serviceModelVersionId: 808215af-4990-4538-bc57-c21eb92c23b0
2022-07-16T07:05:31.799Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 810fd669-fa7c-4f72-8f08-1225d187c9e4
2022-07-16T07:05:31.821Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0
2022-07-16T07:05:31.906Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T07:05:32.267Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0|INFO|500||Invoke
2022-07-16T07:05:32.268Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d294385e-14a3-4a4e-a065-46c7196146a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e5283ad4-ee44-42ba-8ce5-5852822add30], X-ECOMP-RequestID=[d294385e-14a3-4a4e-a065-46c7196146a0], X-TransactionId=[], X-ONAP-RequestID=[d294385e-14a3-4a4e-a065-46c7196146a0], Content-Type=[application/merge-patch+json]}
2022-07-16T07:05:32.388Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T07:05:32.571Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?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/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220716-07:05:32:926-36483], vertex-id=[184488], Content-Length=[0], Date=[Sat, 16 Jul 2022 07:05:32 GMT], Content-Type=[application/json]}
2022-07-16T07:05:32.572Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T07:05:32.580Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0|INFO|500||InvokeReturn
2022-07-16T07:05:32.580Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T07:05:32.580Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T07:05:32.630Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-16T07:05:32.644Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d294385e-14a3-4a4e-a065-46c7196146a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T07:05:32.645Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T07:05:32.646Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:32.700Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:32.701Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955132644,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:05:32.755Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 53 ms
2022-07-16T07:05:32.756Z||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-07-16T07:05:32.756Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:32.807Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:05:32.808Z||pool-39-thread-1|||||INFO|500||cambria reply ok (51 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-07-16T07:05:33.741Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:05:33.742Z|d294385e-14a3-4a4e-a065-46c7196146a0|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-07-16T07:05:33.743Z|d294385e-14a3-4a4e-a065-46c7196146a0|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 domtawzly8X4mXCY) ...
2022-07-16T07:05:38.354Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:05:38.381Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T07:05:38.386Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"69ab5193-0e5c-4663-8b2f-acbcf60cbccc","serviceName":"Demo_pNF_I9MlGCnK0FaXYK3AREfL","serviceVersion":"1.0","serviceUUID":"46b4641e-8828-4f54-9917-b75651ada8d7","serviceDescription":"catalog service description","serviceInvariantUUID":"83e9d84e-ef3c-4151-8183-54d1c9609189","resources":[{"resourceInstanceName":"pNF f78e18bc-560f 0","resourceName":"pNF f78e18bc-560f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a77e297f-6605-40d1-af6c-abcfb4f3e0ad","resourceInvariantUUID":"41f7402a-e48a-4be1-b6e5-340a62e5744b","resourceCustomizationUUID":"d1acb822-c719-4c45-b913-71a68763c9dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml","artifactChecksum":"NmY3N2M0MTM2OGUyZGUwMDlhZmRjZWEzNjQ0OWE1ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92dcc451-7e7a-4ef8-bd42-8881c251e404","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar","artifactChecksum":"ODAyYjdiZjg5NTIyNzFiNTAxOThjOWQ4NjkwMzdjMDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e38117e-bc2b-4540-8267-c572fc8d8625","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"009c400b-a005-4ca0-b95b-5c31d92b8885","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDc3MmNkMzc0Zjg3NzIxZWMzOTQ5YWFjMGVjOWJiNzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"749779ee-322a-4a10-b828-1aa4254034f6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bca27db1-e2e1-4a5d-a545-687f492d08b3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a9c16f3-aa55-43b0-ac32-6de720c5c98c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml","artifactChecksum":"YTMwMTEwNmE3YmY2MmUxNWYxZjI5ZmZhN2IxMzJkNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa49a0c0-175d-43e7-9c9b-1f905ef4bbe6","artifactVersion":"1"},{"artifactName":"service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar","artifactChecksum":"MDllZjM1MmNmOThhODdjYjI3MTgzNGIyODFmZDZhMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de677bac-0faa-43dd-b5da-fa93872d8a3f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T07:05:38.406Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:38.407Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:38.423Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:38.423Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:38.539Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-07-16T07:05:38.543Z||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-07-16T07:05:38.544Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:38.592Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:05:38.595Z||pool-40-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:05:39.440Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:39.441Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:39.455Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:39.457Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:39.571Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-16T07:05:39.574Z||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-07-16T07:05:39.574Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:39.599Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:05:39.600Z||pool-41-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:05:40.471Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:40.473Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:40.507Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:40.507Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:40.595Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-07-16T07:05:40.596Z||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-07-16T07:05:40.596Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:40.629Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:05:40.630Z||pool-42-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:05:41.508Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:41.510Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:41.521Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:41.522Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:41.621Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T07:05:41.622Z||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-07-16T07:05:41.622Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:41.660Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:05:41.662Z||pool-43-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:05:42.523Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:42.524Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:42.546Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:42.548Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:42.651Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:05:42.652Z||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-07-16T07:05:42.652Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:42.687Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:05:42.688Z||pool-44-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:05:43.551Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:43.551Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:43.563Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:43.563Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:43.667Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-16T07:05:43.668Z||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-07-16T07:05:43.668Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:43.708Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:05:43.710Z||pool-45-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:05:44.564Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:44.568Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:44.585Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:44.590Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:44.682Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-07-16T07:05:44.682Z||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-07-16T07:05:44.683Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:44.701Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:05:44.701Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:05:45.604Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:45.605Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:45.614Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:45.614Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:05:45.714Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:05:45.717Z||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-07-16T07:05:45.717Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:45.740Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:05:45.741Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:05:46.615Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "serviceName": "Demo_pNF_I9MlGCnK0FaXYK3AREfL",
  "serviceVersion": "1.0",
  "serviceUUID": "46b4641e-8828-4f54-9917-b75651ada8d7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "83e9d84e-ef3c-4151-8183-54d1c9609189",
  "resources": [
    {
      "resourceInstanceName": "pNF f78e18bc-560f 0",
      "resourceCustomizationUUID": "d1acb822-c719-4c45-b913-71a68763c9dc",
      "resourceName": "pNF f78e18bc-560f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a77e297f-6605-40d1-af6c-abcfb4f3e0ad",
      "resourceInvariantUUID": "41f7402a-e48a-4be1-b6e5-340a62e5744b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
      "artifactChecksum": "MDllZjM1MmNmOThhODdjYjI3MTgzNGIyODFmZDZhMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de677bac-0faa-43dd-b5da-fa93872d8a3f"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T07:05:46.616Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T07:05:46.616Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 46b4641e-8828-4f54-9917-b75651ada8d7 ASDC
2022-07-16T07:05:46.626Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:69ab5193-0e5c-4663-8b2f-acbcf60cbccc
ServiceName:Demo_pNF_I9MlGCnK0FaXYK3AREfL
ServiceVersion:1.0
ServiceUUID:46b4641e-8828-4f54-9917-b75651ada8d7
ServiceInvariantUUID:83e9d84e-ef3c-4151-8183-54d1c9609189
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
ArtifactUUID:de677bac-0faa-43dd-b5da-fa93872d8a3f
ArtifactChecksum:MDllZjM1MmNmOThhODdjYjI3MTgzNGIyODFmZDZhMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f78e18bc-560f 0
ResourceCustomizationUUID:d1acb822-c719-4c45-b913-71a68763c9dc
ResourceInvariantUUID:41f7402a-e48a-4be1-b6e5-340a62e5744b
ResourceName:pNF f78e18bc-560f
ResourceType:PNF
ResourceUUID:a77e297f-6605-40d1-af6c-abcfb4f3e0ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-16T07:05:46.626Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46b4641e-8828-4f54-9917-b75651ada8d7 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-07-16T07:05:46.845Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:05:46.846Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:05:46.847Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:05:46.847Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: de677bac-0faa-43dd-b5da-fa93872d8a3f from URL: /sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:46.847Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:05:46.848Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:47.506Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:05:47.516Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar de677bac-0faa-43dd-b5da-fa93872d8a3f 86700
2022-07-16T07:05:47.517Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar ASDC sendASDCNotification
2022-07-16T07:05:47.517Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:47.517Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:05:47.517Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:47.525Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:47.525Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955147517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:47.627Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T07:05:47.628Z||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-07-16T07:05:47.629Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:47.665Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:05:47.668Z||pool-48-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":2,"count":1}
2022-07-16T07:05:48.527Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:05:48.532Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:05:48.533Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: de677bac-0faa-43dd-b5da-fa93872d8a3f, URL: /sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar to file: /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:48.534Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:48.536Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:48.536Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:49.180Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5701797717083544535/Definitions/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml
2022-07-16T07:05:52.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:05:52.308Z||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-07-16T07:05:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:05:52.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:05:52.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "clamp",
  "timestamp": 1657954970980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954970165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "clamp",
  "timestamp": 1657954970980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "policy-id",
  "timestamp": 1657954973388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954970165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "clamp",
  "timestamp": 1657954970980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "aai-ml",
  "timestamp": 1657954975441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:05:52.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "policy-id",
  "timestamp": 1657954974397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:05:52.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954970165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "clamp",
  "timestamp": 1657954970980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "aai-ml",
  "timestamp": 1657954976446,
  "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-07-16T07:05:52.509Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
2022-07-16T07:05:52.509Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ab5193-0e5c-4663-8b2f-acbcf60cbccc 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-07-16T07:05:52.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "policy-id",
  "timestamp": 1657954975412,
  "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-07-16T07:05:52.734Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
2022-07-16T07:05:52.734Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ab5193-0e5c-4663-8b2f-acbcf60cbccc 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-07-16T07:05:52.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954970165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "clamp",
  "timestamp": 1657954970980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954970165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "clamp",
  "timestamp": 1657954970980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954979207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "clamp",
  "timestamp": 1657954970980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954981838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657954982849,
  "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-07-16T07:05:52.822Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
2022-07-16T07:05:52.822Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ab5193-0e5c-4663-8b2f-acbcf60cbccc 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-07-16T07:05:52.905Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T07:05:52.906Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T07:05:52.906Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.906Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f78e18bc-560f 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-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:05:52.908Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.908Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Node template pNF f78e18bc-560f 0 is matching search criteria
2022-07-16T07:05:52.908Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T07:05:52.908Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f78e18bc-560f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:05:52.908Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Node template pNF f78e18bc-560f 0 is matching search criteria
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f78e18bc-560f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.911Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_I9MlGCnK0FaXYK3AREfL
Description:catalog service description
Model UUID:46b4641e-8828-4f54-9917-b75651ada8d7
Model Version:NULL
Model InvariantUuid:83e9d84e-ef3c-4151-8183-54d1c9609189
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-07-16T07:05:52.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "policy-id",
  "timestamp": 1657954984239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "policy-id",
  "timestamp": 1657954984239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "policy-id",
  "timestamp": 1657954984239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:05:52.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "policy-id",
  "timestamp": 1657954984239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954989368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "clamp",
  "timestamp": 1657954990067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:52.975Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: a77e297f-6605-40d1-af6c-abcfb4f3e0ad
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-07-16T07:05:52.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "aai-ml",
  "timestamp": 1657954990615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "cds",
  "timestamp": 1657954989572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "policy-id",
  "timestamp": 1657954984239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954989368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:05:52.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "clamp",
  "timestamp": 1657954991386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:05:52.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "aai-ml",
  "timestamp": 1657954990615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.989Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||pNF f78e18bc-560f 0
2022-07-16T07:05:52.989Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a77e297f-6605-40d1-af6c-abcfb4f3e0ad
2022-07-16T07:05:52.989Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 46b4641e-8828-4f54-9917-b75651ada8d7
2022-07-16T07:05:52.989Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 46b4641e-8828-4f54-9917-b75651ada8d7
2022-07-16T07:05:52.989Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f78e18bc-560f 0 a77e297f-6605-40d1-af6c-abcfb4f3e0ad ASDC
2022-07-16T07:05:52.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "cds",
  "timestamp": 1657954989572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954989368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:05:52.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:52.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "policy-id",
  "timestamp": 1657954984239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
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-07-16T07:05:53.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "clamp",
  "timestamp": 1657954992390,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-16T07:05:53.033Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1044d0a0, org.onap.sdc.toscaparser.api.parameters.Input@2d3c8375, org.onap.sdc.toscaparser.api.parameters.Input@26e57669, org.onap.sdc.toscaparser.api.parameters.Input@12644639, org.onap.sdc.toscaparser.api.parameters.Input@24135505]
2022-07-16T07:05:53.034Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:05:53.034Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:53.034Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 46b4641e-8828-4f54-9917-b75651ada8d7: pNF f78e18bc-560f
2022-07-16T07:05:53.034Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Processing PNF resource: a77e297f-6605-40d1-af6c-abcfb4f3e0ad
2022-07-16T07:05:53.034Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:05:53.035Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:53.035Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Resource customization UUID: d1acb822-c719-4c45-b913-71a68763c9dc is the same as notified resource customizationUUID: d1acb822-c719-4c45-b913-71a68763c9dc
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=?
2022-07-16T07:05:53.064Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
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=?
2022-07-16T07:05:53.069Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ab5193-0e5c-4663-8b2f-acbcf60cbccc 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: 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 watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
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=?
2022-07-16T07:05:53.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "aai-ml",
  "timestamp": 1657954990615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "cds",
  "timestamp": 1657954989572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "policy-id",
  "timestamp": 1657954984239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954989368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "aai-ml",
  "timestamp": 1657954990615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-07-16T07:05:53.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "cds",
  "timestamp": 1657954989572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T07:05:53.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954989368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "policy-id",
  "timestamp": 1657954993927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:53.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "aai-ml",
  "timestamp": 1657954990615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "cds",
  "timestamp": 1657954989572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954989368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "policy-id",
  "timestamp": 1657954994946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:05:53.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "aai-ml",
  "timestamp": 1657954990615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "cds",
  "timestamp": 1657954989572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954989368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "policy-id",
  "timestamp": 1657954995958,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) 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 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 (?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:05:53.245Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f78e18bc-560f a77e297f-6605-40d1-af6c-abcfb4f3e0ad 0 ASDC deployResourceStructure
2022-07-16T07:05:53.245Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar ASDC sendASDCNotification
2022-07-16T07:05:53.246Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:53.246Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:05:53.246Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:53.249Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:53.250Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955153245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:05:53.266Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8dd5cab2-7db3-4e53-9454-08e72800151d
2022-07-16T07:05:53.266Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dd5cab2-7db3-4e53-9454-08e72800151d 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-07-16T07:05:53.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "aai-ml",
  "timestamp": 1657954990615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "cds",
  "timestamp": 1657954989572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954997299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:53.346Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "aai-ml",
  "timestamp": 1657954998520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:53.347Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "cds",
  "timestamp": 1657954997458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:53.348Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954998507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:53.356Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "cds",
  "timestamp": 1657954998464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-07-16T07:05:53.356Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T07:05:53.358Z||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-07-16T07:05:53.358Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-16T07:05:53.379Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8dd5cab2-7db3-4e53-9454-08e72800151d
2022-07-16T07:05:53.381Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dd5cab2-7db3-4e53-9454-08e72800151d 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=?
2022-07-16T07:05:53.399Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T07:05:53.400Z||pool-49-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:05:53.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657954992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657954999734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:53.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955000165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955000843,
  "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-07-16T07:05:53.434Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8dd5cab2-7db3-4e53-9454-08e72800151d
2022-07-16T07:05:53.435Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dd5cab2-7db3-4e53-9454-08e72800151d 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-07-16T07:05:53.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955000165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "clamp",
  "timestamp": 1657955000980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955001851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T07:05:53.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955000165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "clamp",
  "timestamp": 1657955000980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955000165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "clamp",
  "timestamp": 1657955000980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955000165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "clamp",
  "timestamp": 1657955000980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955000165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "clamp",
  "timestamp": 1657955000980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955000165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "aai-ml",
  "timestamp": 1657955007155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:05:53.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "clamp",
  "timestamp": 1657955000980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955007976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:53.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "aai-ml",
  "timestamp": 1657955008160,
  "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-07-16T07:05:53.545Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8dd5cab2-7db3-4e53-9454-08e72800151d
2022-07-16T07:05:53.545Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dd5cab2-7db3-4e53-9454-08e72800151d 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-07-16T07:05:53.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "clamp",
  "timestamp": 1657955000980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955011234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:05:53.636Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955012241,
  "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-07-16T07:05:53.677Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8dd5cab2-7db3-4e53-9454-08e72800151d
2022-07-16T07:05:53.677Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dd5cab2-7db3-4e53-9454-08e72800151d 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-07-16T07:05:53.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "clamp",
  "timestamp": 1657955013387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:53.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "cds",
  "timestamp": 1657955004573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955012979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955009368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "clamp",
  "timestamp": 1657955015395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:05:53.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "cds",
  "timestamp": 1657955004573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955012979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955009368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "clamp",
  "timestamp": 1657955016400,
  "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-07-16T07:05:53.806Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8dd5cab2-7db3-4e53-9454-08e72800151d
2022-07-16T07:05:53.807Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dd5cab2-7db3-4e53-9454-08e72800151d 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-07-16T07:05:53.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "cds",
  "timestamp": 1657955004573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955012979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955009368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "cds",
  "timestamp": 1657955004573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955012979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955009368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "cds",
  "timestamp": 1657955004573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955012979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955009368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "cds",
  "timestamp": 1657955004573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955012979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955009368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "aai-ml",
  "timestamp": 1657955020615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "cds",
  "timestamp": 1657955004573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955012979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955009368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "aai-ml",
  "timestamp": 1657955020615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "cds",
  "timestamp": 1657955004573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955012979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955009368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "aai-ml",
  "timestamp": 1657955020615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "cds",
  "timestamp": 1657955004573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955012979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955009368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:05:53.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "aai-ml",
  "timestamp": 1657955020615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "cds",
  "timestamp": 1657955023874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:53.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955024557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:53.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:53.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "aai-ml",
  "timestamp": 1657955020615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "policy-id",
  "timestamp": 1657955024229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:53.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "cds",
  "timestamp": 1657955024883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T07:05:54.074Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ed17ca8-4f10-41e9-9710-b4ea527f42ec
2022-07-16T07:05:54.074Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ed17ca8-4f10-41e9-9710-b4ea527f42ec 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-07-16T07:05:54.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955025813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:54.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:54.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "aai-ml",
  "timestamp": 1657955020615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "policy-id",
  "timestamp": 1657955024229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "aai-ml",
  "timestamp": 1657955020615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955026889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:54.146Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:54.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "policy-id",
  "timestamp": 1657955024229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "aai-ml",
  "timestamp": 1657955020615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955028169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:54.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:54.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "policy-id",
  "timestamp": 1657955024229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "aai-ml",
  "timestamp": 1657955020615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:05:54.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955029373,
  "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-07-16T07:05:54.171Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ed17ca8-4f10-41e9-9710-b4ea527f42ec
2022-07-16T07:05:54.171Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ed17ca8-4f10-41e9-9710-b4ea527f42ec 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-07-16T07:05:54.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "policy-id",
  "timestamp": 1657955024229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:05:54.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "aai-ml",
  "timestamp": 1657955030541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:05:54.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:54.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955030164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955030380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T07:05:54.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:54.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "policy-id",
  "timestamp": 1657955024229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955030164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "policy-id",
  "timestamp": 1657955024229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "clamp",
  "timestamp": 1657955030980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.225Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955030164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:54.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "policy-id",
  "timestamp": 1657955024229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:05:54.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:05:54.251Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:05:54.297Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
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-07-16T07:05:54.304Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:05:54.305Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:05:54.305Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T07:05:54.305Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T07:05:54.305Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:54.306Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:54.306Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:54.312Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:54.312Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:54.313Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:54.313Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:05:54.313Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T07:05:54.339Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T07:06:24.343Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69ab5193-0e5c-4663-8b2f-acbcf60cbccc 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-07-16T07:06:24.390Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69ab5193-0e5c-4663-8b2f-acbcf60cbccc and serviceModelVersionId: 46b4641e-8828-4f54-9917-b75651ada8d7
2022-07-16T07:06:24.399Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83e9d84e-ef3c-4151-8183-54d1c9609189
2022-07-16T07:06:24.401Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83e9d84e-ef3c-4151-8183-54d1c9609189/model-vers/model-ver/46b4641e-8828-4f54-9917-b75651ada8d7?depth=0
2022-07-16T07:06:24.423Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T07:06:24.771Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e9d84e-ef3c-4151-8183-54d1c9609189/model-vers/model-ver/46b4641e-8828-4f54-9917-b75651ada8d7?depth=0|INFO|500||Invoke
2022-07-16T07:06:24.773Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e9d84e-ef3c-4151-8183-54d1c9609189/model-vers/model-ver/46b4641e-8828-4f54-9917-b75651ada8d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e9d84e-ef3c-4151-8183-54d1c9609189/model-vers/model-ver/46b4641e-8828-4f54-9917-b75651ada8d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[69ab5193-0e5c-4663-8b2f-acbcf60cbccc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3835d031-4194-4bb3-b3d5-4f7c818cb14b], X-ECOMP-RequestID=[69ab5193-0e5c-4663-8b2f-acbcf60cbccc], X-TransactionId=[], X-ONAP-RequestID=[69ab5193-0e5c-4663-8b2f-acbcf60cbccc], Content-Type=[application/merge-patch+json]}
2022-07-16T07:06:24.854Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e9d84e-ef3c-4151-8183-54d1c9609189/model-vers/model-ver/46b4641e-8828-4f54-9917-b75651ada8d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T07:06:25.093Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e9d84e-ef3c-4151-8183-54d1c9609189/model-vers/model-ver/46b4641e-8828-4f54-9917-b75651ada8d7?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/83e9d84e-ef3c-4151-8183-54d1c9609189/model-vers/model-ver/46b4641e-8828-4f54-9917-b75651ada8d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220716-07:06:25:394-40391], vertex-id=[241704], Content-Length=[0], Date=[Sat, 16 Jul 2022 07:06:25 GMT], Content-Type=[application/json]}
2022-07-16T07:06:25.094Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e9d84e-ef3c-4151-8183-54d1c9609189/model-vers/model-ver/46b4641e-8828-4f54-9917-b75651ada8d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T07:06:25.095Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e9d84e-ef3c-4151-8183-54d1c9609189/model-vers/model-ver/46b4641e-8828-4f54-9917-b75651ada8d7?depth=0|INFO|500||InvokeReturn
2022-07-16T07:06:25.096Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T07:06:25.096Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T07:06:25.117Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-16T07:06:25.117Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69ab5193-0e5c-4663-8b2f-acbcf60cbccc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T07:06:25.117Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T07:06:25.118Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:25.125Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:25.125Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955185117,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:06:25.223Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-16T07:06:25.224Z||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-07-16T07:06:25.224Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:25.309Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:25.310Z||pool-50-thread-1|||||INFO|500||cambria reply ok (87 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-07-16T07:06:26.142Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T07:06:26.143Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8dd5cab2-7db3-4e53-9454-08e72800151d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b937d61e-a346-4b88-90fa-a453cb994648","serviceDescription":"service","serviceInvariantUUID":"4c67e324-de05-4bb6-8c47-2e0ccd4c47dd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"63359d25-595c-433a-bbb2-c9933af58618","resourceInvariantUUID":"91e8b564-2061-43f2-958d-e927af999e0e","resourceCustomizationUUID":"aa0bce53-993e-46fd-8295-f02a55030935","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YzRkYzY5MmE2NzNjN2I2MTUxZGM5MDQwZGYwYzE2ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63a57e01-c3f2-43ca-89ea-b6a8416069c7","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NTU5YTU0MWY1ZjhiOTFkNTcyMjUxMDVkNjhlYWQyNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dfe4c450-5ccd-4c08-ae7f-8e80dc5414b7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a8dcc6d-02ef-49d4-8017-5ad62083c324","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dee977f0-aba1-4071-a68c-c14a6fed9cfd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0671e833-e913-4a05-a68e-a9e87669b4dc","artifactVersion":"2","generatedFromUUID":"2a8dcc6d-02ef-49d4-8017-5ad62083c324"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWE1ZDJjMzJkMTE1M2QyODAyOTRkMTFjZWUwOTUyNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ebca403f-59e8-4de1-a262-39b5f2aae760","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWQwN2Y3M2NhMjNiMmI5NzU0NzBiMzc0ODc4Yjc0NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79b73a55-5f6d-49a7-b0e6-4004aa818e0d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T07:06:26.143Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:06:26.143Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:26.156Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:26.156Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:26.247Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-07-16T07:06:26.250Z||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-07-16T07:06:26.251Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:26.272Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:26.274Z||pool-51-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:06:27.157Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:06:27.158Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:27.166Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:27.166Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:06:27.267Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:06:27.274Z||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-07-16T07:06:27.274Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:27.321Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:27.322Z||pool-52-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:06:28.170Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:06:28.171Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:28.174Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:28.178Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:06:28.279Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:06:28.288Z||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-07-16T07:06:28.288Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:28.330Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:28.334Z||pool-53-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:06:29.180Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:06:29.181Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:29.193Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:29.193Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:29.293Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T07:06:29.294Z||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-07-16T07:06:29.294Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:29.325Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:29.325Z||pool-54-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:06:30.196Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:06:30.196Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:30.202Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:30.202Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-16T07:06:30.302Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:06:30.303Z||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-07-16T07:06:30.303Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:30.373Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:30.380Z||pool-55-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:06:31.203Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:06:31.204Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:31.211Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:31.211Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:31.310Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T07:06:31.313Z||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-07-16T07:06:31.313Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:31.341Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:31.342Z||pool-56-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:06:32.212Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:06:32.213Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:32.217Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:32.217Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:06:32.317Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:06:32.318Z||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-07-16T07:06:32.318Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:32.340Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:32.341Z||pool-57-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:06:33.219Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b937d61e-a346-4b88-90fa-a453cb994648",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4c67e324-de05-4bb6-8c47-2e0ccd4c47dd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "aa0bce53-993e-46fd-8295-f02a55030935",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "63359d25-595c-433a-bbb2-c9933af58618",
      "resourceInvariantUUID": "91e8b564-2061-43f2-958d-e927af999e0e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NTU5YTU0MWY1ZjhiOTFkNTcyMjUxMDVkNjhlYWQyNGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dfe4c450-5ccd-4c08-ae7f-8e80dc5414b7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2a8dcc6d-02ef-49d4-8017-5ad62083c324",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0671e833-e913-4a05-a68e-a9e87669b4dc",
            "generatedFromUUID": "2a8dcc6d-02ef-49d4-8017-5ad62083c324"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0671e833-e913-4a05-a68e-a9e87669b4dc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MWQwN2Y3M2NhMjNiMmI5NzU0NzBiMzc0ODc4Yjc0NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79b73a55-5f6d-49a7-b0e6-4004aa818e0d"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T07:06:33.219Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T07:06:33.220Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b937d61e-a346-4b88-90fa-a453cb994648 ASDC
2022-07-16T07:06:33.220Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8dd5cab2-7db3-4e53-9454-08e72800151d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b937d61e-a346-4b88-90fa-a453cb994648
ServiceInvariantUUID:4c67e324-de05-4bb6-8c47-2e0ccd4c47dd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:79b73a55-5f6d-49a7-b0e6-4004aa818e0d
ArtifactChecksum:MWQwN2Y3M2NhMjNiMmI5NzU0NzBiMzc0ODc4Yjc0NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:aa0bce53-993e-46fd-8295-f02a55030935
ResourceInvariantUUID:91e8b564-2061-43f2-958d-e927af999e0e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:63359d25-595c-433a-bbb2-c9933af58618
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:dfe4c450-5ccd-4c08-ae7f-8e80dc5414b7
ArtifactChecksum:NTU5YTU0MWY1ZjhiOTFkNTcyMjUxMDVkNjhlYWQyNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:2a8dcc6d-02ef-49d4-8017-5ad62083c324
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:0671e833-e913-4a05-a68e-a9e87669b4dc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:0671e833-e913-4a05-a68e-a9e87669b4dc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-16T07:06:33.220Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b937d61e-a346-4b88-90fa-a453cb994648 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-07-16T07:06:33.305Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:06:33.307Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:06:33.308Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:06:33.308Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79b73a55-5f6d-49a7-b0e6-4004aa818e0d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-16T07:06:33.308Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:06:33.309Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-16T07:06:33.805Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:06:33.812Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 79b73a55-5f6d-49a7-b0e6-4004aa818e0d 75109
2022-07-16T07:06:33.812Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-16T07:06:33.812Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-16T07:06:33.812Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:06:33.812Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:33.817Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:33.817Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955193812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:06:33.923Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-16T07:06:33.924Z||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-07-16T07:06:33.924Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:33.991Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:33.992Z||pool-58-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:06:34.824Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:06:34.826Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:06:34.829Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 79b73a55-5f6d-49a7-b0e6-4004aa818e0d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:34.830Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-16T07:06:34.831Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:34.831Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:35.271Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9369946745425281911/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-16T07:06:39.519Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T07:06:39.519Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T07:06:39.520Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:39.520Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-16T07:06:39.520Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:39.520Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:39.520Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:39.521Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:39.521Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:39.521Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:39.521Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:39.521Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:39.521Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-16T07:06:39.522Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T07:06:39.522Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.522Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:39.522Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T07:06:39.523Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T07:06:39.523Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:06:39.523Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.523Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:39.524Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T07:06:39.524Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T07:06:39.524Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:06:39.524Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.524Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:39.525Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.525Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-16T07:06:39.525Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-16T07:06:39.525Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-16T07:06:39.526Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-16T07:06:39.526Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-16T07:06:39.527Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T07:06:39.527Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.528Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T07:06:39.528Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.529Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T07:06:39.529Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:06:39.530Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.531Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T07:06:39.531Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:06:39.532Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.532Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T07:06:39.533Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:06:39.533Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.533Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-16T07:06:39.533Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-16T07:06:39.534Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-16T07:06:39.534Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe28dee3-b4e9-4d4b-9f79-9ec2a65ccc0d
2022-07-16T07:06:39.534Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.534Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:39.534Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.535Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:39.535Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.535Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:39.535Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:39.536Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:39.536Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b937d61e-a346-4b88-90fa-a453cb994648
Model Version:NULL
Model InvariantUuid:4c67e324-de05-4bb6-8c47-2e0ccd4c47dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:40247e96-e622-4056-a06a-d1cef9b2b6db
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:91e8b564-2061-43f2-958d-e927af999e0e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aa0bce53-993e-46fd-8295-f02a55030935
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f2c3e209-120b-4e5e-b597-b62f542759c5
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:521c2055-8e7a-40d4-ba66-85a0326cde0e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe28dee3-b4e9-4d4b-9f79-9ec2a65ccc0d
ModelInvariantUuid:43acf044-1ba2-4698-8ce9-a3423688c14a
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c0a308e8-30d9-47b4-a585-94a9d4fa879e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a018f923-0182-45ff-9731-05014a6f59fd
ModelInvariantUuid:ec7457cb-2931-42d6-9c37-b844aa266001
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:54e7817b-0cf4-46a4-ae4a-3ca450e5b813
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-07-16T07:06:39.564Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 63359d25-595c-433a-bbb2-c9933af58618
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-07-16T07:06:39.568Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-07-16T07:06:39.569Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 63359d25-595c-433a-bbb2-c9933af58618
2022-07-16T07:06:39.569Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dfe4c450-5ccd-4c08-ae7f-8e80dc5414b7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-16T07:06:39.569Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:06:39.570Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-16T07:06:39.912Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:06:39.913Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json dfe4c450-5ccd-4c08-ae7f-8e80dc5414b7 787
2022-07-16T07:06:39.913Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-07-16T07:06:39.913Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-16T07:06:39.914Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:06:39.914Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:39.920Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:39.921Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955199913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:06:40.020Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T07:06:40.021Z||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-07-16T07:06:40.021Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:40.050Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:40.052Z||pool-59-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:06:40.926Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f2c3e209-120b-4e5e-b597-b62f542759c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "521c2055-8e7a-40d4-ba66-85a0326cde0e",
    "vfModuleModelCustomizationUUID": "8b53713b-a141-4c72-b03e-01916af9ec6b",
    "isBase": true,
    "artifacts": [
      "2a8dcc6d-02ef-49d4-8017-5ad62083c324",
      "0671e833-e913-4a05-a68e-a9e87669b4dc"
    ],
    "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-07-16T07:06:40.938Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:521c2055-8e7a-40d4-ba66-85a0326cde0e
VfModuleModelInvariantUUID:f2c3e209-120b-4e5e-b597-b62f542759c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a8dcc6d-02ef-49d4-8017-5ad62083c324
,
0671e833-e913-4a05-a68e-a9e87669b4dc

}
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-07-16T07:06:40.950Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f2c3e209-120b-4e5e-b597-b62f542759c5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "521c2055-8e7a-40d4-ba66-85a0326cde0e",
    "vfModuleModelCustomizationUUID": "8b53713b-a141-4c72-b03e-01916af9ec6b",
    "isBase": true,
    "artifacts": [
      "2a8dcc6d-02ef-49d4-8017-5ad62083c324",
      "0671e833-e913-4a05-a68e-a9e87669b4dc"
    ],
    "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-07-16T07:06:40.960Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:521c2055-8e7a-40d4-ba66-85a0326cde0e
VfModuleModelInvariantUUID:f2c3e209-120b-4e5e-b597-b62f542759c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a8dcc6d-02ef-49d4-8017-5ad62083c324
,
0671e833-e913-4a05-a68e-a9e87669b4dc

}
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-07-16T07:06:40.960Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2a8dcc6d-02ef-49d4-8017-5ad62083c324 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-16T07:06:40.961Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:06:40.961Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-16T07:06:41.229Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:06:41.230Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2a8dcc6d-02ef-49d4-8017-5ad62083c324 5033
2022-07-16T07:06:41.232Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-16T07:06:41.232Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-16T07:06:41.233Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:06:41.234Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:41.243Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:41.244Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955201232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:06:41.342Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T07:06:41.375Z||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-07-16T07:06:41.391Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:41.431Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:41.438Z||pool-60-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:06:42.245Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0671e833-e913-4a05-a68e-a9e87669b4dc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-16T07:06:42.245Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:06:42.246Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-16T07:06:42.596Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:06:42.596Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0671e833-e913-4a05-a68e-a9e87669b4dc 903
2022-07-16T07:06:42.597Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-16T07:06:42.597Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-16T07:06:42.597Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:06:42.598Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:42.603Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:42.603Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955202597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:06:42.708Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-16T07:06:42.708Z||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-07-16T07:06:42.709Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:42.745Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:42.746Z||pool-61-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:06:43.604Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b937d61e-a346-4b88-90fa-a453cb994648
2022-07-16T07:06:43.604Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 63359d25-595c-433a-bbb2-c9933af58618 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-07-16T07:06:43.637Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d023793, org.onap.sdc.toscaparser.api.parameters.Input@4560f2fb, org.onap.sdc.toscaparser.api.parameters.Input@2492ab7d, org.onap.sdc.toscaparser.api.parameters.Input@13c973f, org.onap.sdc.toscaparser.api.parameters.Input@6d6e9624]
2022-07-16T07:06:43.639Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.639Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:43.639Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-16T07:06:43.639Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= aa0bce53-993e-46fd-8295-f02a55030935
2022-07-16T07:06:43.640Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa0bce53-993e-46fd-8295-f02a55030935 matches Tosca VF Customization UUID: aa0bce53-993e-46fd-8295-f02a55030935
2022-07-16T07:06:43.640Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: aa0bce53-993e-46fd-8295-f02a55030935  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-07-16T07:06:43.642Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.643Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:43.644Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id aa0bce53-993e-46fd-8295-f02a55030935: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-07-16T07:06:43.644Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b432009
2022-07-16T07:06:43.644Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.644Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T07:06:43.645Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b53713b-a141-4c72-b03e-01916af9ec6b
2022-07-16T07:06:43.646Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b53713b-a141-4c72-b03e-01916af9ec6b
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-07-16T07:06:43.651Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.651Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T07:06:43.652Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:06:43.653Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.653Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T07:06:43.654Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:06:43.655Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.655Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-16T07:06:43.656Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-16T07:06:43.656Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-16T07:06:43.657Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe28dee3-b4e9-4d4b-9f79-9ec2a65ccc0d
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-07-16T07:06:43.662Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.662Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T07:06:43.662Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:06:43.662Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.663Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-16T07:06:43.663Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=aa0bce53-993e-46fd-8295-f02a55030935
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-07-16T07:06:43.666Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.666Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:43.666Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b937d61e-a346-4b88-90fa-a453cb994648: basic_vm
2022-07-16T07:06:43.667Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.668Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:43.668Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.669Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:43.669Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.670Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:43.671Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.672Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:43.673Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:06:43.673Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:06:43.674Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T07:06:43.944Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 63359d25-595c-433a-bbb2-c9933af58618 1 ASDC deployResourceStructure
2022-07-16T07:06:43.945Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-07-16T07:06:43.945Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-16T07:06:43.945Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:06:43.946Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:43.959Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:43.960Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955203945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T07:06:44.065Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-16T07:06:44.069Z||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-07-16T07:06:44.069Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:44.124Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:44.124Z||pool-62-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:06:44.964Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-16T07:06:44.964Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-16T07:06:44.964Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:06:44.972Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:44.975Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:44.976Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955204964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T07:06:45.095Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 119 ms
2022-07-16T07:06:45.103Z||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-07-16T07:06:45.104Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:45.128Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:45.128Z||pool-63-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:06:45.986Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-16T07:06:45.987Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-16T07:06:45.987Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:06:45.987Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:45.993Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:45.993Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955205986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-16T07:06:46.091Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-16T07:06:46.092Z||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-07-16T07:06:46.092Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:46.132Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:46.133Z||pool-64-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:06:47.005Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-16T07:06:47.006Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-16T07:06:47.007Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:06:47.008Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:06:47.021Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:06:47.021Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955207004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:06:47.116Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-16T07:06:47.117Z||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-07-16T07:06:47.117Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:06:47.155Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:47.156Z||pool-65-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:06:48.023Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dd5cab2-7db3-4e53-9454-08e72800151d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:06:48.104Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dd5cab2-7db3-4e53-9454-08e72800151d
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-07-16T07:06:48.108Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:06:48.108Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:06:48.108Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T07:06:48.108Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T07:06:48.108Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:06:48.108Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:06:48.109Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:06:48.109Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:06:48.109Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:06:48.109Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:06:48.110Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T07:06:48.127Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T07:06:52.309Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:06:52.316Z||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-07-16T07:06:52.317Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:06:52.429Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:06:52.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "clamp",
  "timestamp": 1657955030980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:52.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955030164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:52.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "policy-id",
  "timestamp": 1657955024229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:06:52.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "clamp",
  "timestamp": 1657955030980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:52.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955030164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:52.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "policy-id",
  "timestamp": 1657955034246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:06:52.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:06:52.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "clamp",
  "timestamp": 1657955030980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:06:52.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955030164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:52.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "policy-id",
  "timestamp": 1657955035265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:06:52.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:06:52.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "clamp",
  "timestamp": 1657955030980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:52.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955030164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:52.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "policy-id",
  "timestamp": 1657955036274,
  "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-07-16T07:06:52.548Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ed17ca8-4f10-41e9-9710-b4ea527f42ec
2022-07-16T07:06:52.548Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ed17ca8-4f10-41e9-9710-b4ea527f42ec 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-07-16T07:06:52.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "clamp",
  "timestamp": 1657955030980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:52.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955030164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:52.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "clamp",
  "timestamp": 1657955030980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:52.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955030164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:06:52.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "aai-ml",
  "timestamp": 1657955039056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:06:52.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:06:52.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "clamp",
  "timestamp": 1657955030980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:06:52.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "aai-ml",
  "timestamp": 1657955040061,
  "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-07-16T07:06:52.750Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ed17ca8-4f10-41e9-9710-b4ea527f42ec
2022-07-16T07:06:52.771Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ed17ca8-4f10-41e9-9710-b4ea527f42ec 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-07-16T07:06:52.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955040132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:06:52.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:06:52.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "clamp",
  "timestamp": 1657955030980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:06:52.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:06:52.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955043386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:06:52.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:06:52.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955044391,
  "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-07-16T07:06:52.912Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ed17ca8-4f10-41e9-9710-b4ea527f42ec
2022-07-16T07:06:52.912Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ed17ca8-4f10-41e9-9710-b4ea527f42ec 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-07-16T07:06:52.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "clamp",
  "timestamp": 1657955048957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:06:52.960Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:06:52.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "clamp",
  "timestamp": 1657955050401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:06:52.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:06:52.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:06:52.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "clamp",
  "timestamp": 1657955051405,
  "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-07-16T07:06:53.002Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ed17ca8-4f10-41e9-9710-b4ea527f42ec
2022-07-16T07:06:53.003Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ed17ca8-4f10-41e9-9710-b4ea527f42ec 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-07-16T07:07:18.135Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8dd5cab2-7db3-4e53-9454-08e72800151d 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-07-16T07:07:18.186Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8dd5cab2-7db3-4e53-9454-08e72800151d and serviceModelVersionId: b937d61e-a346-4b88-90fa-a453cb994648
2022-07-16T07:07:18.186Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c67e324-de05-4bb6-8c47-2e0ccd4c47dd
2022-07-16T07:07:18.189Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c67e324-de05-4bb6-8c47-2e0ccd4c47dd/model-vers/model-ver/b937d61e-a346-4b88-90fa-a453cb994648?depth=0
2022-07-16T07:07:18.230Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T07:07:18.705Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c67e324-de05-4bb6-8c47-2e0ccd4c47dd/model-vers/model-ver/b937d61e-a346-4b88-90fa-a453cb994648?depth=0|INFO|500||Invoke
2022-07-16T07:07:18.707Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c67e324-de05-4bb6-8c47-2e0ccd4c47dd/model-vers/model-ver/b937d61e-a346-4b88-90fa-a453cb994648?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c67e324-de05-4bb6-8c47-2e0ccd4c47dd/model-vers/model-ver/b937d61e-a346-4b88-90fa-a453cb994648?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8dd5cab2-7db3-4e53-9454-08e72800151d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ccc01bd-669c-4c7e-a10e-717a15d85fb3], X-ECOMP-RequestID=[8dd5cab2-7db3-4e53-9454-08e72800151d], X-TransactionId=[], X-ONAP-RequestID=[8dd5cab2-7db3-4e53-9454-08e72800151d], Content-Type=[application/merge-patch+json]}
2022-07-16T07:07:18.844Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c67e324-de05-4bb6-8c47-2e0ccd4c47dd/model-vers/model-ver/b937d61e-a346-4b88-90fa-a453cb994648?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T07:07:19.022Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c67e324-de05-4bb6-8c47-2e0ccd4c47dd/model-vers/model-ver/b937d61e-a346-4b88-90fa-a453cb994648?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/4c67e324-de05-4bb6-8c47-2e0ccd4c47dd/model-vers/model-ver/b937d61e-a346-4b88-90fa-a453cb994648?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220716-07:07:19:372-52793], vertex-id=[196808], Content-Length=[0], Date=[Sat, 16 Jul 2022 07:07:19 GMT], Content-Type=[application/json]}
2022-07-16T07:07:19.026Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c67e324-de05-4bb6-8c47-2e0ccd4c47dd/model-vers/model-ver/b937d61e-a346-4b88-90fa-a453cb994648?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T07:07:19.039Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c67e324-de05-4bb6-8c47-2e0ccd4c47dd/model-vers/model-ver/b937d61e-a346-4b88-90fa-a453cb994648?depth=0|INFO|500||InvokeReturn
2022-07-16T07:07:19.040Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T07:07:19.040Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T07:07:19.064Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-16T07:07:19.064Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8dd5cab2-7db3-4e53-9454-08e72800151d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T07:07:19.064Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T07:07:19.066Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:19.074Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:19.075Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955239064,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:07:19.178Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-16T07:07:19.182Z||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-07-16T07:07:19.182Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:19.223Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:19.224Z||pool-66-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-16T07:07:20.108Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T07:07:20.109Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ed17ca8-4f10-41e9-9710-b4ea527f42ec","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"10fa8810-81dd-4ff3-bff7-c823f8b26e58","serviceDescription":"service","serviceInvariantUUID":"c15f267a-06ed-42a2-8e0f-6239ad50ce5f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a08108d-6251-496a-9402-35fe051837b3","resourceInvariantUUID":"6aee0b1c-466e-4a19-adc0-6e1a82eb66d4","resourceCustomizationUUID":"db38696c-e69e-4632-aa49-ee514de69e68","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":"NjhjN2JiZmNhMWNlNGZkNjQwMDZiNGNjZGQwMDZhODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc66a182-2fe7-4f10-aa87-39929a64724a","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":"ea42345d-e81d-45c1-91a8-9f67e6eb8661","artifactVersion":"2","generatedFromUUID":"7eb1146b-f832-40e2-98db-34311c0ef843"},{"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":"7eb1146b-f832-40e2-98db-34311c0ef843","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":"NDcxMzQ4YTk1ZGUzZmFiM2QyOTQ0MGEzYjFhMDhiMGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d05f01a-71ed-4b8e-bf12-70ca3c1d5e7c","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":"fc939053-6572-42b9-9705-8cf3effe3f75","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":"2afe1edb-5bf9-4946-b4d5-6da8e00dc786","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":"1e6f35f9-1695-4013-b3f3-58dbc1727945","artifactVersion":"2","generatedFromUUID":"fc939053-6572-42b9-9705-8cf3effe3f75"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGVmY2NmZmQ3YmNlNzM3YTE1ZDA4ZDZmMzUzNWUxZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5dcc2504-bba6-4af4-94b7-389c12e23ecc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODAwMDA2ZDNiYWM2OTE3NTE3YzJkOTQ3ZTlhN2U5OGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aaab922e-23b2-4da9-a39f-459962d53655","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T07:07:20.110Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:07:20.111Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:20.120Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:20.121Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:07:20.219Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-16T07:07:20.221Z||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-07-16T07:07:20.221Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:20.271Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:20.272Z||pool-67-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:07:21.122Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:07:21.123Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:21.125Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:21.126Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-16T07:07:21.226Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:07:21.227Z||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-07-16T07:07:21.227Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:21.241Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:21.241Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:07:22.127Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:07:22.129Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:22.132Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:22.132Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-16T07:07:22.234Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T07:07:22.235Z||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-07-16T07:07:22.236Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:22.253Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:22.254Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:07:23.133Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:07:23.134Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:23.138Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:23.139Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:07:23.239Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T07:07:23.240Z||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-07-16T07:07:23.240Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:23.263Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:23.264Z||pool-70-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:07:24.140Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:07:24.142Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:24.146Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:24.147Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:07:24.246Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T07:07:24.247Z||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-07-16T07:07:24.247Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:24.266Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:24.267Z||pool-71-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:07:25.150Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:07:25.155Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:25.162Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:25.163Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:07:25.261Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-16T07:07:25.262Z||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-07-16T07:07:25.263Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:25.276Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:25.277Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:07:26.165Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:07:26.165Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:26.169Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:26.169Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-16T07:07:26.275Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-16T07:07:26.276Z||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-07-16T07:07:26.277Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:26.290Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:26.291Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:07:27.176Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:07:27.184Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:27.199Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:27.199Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:07:27.296Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-16T07:07:27.296Z||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-07-16T07:07:27.297Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:27.312Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:27.312Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:07:28.200Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:07:28.201Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:28.211Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:28.211Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:07:28.311Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T07:07:28.314Z||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-07-16T07:07:28.314Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:28.332Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:28.333Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:07:29.214Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "10fa8810-81dd-4ff3-bff7-c823f8b26e58",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c15f267a-06ed-42a2-8e0f-6239ad50ce5f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "db38696c-e69e-4632-aa49-ee514de69e68",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5a08108d-6251-496a-9402-35fe051837b3",
      "resourceInvariantUUID": "6aee0b1c-466e-4a19-adc0-6e1a82eb66d4",
      "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": "ea42345d-e81d-45c1-91a8-9f67e6eb8661",
          "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": "7eb1146b-f832-40e2-98db-34311c0ef843",
          "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": "NDcxMzQ4YTk1ZGUzZmFiM2QyOTQ0MGEzYjFhMDhiMGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3d05f01a-71ed-4b8e-bf12-70ca3c1d5e7c",
          "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": "fc939053-6572-42b9-9705-8cf3effe3f75",
          "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": "1e6f35f9-1695-4013-b3f3-58dbc1727945",
            "generatedFromUUID": "fc939053-6572-42b9-9705-8cf3effe3f75"
          },
          "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": "1e6f35f9-1695-4013-b3f3-58dbc1727945",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODAwMDA2ZDNiYWM2OTE3NTE3YzJkOTQ3ZTlhN2U5OGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aaab922e-23b2-4da9-a39f-459962d53655"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T07:07:29.232Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T07:07:29.232Z|8dd5cab2-7db3-4e53-9454-08e72800151d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 10fa8810-81dd-4ff3-bff7-c823f8b26e58 ASDC
2022-07-16T07:07:29.235Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0ed17ca8-4f10-41e9-9710-b4ea527f42ec
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:10fa8810-81dd-4ff3-bff7-c823f8b26e58
ServiceInvariantUUID:c15f267a-06ed-42a2-8e0f-6239ad50ce5f
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:aaab922e-23b2-4da9-a39f-459962d53655
ArtifactChecksum:ODAwMDA2ZDNiYWM2OTE3NTE3YzJkOTQ3ZTlhN2U5OGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:db38696c-e69e-4632-aa49-ee514de69e68
ResourceInvariantUUID:6aee0b1c-466e-4a19-adc0-6e1a82eb66d4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5a08108d-6251-496a-9402-35fe051837b3
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:ea42345d-e81d-45c1-91a8-9f67e6eb8661
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:7eb1146b-f832-40e2-98db-34311c0ef843
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:3d05f01a-71ed-4b8e-bf12-70ca3c1d5e7c
ArtifactChecksum:NDcxMzQ4YTk1ZGUzZmFiM2QyOTQ0MGEzYjFhMDhiMGE=
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:fc939053-6572-42b9-9705-8cf3effe3f75
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:1e6f35f9-1695-4013-b3f3-58dbc1727945
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:1e6f35f9-1695-4013-b3f3-58dbc1727945
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-16T07:07:29.247Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10fa8810-81dd-4ff3-bff7-c823f8b26e58 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-07-16T07:07:29.453Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:07:29.454Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:07:29.454Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:07:29.455Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aaab922e-23b2-4da9-a39f-459962d53655 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-16T07:07:29.455Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:07:29.456Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-16T07:07:30.196Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:07:30.202Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar aaab922e-23b2-4da9-a39f-459962d53655 72995
2022-07-16T07:07:30.203Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-16T07:07:30.203Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-16T07:07:30.204Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:07:30.204Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:30.208Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:30.208Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955250203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:07:30.307Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T07:07:30.308Z||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-07-16T07:07:30.309Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:30.335Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:30.336Z||pool-76-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":2,"count":1}
2022-07-16T07:07:31.209Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:07:31.210Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:07:31.211Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: aaab922e-23b2-4da9-a39f-459962d53655, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-16T07:07:31.282Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-16T07:07:31.283Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-16T07:07:31.284Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-16T07:07:32.054Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5463449898790549422/Definitions/service-BasicCnf-template.yml
2022-07-16T07:07:37.919Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T07:07:37.920Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T07:07:37.920Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-16T07:07:37.920Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-16T07:07:37.920Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:37.920Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:37.920Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-16T07:07:37.920Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:37.921Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T07:07:37.921Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.922Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:37.922Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T07:07:37.922Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T07:07:37.922Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:07:37.922Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.922Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:37.923Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T07:07:37.923Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T07:07:37.923Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:07:37.923Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.923Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:37.923Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.923Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-16T07:07:37.924Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-16T07:07:37.924Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-16T07:07:37.924Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T07:07:37.924Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.924Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T07:07:37.924Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.924Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T07:07:37.924Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:07:37.925Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.925Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T07:07:37.925Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:07:37.925Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.925Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T07:07:37.925Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:07:37.926Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.926Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-16T07:07:37.926Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-16T07:07:37.926Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=644877a3-15c5-484a-afd5-ad4b946fdb75
2022-07-16T07:07:37.926Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.926Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:37.926Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.927Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:37.927Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.927Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:37.927Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:37.927Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:37.927Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:10fa8810-81dd-4ff3-bff7-c823f8b26e58
Model Version:NULL
Model InvariantUuid:c15f267a-06ed-42a2-8e0f-6239ad50ce5f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:78be34b2-a845-4739-8ae8-b7287479c2df
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6aee0b1c-466e-4a19-adc0-6e1a82eb66d4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:db38696c-e69e-4632-aa49-ee514de69e68
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f3c7370c-72f2-48fa-b2c8-8333be4c50f4
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:61f776d2-0834-4129-b9d2-69bbb1faea4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:644877a3-15c5-484a-afd5-ad4b946fdb75
ModelInvariantUuid:2147cca3-e6f8-4bed-9a7e-49224da4f621
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:31ebd8f3-c82e-44a6-982f-6595cfee30f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:a971b98e-43f0-4ca1-80e8-ce897471d760
ModelInvariantUuid:835d3887-41b7-4127-a371-a5648491425a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6a85bcf2-4c42-4910-a37d-d76bc03704a7
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-07-16T07:07:37.947Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5a08108d-6251-496a-9402-35fe051837b3
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-07-16T07:07:37.960Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-07-16T07:07:37.960Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5a08108d-6251-496a-9402-35fe051837b3
2022-07-16T07:07:37.960Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ea42345d-e81d-45c1-91a8-9f67e6eb8661 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-16T07:07:37.960Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:07:37.961Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:38.377Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:07:38.378Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ea42345d-e81d-45c1-91a8-9f67e6eb8661 12
2022-07-16T07:07:38.378Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:38.378Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:38.378Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:07:38.379Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:38.383Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:38.383Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955258378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:07:38.510Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 127 ms
2022-07-16T07:07:38.511Z||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-07-16T07:07:38.511Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:38.570Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:38.571Z||pool-77-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:07:39.386Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7eb1146b-f832-40e2-98db-34311c0ef843 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-16T07:07:39.387Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:07:39.390Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:39.756Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:07:39.758Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7eb1146b-f832-40e2-98db-34311c0ef843 2688
2022-07-16T07:07:39.760Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:39.761Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:39.762Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:07:39.764Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:39.786Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:39.787Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955259759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:07:39.881Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-16T07:07:39.886Z||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-07-16T07:07:39.886Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:39.936Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:39.938Z||pool-78-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:07:40.801Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3d05f01a-71ed-4b8e-bf12-70ca3c1d5e7c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-16T07:07:40.802Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:07:40.803Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:41.261Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:07:41.263Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 3d05f01a-71ed-4b8e-bf12-70ca3c1d5e7c 828
2022-07-16T07:07:41.268Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:41.268Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:41.269Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:07:41.269Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:41.281Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:41.281Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955261268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:07:41.401Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 119 ms
2022-07-16T07:07:41.402Z||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-07-16T07:07:41.402Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:41.473Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:41.474Z||pool-79-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":2,"count":1}
2022-07-16T07:07:42.288Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f3c7370c-72f2-48fa-b2c8-8333be4c50f4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "61f776d2-0834-4129-b9d2-69bbb1faea4b",
    "vfModuleModelCustomizationUUID": "96ba5832-f7e3-4a20-b6e2-2f92bf5b6ce2",
    "isBase": true,
    "artifacts": [
      "7eb1146b-f832-40e2-98db-34311c0ef843",
      "fc939053-6572-42b9-9705-8cf3effe3f75",
      "1e6f35f9-1695-4013-b3f3-58dbc1727945"
    ],
    "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-07-16T07:07:42.294Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61f776d2-0834-4129-b9d2-69bbb1faea4b
VfModuleModelInvariantUUID:f3c7370c-72f2-48fa-b2c8-8333be4c50f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
7eb1146b-f832-40e2-98db-34311c0ef843
,
fc939053-6572-42b9-9705-8cf3effe3f75
,
1e6f35f9-1695-4013-b3f3-58dbc1727945

}
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-07-16T07:07:42.297Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f3c7370c-72f2-48fa-b2c8-8333be4c50f4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "61f776d2-0834-4129-b9d2-69bbb1faea4b",
    "vfModuleModelCustomizationUUID": "96ba5832-f7e3-4a20-b6e2-2f92bf5b6ce2",
    "isBase": true,
    "artifacts": [
      "7eb1146b-f832-40e2-98db-34311c0ef843",
      "fc939053-6572-42b9-9705-8cf3effe3f75",
      "1e6f35f9-1695-4013-b3f3-58dbc1727945"
    ],
    "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-07-16T07:07:42.297Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61f776d2-0834-4129-b9d2-69bbb1faea4b
VfModuleModelInvariantUUID:f3c7370c-72f2-48fa-b2c8-8333be4c50f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
7eb1146b-f832-40e2-98db-34311c0ef843
,
fc939053-6572-42b9-9705-8cf3effe3f75
,
1e6f35f9-1695-4013-b3f3-58dbc1727945

}
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-07-16T07:07:42.297Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fc939053-6572-42b9-9705-8cf3effe3f75 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-16T07:07:42.297Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:07:42.297Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:42.410Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:07:42.411Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fc939053-6572-42b9-9705-8cf3effe3f75 1164
2022-07-16T07:07:42.411Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:42.412Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:42.412Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:07:42.412Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:42.418Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:42.418Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955262411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:07:42.515Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-16T07:07:42.516Z||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-07-16T07:07:42.516Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:42.533Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:42.533Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:07:43.429Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e6f35f9-1695-4013-b3f3-58dbc1727945 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-16T07:07:43.430Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:07:43.431Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:43.770Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:07:43.772Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1e6f35f9-1695-4013-b3f3-58dbc1727945 200
2022-07-16T07:07:43.774Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:43.775Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:43.776Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:07:43.790Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:43.794Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:43.794Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955263773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:07:43.896Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:07:43.900Z||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-07-16T07:07:43.900Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:43.941Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:43.943Z||pool-81-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:07:44.809Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 10fa8810-81dd-4ff3-bff7-c823f8b26e58
2022-07-16T07:07:44.810Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5a08108d-6251-496a-9402-35fe051837b3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-07-16T07:07:44.941Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T07:07:45.011Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bc8383f, org.onap.sdc.toscaparser.api.parameters.Input@7205affb, org.onap.sdc.toscaparser.api.parameters.Input@30b74160, org.onap.sdc.toscaparser.api.parameters.Input@10757034, org.onap.sdc.toscaparser.api.parameters.Input@3ad6bbc5]
2022-07-16T07:07:45.013Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.013Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:45.013Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-16T07:07:45.013Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= db38696c-e69e-4632-aa49-ee514de69e68
2022-07-16T07:07:45.013Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db38696c-e69e-4632-aa49-ee514de69e68 matches Tosca VF Customization UUID: db38696c-e69e-4632-aa49-ee514de69e68
2022-07-16T07:07:45.013Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: db38696c-e69e-4632-aa49-ee514de69e68  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-07-16T07:07:45.019Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.019Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:45.020Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id db38696c-e69e-4632-aa49-ee514de69e68: {\"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-07-16T07:07:45.020Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@540a7980
2022-07-16T07:07:45.020Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.020Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T07:07:45.020Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 96ba5832-f7e3-4a20-b6e2-2f92bf5b6ce2
2022-07-16T07:07:45.021Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 96ba5832-f7e3-4a20-b6e2-2f92bf5b6ce2
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-07-16T07:07:45.027Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.027Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T07:07:45.027Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:07:45.028Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.028Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T07:07:45.028Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:07:45.029Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.029Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-16T07:07:45.029Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-16T07:07:45.029Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=644877a3-15c5-484a-afd5-ad4b946fdb75
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-07-16T07:07:45.039Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.039Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T07:07:45.039Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:07:45.040Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.040Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-16T07:07:45.040Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=db38696c-e69e-4632-aa49-ee514de69e68
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-07-16T07:07:45.050Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.050Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:45.050Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 10fa8810-81dd-4ff3-bff7-c823f8b26e58: basic_cnf
2022-07-16T07:07:45.050Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.050Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:45.059Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.061Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:45.063Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.075Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:45.077Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.079Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:45.081Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:07:45.084Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:07:45.086Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:45.649Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5a08108d-6251-496a-9402-35fe051837b3 1 ASDC deployResourceStructure
2022-07-16T07:07:45.658Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:45.658Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:45.658Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-16T07:07:45.664Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:45.676Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:45.686Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955265650,
  "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-07-16T07:07:45.812Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 125 ms
2022-07-16T07:07:45.815Z||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-07-16T07:07:45.816Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:45.847Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:45.848Z||pool-82-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:07:46.692Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:46.692Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:46.693Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-16T07:07:46.694Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:46.701Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:46.701Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955266692,
  "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-07-16T07:07:46.805Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-16T07:07:46.806Z||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-07-16T07:07:46.807Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:46.840Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:46.841Z||pool-83-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:07:47.702Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:47.702Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:47.702Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:07:47.702Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:47.707Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:47.707Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955267702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T07:07:47.811Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-16T07:07:47.812Z||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-07-16T07:07:47.812Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:47.857Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:47.861Z||pool-84-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:07:48.719Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:48.719Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:48.719Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:07:48.788Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:48.795Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:48.795Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955268719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T07:07:48.913Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms
2022-07-16T07:07:48.921Z||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-07-16T07:07:48.924Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:48.975Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:48.976Z||pool-85-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:07:49.818Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:49.819Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||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-07-16T07:07:49.819Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:07:49.819Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:49.850Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:49.851Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955269818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-16T07:07:49.968Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-16T07:07:49.969Z||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-07-16T07:07:49.969Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:50.026Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:50.026Z||pool-86-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:07:50.853Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-16T07:07:50.853Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-16T07:07:50.866Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:07:50.870Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:07:50.881Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:07:50.881Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955270853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:07:50.975Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-16T07:07:50.978Z||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-07-16T07:07:50.978Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:07:51.015Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:51.016Z||pool-87-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:07:51.881Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ed17ca8-4f10-41e9-9710-b4ea527f42ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:07:51.963Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ed17ca8-4f10-41e9-9710-b4ea527f42ec
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-07-16T07:07:51.988Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:07:51.988Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:07:51.988Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T07:07:51.988Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T07:07:51.988Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:07:51.988Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:07:51.988Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:07:51.989Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:07:51.989Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:07:51.989Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:07:51.989Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T07:07:52.018Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T07:07:52.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:07:52.309Z||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-07-16T07:07:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:07:52.366Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:07:52.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:07:52.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955132644,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:07:52.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:07:52.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:07:52.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:07:52.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:07:52.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:07:52.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:07:52.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:07:52.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:07:52.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:07:52.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:07:52.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:07:52.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:07:52.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:07:52.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:07:52.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:07:52.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:07:52.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:07:52.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:07:52.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:07:52.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:07:52.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:07:52.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:07:52.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:07:52.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:07:52.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:07:52.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:07:52.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955147517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:07:52.398Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:08:22.023Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ed17ca8-4f10-41e9-9710-b4ea527f42ec 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-07-16T07:08:22.040Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ed17ca8-4f10-41e9-9710-b4ea527f42ec and serviceModelVersionId: 10fa8810-81dd-4ff3-bff7-c823f8b26e58
2022-07-16T07:08:22.041Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c15f267a-06ed-42a2-8e0f-6239ad50ce5f
2022-07-16T07:08:22.042Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c15f267a-06ed-42a2-8e0f-6239ad50ce5f/model-vers/model-ver/10fa8810-81dd-4ff3-bff7-c823f8b26e58?depth=0
2022-07-16T07:08:22.051Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T07:08:22.130Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c15f267a-06ed-42a2-8e0f-6239ad50ce5f/model-vers/model-ver/10fa8810-81dd-4ff3-bff7-c823f8b26e58?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-07-16T07:08:22.143Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c15f267a-06ed-42a2-8e0f-6239ad50ce5f/model-vers/model-ver/10fa8810-81dd-4ff3-bff7-c823f8b26e58?depth=0|INFO|500||Invoke
2022-07-16T07:08:22.280Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c15f267a-06ed-42a2-8e0f-6239ad50ce5f/model-vers/model-ver/10fa8810-81dd-4ff3-bff7-c823f8b26e58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T07:08:22.420Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c15f267a-06ed-42a2-8e0f-6239ad50ce5f/model-vers/model-ver/10fa8810-81dd-4ff3-bff7-c823f8b26e58?depth=0|INFO|500||InvokeReturn
2022-07-16T07:08:22.423Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c15f267a-06ed-42a2-8e0f-6239ad50ce5f/model-vers/model-ver/10fa8810-81dd-4ff3-bff7-c823f8b26e58?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220716-07:08:22:810-54077], vertex-id=[205000], Content-Length=[0], Date=[Sat, 16 Jul 2022 07:08:22 GMT], Content-Type=[application/json]}
2022-07-16T07:08:22.424Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-16T07:08:22.424Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T07:08:22.424Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T07:08:22.433Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-16T07:08:22.434Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ed17ca8-4f10-41e9-9710-b4ea527f42ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T07:08:22.434Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T07:08:22.436Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:08:22.439Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:08:22.440Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955302434,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:08:22.539Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T07:08:22.541Z||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-07-16T07:08:22.541Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:08:22.569Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:08:22.569Z||pool-88-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-16T07:08:23.517Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:08:23.520Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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-07-16T07:08:23.521Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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 domtawzly8X4mXCY) ...
2022-07-16T07:08:33.909Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:08:33.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:08:33.910Z||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-07-16T07:08:33.910Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:08:43.495Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:08:43.496Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:08:43.496Z||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-07-16T07:08:43.496Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:08:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:08:52.310Z||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-07-16T07:08:52.311Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:08:52.370Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:08:52.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955153245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:08:52.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:08:52.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955185117,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:08:52.378Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:08:52.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:08:52.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:08:52.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:08:52.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:08:52.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:08:52.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:08:52.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:08:52.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:08:52.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-16T07:08:52.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:08:52.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:08:52.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:08:52.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:08:52.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:08:52.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955193812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:08:52.389Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:08:52.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955199913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:08:52.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:08:52.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955201232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:08:52.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:08:52.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955202597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:08:52.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:08:52.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955203945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T07:08:52.395Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:08:52.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955204964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T07:08:52.396Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:08:52.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955205986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-16T07:08:52.398Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:08:52.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:08:52.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955207004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:08:52.400Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:08:53.103Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:08:53.110Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:08:53.117Z||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-07-16T07:08:53.120Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:09:02.705Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:09:02.708Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:09:02.711Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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-07-16T07:09:02.712Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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 domtawzly8X4mXCY) ...
2022-07-16T07:09:12.314Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:09:12.318Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:09:12.322Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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-07-16T07:09:12.332Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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 domtawzly8X4mXCY) ...
2022-07-16T07:09:21.936Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:09:52.306Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:09:52.308Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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-07-16T07:09:52.308Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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 domtawzly8X4mXCY) ...
2022-07-16T07:09:52.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:09:52.343Z||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-07-16T07:09:52.343Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:09:52.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:09:52.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955239064,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:09:52.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:09:52.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:09:52.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:09:52.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-16T07:09:52.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:09:52.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-16T07:09:52.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:09:52.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:09:52.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:09:52.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:09:52.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:09:52.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:09:52.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:09:52.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-16T07:09:52.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:09:52.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:09:52.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:09:52.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955133741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:09:52.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:09:52.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955250203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:09:52.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:09:52.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955258378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:09:52.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:09:52.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955259759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:09:52.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:09:52.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955261268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:09:52.510Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:09:52.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955262411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:09:52.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:09:52.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955263773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:09:52.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:09:52.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955265650,
  "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-07-16T07:09:52.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:09:52.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955266692,
  "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-07-16T07:09:52.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:09:52.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955267702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T07:09:52.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:09:52.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955268719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T07:09:52.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:09:52.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955269818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-16T07:09:52.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:09:52.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:09:52.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955270853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:09:52.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:10:01.900Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:10:52.306Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:10:52.306Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:10:52.308Z||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-07-16T07:10:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:10:52.310Z||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-07-16T07:10:52.327Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:10:52.924Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:10:52.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T07:10:52.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ed17ca8-4f10-41e9-9710-b4ea527f42ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955302434,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:10:52.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:11:01.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:11:52.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:11:52.305Z||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-07-16T07:11:52.313Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:11:52.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:11:52.316Z||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-07-16T07:11:52.316Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:12:02.064Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:12:02.064Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:12:52.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:12:52.303Z||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-07-16T07:12:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:12:52.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:12:52.307Z||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-07-16T07:12:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:13:01.932Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:13:01.938Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:13:52.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:13:52.304Z||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-07-16T07:13:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:13:52.306Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:13:52.307Z||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-07-16T07:13:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:14:01.877Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:14:01.887Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:14:52.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:14:52.303Z||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-07-16T07:14:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:14:52.306Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:14:52.307Z||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-07-16T07:14:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:15:01.886Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:15:01.910Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:15:52.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:15:52.302Z||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-07-16T07:15:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:15:52.306Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:15:52.307Z||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-07-16T07:15:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:16:01.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:16:01.918Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:16:52.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:16:52.302Z||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-07-16T07:16:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:16:52.306Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:16:52.307Z||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-07-16T07:16:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:17:01.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:17:01.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:17:52.305Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:17:52.306Z||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-07-16T07:17:52.306Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:17:52.307Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:17:52.308Z||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-07-16T07:17:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:18:01.914Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:18:01.934Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:18:52.307Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:18:52.307Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:18:52.308Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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-07-16T07:18:52.308Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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 domtawzly8X4mXCY) ...
2022-07-16T07:18:52.308Z||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-07-16T07:18:52.316Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:19:01.916Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:19:01.922Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:19:52.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:19:52.302Z||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-07-16T07:19:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:19:52.306Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:19:52.307Z||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-07-16T07:19:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:19:52.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:19:52.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "cds",
  "timestamp": 1657955964572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955972979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955969368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955972979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "cds",
  "timestamp": 1657955964572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955969368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "cds",
  "timestamp": 1657955964572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955972979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955969368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "cds",
  "timestamp": 1657955964572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955972979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955969368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "cds",
  "timestamp": 1657955964572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955972979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955969368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "cds",
  "timestamp": 1657955964572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955972979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955969368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-16T07:19:52.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "cds",
  "timestamp": 1657955964572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955969368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955972979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "cds",
  "timestamp": 1657955964572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955972979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955969368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "cds",
  "timestamp": 1657955964572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955972979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955969368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "cds",
  "timestamp": 1657955964572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:19:52.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955972979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955969368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955986445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:19:52.582Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:19:52.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "cds",
  "timestamp": 1657955985900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:19:52.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:19:52.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:19:52.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955987708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:19:52.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:19:52.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955988940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:19:52.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:19:52.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "cds",
  "timestamp": 1657955988314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:19:52.715Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe36287d-c467-4d9a-ac2e-ce1c69c44a80
2022-07-16T07:19:52.716Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe36287d-c467-4d9a-ac2e-ce1c69c44a80 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-07-16T07:19:52.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:19:52.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955990123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:19:52.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:19:52.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "cds",
  "timestamp": 1657955989318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:52.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:52.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:52.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955991260,
  "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-07-16T07:19:52.998Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:19:53.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-16T07:19:53.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe36287d-c467-4d9a-ac2e-ce1c69c44a80","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"386f5d0d-6988-406f-b954-8d3bcb6d7a73","serviceDescription":"service","serviceInvariantUUID":"a2f1f931-2c3d-49d2-8209-a9241d9c5004","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"897fe8b3-9574-4691-bdf7-b3eb624218bd","resourceInvariantUUID":"fd96cb8c-1f39-4771-9700-300e50d03832","resourceCustomizationUUID":"93fcc3ed-695a-4132-bbb6-78b190f75b3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZmNkZjE1MTI2MGNkNzc0ODQ0NmFkZDhhOGM2NTQ0NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c410fe7f-be03-43b6-a880-57578a9618e7","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZWI0MWUyYjg4NjRlYzhhMjc2YmFmMTUyNWYzZWM4Y2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ed2358a-c708-4a53-87c7-4380a79c701d","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"87cc098e-bd45-4aef-af9f-322730a2b433","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95ecab95-ff8d-40d0-a734-6831e140b731","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d0c1a6f-70ba-40c6-8a2a-2f2b75bfea4d","artifactVersion":"2","generatedFromUUID":"87fdb21e-f0ef-49c0-9397-e47c45d50b2a"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2cd4a1e8-5e5f-4ac7-887e-91828b907a25","artifactVersion":"2","generatedFromUUID":"87cc098e-bd45-4aef-af9f-322730a2b433"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"87fdb21e-f0ef-49c0-9397-e47c45d50b2a","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"759e6c5e-6b8f-440f-aec7-7f8dc8c874e0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YzZkNGYxMDNkZWNkYzI0ZGIzMDcxMWFjZjY3NzFlZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d897292-1155-491a-8375-8c56d961c2d4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YzYwYjcwYzMyNTEwZTNiOWRmOGQwYThlYWM5MWIyYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed432a28-f2bd-4d41-be2b-898cf0d8f06c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T07:19:53.027Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:19:53.030Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:19:53.036Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe36287d-c467-4d9a-ac2e-ce1c69c44a80
2022-07-16T07:19:53.036Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe36287d-c467-4d9a-ac2e-ce1c69c44a80 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-07-16T07:19:53.068Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:19:53.069Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:53.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:53.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657955991857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:19:53.110Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:19:53.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:53.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:53.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:53.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:53.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:53.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:53.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:53.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "cds",
  "timestamp": 1657955989318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:53.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:53.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:53.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:53.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:53.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:53.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955992267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T07:19:53.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:19:53.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:53.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:53.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:53.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:53.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "cds",
  "timestamp": 1657955989318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:53.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:53.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:19:53.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:53.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:19:53.171Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:19:53.179Z||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-07-16T07:19:53.181Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:19:53.235Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:19:53.236Z||pool-89-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:19:54.071Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:19:54.072Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:19:54.076Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:19:54.076Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:19:54.177Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:19:54.178Z||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-07-16T07:19:54.178Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:19:54.192Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:19:54.193Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:19:55.078Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:19:55.079Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:19:55.082Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:19:55.082Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:19:55.182Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T07:19:55.183Z||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-07-16T07:19:55.183Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:19:55.205Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:19:55.205Z||pool-91-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:19:56.096Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:19:56.098Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:19:56.106Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:19:56.106Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:19:56.208Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T07:19:56.209Z||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-07-16T07:19:56.209Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:19:56.235Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:19:56.235Z||pool-92-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:19:57.108Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:19:57.109Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:19:57.111Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:19:57.111Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-16T07:19:57.212Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:19:57.215Z||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-07-16T07:19:57.215Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:19:57.245Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:19:57.265Z||pool-93-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:19:58.112Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:19:58.114Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:19:58.117Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:19:58.117Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-16T07:19:58.217Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:19:58.218Z||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-07-16T07:19:58.218Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:19:58.237Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:19:58.238Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:19:59.118Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:19:59.118Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:19:59.121Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:19:59.122Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-16T07:19:59.222Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:19:59.223Z||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-07-16T07:19:59.223Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:19:59.253Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:19:59.254Z||pool-95-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:20:00.123Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:20:00.123Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:00.138Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:00.139Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:20:00.239Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T07:20:00.240Z||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-07-16T07:20:00.240Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:00.287Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:00.288Z||pool-96-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:20:01.140Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:20:01.142Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:01.151Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:01.151Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:20:01.252Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:20:01.259Z||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-07-16T07:20:01.268Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:01.298Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:01.311Z||pool-97-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:20:02.152Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:20:02.153Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:02.179Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:02.180Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:20:02.267Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-07-16T07:20:02.268Z||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-07-16T07:20:02.269Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:02.313Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:02.323Z||pool-98-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:20:03.211Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "386f5d0d-6988-406f-b954-8d3bcb6d7a73",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a2f1f931-2c3d-49d2-8209-a9241d9c5004",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "93fcc3ed-695a-4132-bbb6-78b190f75b3d",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "897fe8b3-9574-4691-bdf7-b3eb624218bd",
      "resourceInvariantUUID": "fd96cb8c-1f39-4771-9700-300e50d03832",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ZWI0MWUyYjg4NjRlYzhhMjc2YmFmMTUyNWYzZWM4Y2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ed2358a-c708-4a53-87c7-4380a79c701d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "87cc098e-bd45-4aef-af9f-322730a2b433",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2cd4a1e8-5e5f-4ac7-887e-91828b907a25",
            "generatedFromUUID": "87cc098e-bd45-4aef-af9f-322730a2b433"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4d0c1a6f-70ba-40c6-8a2a-2f2b75bfea4d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2cd4a1e8-5e5f-4ac7-887e-91828b907a25",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "87fdb21e-f0ef-49c0-9397-e47c45d50b2a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YzYwYjcwYzMyNTEwZTNiOWRmOGQwYThlYWM5MWIyYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed432a28-f2bd-4d41-be2b-898cf0d8f06c"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T07:20:03.216Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T07:20:03.218Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 386f5d0d-6988-406f-b954-8d3bcb6d7a73 ASDC
2022-07-16T07:20:03.221Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fe36287d-c467-4d9a-ac2e-ce1c69c44a80
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:386f5d0d-6988-406f-b954-8d3bcb6d7a73
ServiceInvariantUUID:a2f1f931-2c3d-49d2-8209-a9241d9c5004
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:ed432a28-f2bd-4d41-be2b-898cf0d8f06c
ArtifactChecksum:YzYwYjcwYzMyNTEwZTNiOWRmOGQwYThlYWM5MWIyYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:93fcc3ed-695a-4132-bbb6-78b190f75b3d
ResourceInvariantUUID:fd96cb8c-1f39-4771-9700-300e50d03832
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:897fe8b3-9574-4691-bdf7-b3eb624218bd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:6ed2358a-c708-4a53-87c7-4380a79c701d
ArtifactChecksum:ZWI0MWUyYjg4NjRlYzhhMjc2YmFmMTUyNWYzZWM4Y2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:87cc098e-bd45-4aef-af9f-322730a2b433
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:2cd4a1e8-5e5f-4ac7-887e-91828b907a25
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:4d0c1a6f-70ba-40c6-8a2a-2f2b75bfea4d
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:2cd4a1e8-5e5f-4ac7-887e-91828b907a25
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:87fdb21e-f0ef-49c0-9397-e47c45d50b2a
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-16T07:20:03.221Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 386f5d0d-6988-406f-b954-8d3bcb6d7a73 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-07-16T07:20:03.462Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:20:03.466Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T07:20:03.467Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T07:20:03.469Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ed432a28-f2bd-4d41-be2b-898cf0d8f06c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-16T07:20:03.470Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T07:20:03.473Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-16T07:20:03.961Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T07:20:04.022Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ed432a28-f2bd-4d41-be2b-898cf0d8f06c 162252
2022-07-16T07:20:04.025Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-16T07:20:04.026Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-16T07:20:04.026Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:20:04.028Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:04.044Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:04.046Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956004025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:20:04.143Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-16T07:20:04.144Z||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-07-16T07:20:04.144Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:04.180Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:04.181Z||pool-99-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:20:05.051Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:20:05.052Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T07:20:05.053Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ed432a28-f2bd-4d41-be2b-898cf0d8f06c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-16T07:20:05.066Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-16T07:20:05.066Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-16T07:20:05.066Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-16T07:20:05.742Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7457243186146862788/Definitions/service-BasicCnfMacro-template.yml
2022-07-16T07:20:09.110Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T07:20:09.114Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T07:20:09.115Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-16T07:20:09.116Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-16T07:20:09.116Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-16T07:20:09.116Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-16T07:20:09.116Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-16T07:20:09.116Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-16T07:20:09.116Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T07:20:09.119Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.122Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:09.123Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T07:20:09.123Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T07:20:09.124Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:20:09.124Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.124Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:09.125Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T07:20:09.125Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T07:20:09.125Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:20:09.125Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.126Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:09.126Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.126Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-16T07:20:09.126Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-16T07:20:09.127Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-16T07:20:09.127Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T07:20:09.128Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.128Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T07:20:09.128Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.128Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T07:20:09.129Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:20:09.129Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.130Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T07:20:09.130Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:20:09.130Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.131Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T07:20:09.131Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:20:09.131Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.132Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T07:20:09.133Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:20:09.135Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.135Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-16T07:20:09.136Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-16T07:20:09.136Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=895fe82f-d43d-4522-8f70-1b8975ce1c5f
2022-07-16T07:20:09.136Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.138Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:09.138Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.138Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:09.139Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.139Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:09.139Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:09.140Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:09.142Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:386f5d0d-6988-406f-b954-8d3bcb6d7a73
Model Version:NULL
Model InvariantUuid:a2f1f931-2c3d-49d2-8209-a9241d9c5004
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:d2bc93ec-c820-46ec-a824-b4444a448aac
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fd96cb8c-1f39-4771-9700-300e50d03832
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93fcc3ed-695a-4132-bbb6-78b190f75b3d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:24f430de-d4e7-4bfb-a85f-a482a2e4c3d1
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a8277eed-0133-4c5f-9f6b-dd02110185e9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:fb5a907f-87da-4cb4-b220-fd5828b85210
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:66805a2a-bb62-4ef1-b478-8275975ff484
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:895fe82f-d43d-4522-8f70-1b8975ce1c5f
ModelInvariantUuid:d1d50ff6-e20a-4153-88b3-3a48c43d3977
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:71ab7fbb-c504-4f23-8e51-d1d21894393f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:4fbb8603-bf91-4d80-961f-1f384839c6ac
ModelInvariantUuid:2460b887-c742-4ea2-bdd8-2229917e87cf
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:d54c58bf-d6e1-4368-9ba4-06e54f508266
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-07-16T07:20:09.175Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 897fe8b3-9574-4691-bdf7-b3eb624218bd
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-07-16T07:20:09.186Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-07-16T07:20:09.186Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 897fe8b3-9574-4691-bdf7-b3eb624218bd
2022-07-16T07:20:09.187Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ed2358a-c708-4a53-87c7-4380a79c701d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-16T07:20:09.187Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T07:20:09.187Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-16T07:20:09.505Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T07:20:09.519Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 6ed2358a-c708-4a53-87c7-4380a79c701d 1565
2022-07-16T07:20:09.521Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-07-16T07:20:09.522Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-16T07:20:09.525Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:20:09.526Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:09.544Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:09.544Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956009521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:20:09.652Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T07:20:09.654Z||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-07-16T07:20:09.654Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:09.700Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:09.701Z||pool-100-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:20:10.547Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "fb5a907f-87da-4cb4-b220-fd5828b85210",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66805a2a-bb62-4ef1-b478-8275975ff484",
    "vfModuleModelCustomizationUUID": "44cda026-10bc-4a7b-883b-ab5c8eb5a6ef",
    "isBase": true,
    "artifacts": [
      "87cc098e-bd45-4aef-af9f-322730a2b433",
      "2cd4a1e8-5e5f-4ac7-887e-91828b907a25"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "24f430de-d4e7-4bfb-a85f-a482a2e4c3d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a8277eed-0133-4c5f-9f6b-dd02110185e9",
    "vfModuleModelCustomizationUUID": "30c9dba3-8026-4f30-bc35-576b01c32747",
    "isBase": false,
    "artifacts": [
      "87fdb21e-f0ef-49c0-9397-e47c45d50b2a"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-16T07:20:10.578Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66805a2a-bb62-4ef1-b478-8275975ff484
VfModuleModelInvariantUUID:fb5a907f-87da-4cb4-b220-fd5828b85210
VfModuleModelDescription:NULL
Artifacts UUID List:{
87cc098e-bd45-4aef-af9f-322730a2b433
,
2cd4a1e8-5e5f-4ac7-887e-91828b907a25

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:a8277eed-0133-4c5f-9f6b-dd02110185e9
VfModuleModelInvariantUUID:24f430de-d4e7-4bfb-a85f-a482a2e4c3d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
87fdb21e-f0ef-49c0-9397-e47c45d50b2a

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

isBase:false


}

2022-07-16T07:20:10.598Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "fb5a907f-87da-4cb4-b220-fd5828b85210",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66805a2a-bb62-4ef1-b478-8275975ff484",
    "vfModuleModelCustomizationUUID": "44cda026-10bc-4a7b-883b-ab5c8eb5a6ef",
    "isBase": true,
    "artifacts": [
      "87cc098e-bd45-4aef-af9f-322730a2b433",
      "2cd4a1e8-5e5f-4ac7-887e-91828b907a25"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "24f430de-d4e7-4bfb-a85f-a482a2e4c3d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a8277eed-0133-4c5f-9f6b-dd02110185e9",
    "vfModuleModelCustomizationUUID": "30c9dba3-8026-4f30-bc35-576b01c32747",
    "isBase": false,
    "artifacts": [
      "87fdb21e-f0ef-49c0-9397-e47c45d50b2a"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-16T07:20:10.601Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66805a2a-bb62-4ef1-b478-8275975ff484
VfModuleModelInvariantUUID:fb5a907f-87da-4cb4-b220-fd5828b85210
VfModuleModelDescription:NULL
Artifacts UUID List:{
87cc098e-bd45-4aef-af9f-322730a2b433
,
2cd4a1e8-5e5f-4ac7-887e-91828b907a25

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:a8277eed-0133-4c5f-9f6b-dd02110185e9
VfModuleModelInvariantUUID:24f430de-d4e7-4bfb-a85f-a482a2e4c3d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
87fdb21e-f0ef-49c0-9397-e47c45d50b2a

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

isBase:false


}

2022-07-16T07:20:10.601Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 87cc098e-bd45-4aef-af9f-322730a2b433 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-16T07:20:10.601Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T07:20:10.602Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-16T07:20:10.847Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T07:20:10.848Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 87cc098e-bd45-4aef-af9f-322730a2b433 914
2022-07-16T07:20:10.849Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-07-16T07:20:10.849Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-16T07:20:10.849Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:20:10.850Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:10.856Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:10.856Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956010848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:20:10.957Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:20:10.960Z||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-07-16T07:20:10.961Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:10.997Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:10.997Z||pool-101-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:20:11.859Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4d0c1a6f-70ba-40c6-8a2a-2f2b75bfea4d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-16T07:20:11.860Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T07:20:11.860Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-16T07:20:11.986Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T07:20:11.988Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 4d0c1a6f-70ba-40c6-8a2a-2f2b75bfea4d 12
2022-07-16T07:20:11.989Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-07-16T07:20:11.989Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-16T07:20:11.994Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:20:11.994Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:12.004Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:12.004Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956011989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:20:12.100Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-16T07:20:12.101Z||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-07-16T07:20:12.101Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:12.139Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:12.139Z||pool-102-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:20:13.010Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2cd4a1e8-5e5f-4ac7-887e-91828b907a25 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-16T07:20:13.012Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T07:20:13.014Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-16T07:20:13.145Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T07:20:13.146Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2cd4a1e8-5e5f-4ac7-887e-91828b907a25 96
2022-07-16T07:20:13.147Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-07-16T07:20:13.148Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-16T07:20:13.148Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:20:13.149Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:13.187Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:13.188Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956013147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:20:13.306Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2022-07-16T07:20:13.312Z||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-07-16T07:20:13.313Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:13.349Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:13.350Z||pool-103-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:20:14.189Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 87fdb21e-f0ef-49c0-9397-e47c45d50b2a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-16T07:20:14.192Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T07:20:14.192Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-16T07:20:14.255Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T07:20:14.256Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 87fdb21e-f0ef-49c0-9397-e47c45d50b2a 20206
2022-07-16T07:20:14.257Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-07-16T07:20:14.257Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-16T07:20:14.258Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:20:14.258Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:14.261Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:14.261Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956014257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:20:14.361Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:20:14.362Z||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-07-16T07:20:14.362Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:14.378Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:14.379Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:20:15.272Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 386f5d0d-6988-406f-b954-8d3bcb6d7a73
2022-07-16T07:20:15.273Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 897fe8b3-9574-4691-bdf7-b3eb624218bd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T07:20:15.290Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d31fd, org.onap.sdc.toscaparser.api.parameters.Input@67b4742c, org.onap.sdc.toscaparser.api.parameters.Input@7eb5851c, org.onap.sdc.toscaparser.api.parameters.Input@7ca6f96d, org.onap.sdc.toscaparser.api.parameters.Input@158deddd]
2022-07-16T07:20:15.294Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:15.295Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:15.298Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-16T07:20:15.299Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 93fcc3ed-695a-4132-bbb6-78b190f75b3d
2022-07-16T07:20:15.300Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93fcc3ed-695a-4132-bbb6-78b190f75b3d matches Tosca VF Customization UUID: 93fcc3ed-695a-4132-bbb6-78b190f75b3d
2022-07-16T07:20:15.301Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 93fcc3ed-695a-4132-bbb6-78b190f75b3d  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-07-16T07:20:15.306Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:15.308Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:15.310Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 93fcc3ed-695a-4132-bbb6-78b190f75b3d: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-07-16T07:20:15.312Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48b5f088
2022-07-16T07:20:15.312Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:15.313Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T07:20:15.313Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30c9dba3-8026-4f30-bc35-576b01c32747
2022-07-16T07:20:15.313Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30c9dba3-8026-4f30-bc35-576b01c32747
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-07-16T07:20:15.319Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:15.321Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T07:20:15.321Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:20:15.322Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:15.323Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T07:20:15.323Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:20:15.324Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:15.324Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-16T07:20:15.326Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=93fcc3ed-695a-4132-bbb6-78b190f75b3d
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-07-16T07:20:15.329Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:15.330Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:15.331Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 386f5d0d-6988-406f-b954-8d3bcb6d7a73: basic_cnf_macro
2022-07-16T07:20:15.332Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:15.332Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:15.333Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:15.333Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:15.334Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:15.334Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:15.335Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:15.336Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:15.337Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:20:15.338Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:20:15.338Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T07:20:15.407Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 897fe8b3-9574-4691-bdf7-b3eb624218bd 2 ASDC deployResourceStructure
2022-07-16T07:20:15.408Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-07-16T07:20:15.408Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-16T07:20:15.408Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:20:15.408Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:15.410Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:15.411Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956015408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T07:20:15.511Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:20:15.512Z||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-07-16T07:20:15.513Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:15.532Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:15.533Z||pool-105-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:20:16.411Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-07-16T07:20:16.412Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-16T07:20:16.412Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:20:16.412Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:16.428Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:16.428Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956016411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T07:20:16.521Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-16T07:20:16.523Z||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-07-16T07:20:16.523Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:16.546Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:16.546Z||pool-106-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:20:17.429Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-07-16T07:20:17.429Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-07-16T07:20:17.429Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-16T07:20:17.430Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:17.435Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:17.435Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956017429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-16T07:20:17.533Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T07:20:17.534Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:20:17.534Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:17.552Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:17.552Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:20:18.438Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-07-16T07:20:18.438Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-16T07:20:18.438Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:20:18.438Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:18.440Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:18.441Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956018438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-16T07:20:18.541Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:20:18.542Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:20:18.543Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:18.580Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:18.580Z||pool-108-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:20:19.442Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-07-16T07:20:19.442Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-07-16T07:20:19.443Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-16T07:20:19.443Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:19.446Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:19.446Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956019442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-16T07:20:19.546Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:20:19.547Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:20:19.547Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:19.563Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:19.563Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:20:20.447Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-16T07:20:20.448Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-16T07:20:20.448Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:20:20.448Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:20:20.450Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:20:20.452Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956020447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:20:20.552Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T07:20:20.558Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:20:20.558Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:20:20.588Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:20.588Z||pool-110-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:20:21.456Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:20:21.474Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
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-07-16T07:20:21.479Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:20:21.479Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:20:21.480Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:20:51.480Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:20:51.506Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
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-07-16T07:20:51.511Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:20:51.512Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:20:51.512Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:20:52.308Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:20:52.309Z||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-07-16T07:20:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:20:52.413Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:20:52.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:20:52.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:20:52.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:21:21.514Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:21:21.535Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
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-07-16T07:21:21.538Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:21:21.538Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:21:21.538Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:21:51.539Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:21:51.644Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
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-07-16T07:21:51.670Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:21:51.670Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:21:51.670Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:21:52.307Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:21:52.308Z||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-07-16T07:21:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:21:52.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:21:52.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:21:52.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:21:52.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:21.675Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:22:21.700Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
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-07-16T07:22:21.728Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:22:21.728Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:22:21.728Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:22:51.728Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:22:51.813Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
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-07-16T07:22:51.822Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:22:51.822Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:22:51.823Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:22:52.312Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:22:52.313Z||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-07-16T07:22:52.313Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:22:52.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:22:53.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "cds",
  "timestamp": 1657955989318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955993277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "cds",
  "timestamp": 1657955989318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955993277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "cds",
  "timestamp": 1657955989318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955995270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:53.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:53.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955993277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "cds",
  "timestamp": 1657955989318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955996301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:53.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:53.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955993277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "cds",
  "timestamp": 1657955989318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955993277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "policy-id",
  "timestamp": 1657955997312,
  "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-07-16T07:22:53.227Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe36287d-c467-4d9a-ac2e-ce1c69c44a80
2022-07-16T07:22:53.227Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe36287d-c467-4d9a-ac2e-ce1c69c44a80 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-07-16T07:22:53.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "cds",
  "timestamp": 1657955998255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:53.401Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:53.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955993277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955993277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "cds",
  "timestamp": 1657955999500,
  "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-07-16T07:22:53.702Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93545ba4-ab0e-4682-a665-f3e0a55246ad
2022-07-16T07:22:53.702Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93545ba4-ab0e-4682-a665-f3e0a55246ad 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-07-16T07:22:53.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956001145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:53.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:53.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657955992979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657956001304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:53.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:53.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657955993277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:22:53.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:53.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:53.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:53.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "aai-ml",
  "timestamp": 1657956002356,
  "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-07-16T07:22:53.904Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe36287d-c467-4d9a-ac2e-ce1c69c44a80
2022-07-16T07:22:53.905Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe36287d-c467-4d9a-ac2e-ce1c69c44a80 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-07-16T07:22:54.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956002094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.018Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:22:54.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956003596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.020Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956004684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:54.021Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956004025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.022Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956004794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.022Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956005697,
  "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-07-16T07:22:54.108Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe36287d-c467-4d9a-ac2e-ce1c69c44a80
2022-07-16T07:22:54.109Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe36287d-c467-4d9a-ac2e-ce1c69c44a80 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-07-16T07:22:54.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956005856,
  "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-07-16T07:22:54.243Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93545ba4-ab0e-4682-a665-f3e0a55246ad
2022-07-16T07:22:54.243Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93545ba4-ab0e-4682-a665-f3e0a55246ad 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-07-16T07:22:54.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "policy-id",
  "timestamp": 1657955984228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:22:54.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956006859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:54.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "policy-id",
  "timestamp": 1657956006732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.302Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "policy-id",
  "timestamp": 1657956007751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:54.305Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "policy-id",
  "timestamp": 1657956008772,
  "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-07-16T07:22:54.347Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93545ba4-ab0e-4682-a665-f3e0a55246ad
2022-07-16T07:22:54.347Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93545ba4-ab0e-4682-a665-f3e0a55246ad 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-07-16T07:22:54.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "aai-ml",
  "timestamp": 1657955980616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:22:54.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956009521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "aai-ml",
  "timestamp": 1657956011779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956010848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956011989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.390Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657955990165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:22:54.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956013147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657956013573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.393Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956014886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956014257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956015408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:54.395Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956016411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:54.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956018145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:54.397Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956017429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-16T07:22:54.397Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956019150,
  "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-07-16T07:22:54.457Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93545ba4-ab0e-4682-a665-f3e0a55246ad
2022-07-16T07:22:54.461Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93545ba4-ab0e-4682-a665-f3e0a55246ad 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-07-16T07:22:54.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657956018578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:54.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956018438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:54.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "aai-ml",
  "timestamp": 1657956020198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:54.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "clamp",
  "timestamp": 1657956019582,
  "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-07-16T07:22:54.574Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe36287d-c467-4d9a-ac2e-ce1c69c44a80
2022-07-16T07:22:54.577Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe36287d-c467-4d9a-ac2e-ce1c69c44a80 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-07-16T07:22:54.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956019442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-16T07:22:54.614Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "aai-ml",
  "timestamp": 1657956021203,
  "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-07-16T07:22:54.627Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93545ba4-ab0e-4682-a665-f3e0a55246ad
2022-07-16T07:22:54.628Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93545ba4-ab0e-4682-a665-f3e0a55246ad 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-07-16T07:22:54.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956020447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:54.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:22:54.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:22:54.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "clamp",
  "timestamp": 1657955990980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:22:54.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:22:54.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "clamp",
  "timestamp": 1657956035576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:22:54.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "clamp",
  "timestamp": 1657956038581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:22:54.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:22:54.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:22:54.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "clamp",
  "timestamp": 1657956039584,
  "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-07-16T07:22:54.704Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93545ba4-ab0e-4682-a665-f3e0a55246ad
2022-07-16T07:22:54.704Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93545ba4-ab0e-4682-a665-f3e0a55246ad 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-07-16T07:23:21.823Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:23:21.838Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80
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-07-16T07:23:21.848Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:23:21.848Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:23:21.849Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T07:23:21.849Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T07:23:21.850Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:23:21.851Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:23:21.851Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:23:21.852Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:23:21.853Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:23:21.854Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:23:21.855Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||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-07-16T07:23:21.865Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T07:23:51.867Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80 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-07-16T07:23:51.891Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe36287d-c467-4d9a-ac2e-ce1c69c44a80 and serviceModelVersionId: 386f5d0d-6988-406f-b954-8d3bcb6d7a73
2022-07-16T07:23:51.891Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2f1f931-2c3d-49d2-8209-a9241d9c5004
2022-07-16T07:23:51.893Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2f1f931-2c3d-49d2-8209-a9241d9c5004/model-vers/model-ver/386f5d0d-6988-406f-b954-8d3bcb6d7a73?depth=0
2022-07-16T07:23:51.903Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T07:23:52.111Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2f1f931-2c3d-49d2-8209-a9241d9c5004/model-vers/model-ver/386f5d0d-6988-406f-b954-8d3bcb6d7a73?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-07-16T07:23:52.112Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2f1f931-2c3d-49d2-8209-a9241d9c5004/model-vers/model-ver/386f5d0d-6988-406f-b954-8d3bcb6d7a73?depth=0|INFO|500||Invoke
2022-07-16T07:23:52.221Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2f1f931-2c3d-49d2-8209-a9241d9c5004/model-vers/model-ver/386f5d0d-6988-406f-b954-8d3bcb6d7a73?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T07:23:52.306Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:23:52.307Z||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-07-16T07:23:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:23:52.333Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2f1f931-2c3d-49d2-8209-a9241d9c5004/model-vers/model-ver/386f5d0d-6988-406f-b954-8d3bcb6d7a73?depth=0|INFO|500||InvokeReturn
2022-07-16T07:23:52.334Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2f1f931-2c3d-49d2-8209-a9241d9c5004/model-vers/model-ver/386f5d0d-6988-406f-b954-8d3bcb6d7a73?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220716-07:23:52:768-89774], vertex-id=[217192], Content-Length=[0], Date=[Sat, 16 Jul 2022 07:23:52 GMT], Content-Type=[application/json]}
2022-07-16T07:23:52.334Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-07-16T07:23:52.334Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T07:23:52.335Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||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-07-16T07:23:52.364Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||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-07-16T07:23:52.366Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe36287d-c467-4d9a-ac2e-ce1c69c44a80 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T07:23:52.367Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T07:23:52.369Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:23:52.384Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:23:52.385Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956232367,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:23:52.482Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-16T07:23:52.483Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:23:52.483Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:23:52.511Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:23:52.512Z||pool-111-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:23:53.159Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:23:53.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:23:53.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe36287d-c467-4d9a-ac2e-ce1c69c44a80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956232367,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:23:53.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-16T07:23:53.422Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-16T07:23:53.422Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"93545ba4-ab0e-4682-a665-f3e0a55246ad","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bf5900af-1d8a-46cd-a921-ec1fac1188fa","serviceDescription":"service","serviceInvariantUUID":"b136217b-ffed-4891-865d-20667eb52d18","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4078ffb-d231-4aeb-a4a1-67d4c1dab382","resourceInvariantUUID":"88b5e5c4-3d57-4c5b-972c-195476b05d9b","resourceCustomizationUUID":"22a8dae9-c5ab-4325-93bc-d6faf793652b","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":"YjRlYjEyNmVmNWU0NWQyZWJmM2FiYTcwZDU5ZTc0Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca653ebd-f2e1-45fa-a8ba-7b136ee094a3","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":"N2M4M2VkN2NkMTg3ZWJkZmUyZmM2NGZiMmZiMTgxNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3de4883b-f2c8-459e-ac78-6ede78d4a5f7","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":"ee2c0358-2708-492c-8057-a483fb9ed4b7","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":"fa3770f1-4f71-4711-b1fb-1ea14ce23752","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":"03b6a2bc-4276-4eea-95db-a8c42f32d0e3","artifactVersion":"2","generatedFromUUID":"ee2c0358-2708-492c-8057-a483fb9ed4b7"},{"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":"NDM4YmY5YjVjMzEwMTVhNjI5OWU0M2JmMWQxMWFmZmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"835a9a54-43f1-4e4c-9228-c70b3acb7d58","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":"ODBjODYxN2FmNmE1YWU1ZGVmNDg1YjRlODQ3NWI1ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6232f2c4-ac09-4fd0-909d-ed7a66af14cf","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDU0NjU0ZTI0YjViZGU2NmIyNzBiNzIxMDIzZGMyZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22982a53-052b-4441-8cad-bccb46edfb67","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T07:23:53.423Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:23:53.423Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:23:53.425Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:23:53.426Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:23:53.527Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:23:53.528Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:23:53.528Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:23:53.567Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:23:53.567Z||pool-112-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:23:54.427Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:23:54.429Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:23:54.454Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:23:54.455Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:23:54.549Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-16T07:23:54.550Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:23:54.550Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:23:54.595Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:23:54.596Z||pool-113-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:23:55.459Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:23:55.460Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:23:55.463Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:23:55.463Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:23:55.564Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:23:55.566Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:23:55.566Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:23:55.591Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:23:55.592Z||pool-114-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:23:56.464Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:23:56.466Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:23:56.470Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:23:56.470Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:23:56.572Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:23:56.574Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:23:56.574Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:23:56.635Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:23:56.636Z||pool-115-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:23:57.471Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:23:57.472Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:23:57.479Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:23:57.480Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-16T07:23:57.579Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T07:23:57.580Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:23:57.581Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:23:57.608Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:23:57.609Z||pool-116-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:23:58.481Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:23:58.482Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:23:58.489Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:23:58.496Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:23:58.596Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T07:23:58.608Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:23:58.609Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:23:58.643Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:23:58.644Z||pool-117-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:23:59.498Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:23:59.498Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:23:59.503Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:23:59.503Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:23:59.613Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T07:23:59.614Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:23:59.614Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:23:59.642Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:23:59.642Z||pool-118-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:24:00.508Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:24:00.509Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:24:00.513Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:24:00.514Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:24:00.619Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-16T07:24:00.620Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:24:00.620Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:24:00.639Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:24:00.639Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:24:01.520Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bf5900af-1d8a-46cd-a921-ec1fac1188fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b136217b-ffed-4891-865d-20667eb52d18",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "22a8dae9-c5ab-4325-93bc-d6faf793652b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d4078ffb-d231-4aeb-a4a1-67d4c1dab382",
      "resourceInvariantUUID": "88b5e5c4-3d57-4c5b-972c-195476b05d9b",
      "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": "N2M4M2VkN2NkMTg3ZWJkZmUyZmM2NGZiMmZiMTgxNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3de4883b-f2c8-459e-ac78-6ede78d4a5f7",
          "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": "ee2c0358-2708-492c-8057-a483fb9ed4b7",
          "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": "03b6a2bc-4276-4eea-95db-a8c42f32d0e3",
            "generatedFromUUID": "ee2c0358-2708-492c-8057-a483fb9ed4b7"
          },
          "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": "03b6a2bc-4276-4eea-95db-a8c42f32d0e3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDU0NjU0ZTI0YjViZGU2NmIyNzBiNzIxMDIzZGMyZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "22982a53-052b-4441-8cad-bccb46edfb67"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T07:24:01.524Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T07:24:01.524Z|fe36287d-c467-4d9a-ac2e-ce1c69c44a80|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf5900af-1d8a-46cd-a921-ec1fac1188fa ASDC
2022-07-16T07:24:01.525Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:93545ba4-ab0e-4682-a665-f3e0a55246ad
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:bf5900af-1d8a-46cd-a921-ec1fac1188fa
ServiceInvariantUUID:b136217b-ffed-4891-865d-20667eb52d18
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:22982a53-052b-4441-8cad-bccb46edfb67
ArtifactChecksum:MDU0NjU0ZTI0YjViZGU2NmIyNzBiNzIxMDIzZGMyZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:22a8dae9-c5ab-4325-93bc-d6faf793652b
ResourceInvariantUUID:88b5e5c4-3d57-4c5b-972c-195476b05d9b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d4078ffb-d231-4aeb-a4a1-67d4c1dab382
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:3de4883b-f2c8-459e-ac78-6ede78d4a5f7
ArtifactChecksum:N2M4M2VkN2NkMTg3ZWJkZmUyZmM2NGZiMmZiMTgxNzI=
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:ee2c0358-2708-492c-8057-a483fb9ed4b7
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:03b6a2bc-4276-4eea-95db-a8c42f32d0e3
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:03b6a2bc-4276-4eea-95db-a8c42f32d0e3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-16T07:24:01.525Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf5900af-1d8a-46cd-a921-ec1fac1188fa 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-07-16T07:24:01.619Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:24:01.620Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T07:24:01.620Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T07:24:01.620Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 22982a53-052b-4441-8cad-bccb46edfb67 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-16T07:24:01.620Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T07:24:01.621Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-16T07:24:02.527Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T07:24:02.558Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 22982a53-052b-4441-8cad-bccb46edfb67 82852
2022-07-16T07:24:02.559Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-16T07:24:02.560Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-16T07:24:02.560Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:24:02.561Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:24:02.597Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:24:02.598Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956242559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:24:02.700Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T07:24:02.711Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:24:02.713Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:24:02.752Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:24:02.754Z||pool-120-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:24:03.599Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:24:03.608Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-16T07:24:03.609Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 22982a53-052b-4441-8cad-bccb46edfb67, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T07:24:03.609Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-16T07:24:03.610Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T07:24:03.610Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T07:24:04.142Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5331501858218283700/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-07-16T07:24:06.849Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T07:24:06.850Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T07:24:06.850Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-16T07:24:06.850Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-16T07:24:06.850Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:06.850Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:06.851Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:06.851Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:06.851Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:06.851Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:06.851Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:06.851Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:06.851Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:06.852Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-16T07:24:06.852Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.852Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:06.852Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T07:24:06.853Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T07:24:06.853Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:24:06.853Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.853Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:06.854Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T07:24:06.854Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-16T07:24:06.854Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:24:06.854Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.854Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:06.855Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.855Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-16T07:24:06.855Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-16T07:24:06.855Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-16T07:24:06.855Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-16T07:24:06.856Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-16T07:24:06.856Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T07:24:06.856Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.856Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T07:24:06.856Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.857Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T07:24:06.857Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:24:06.857Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.857Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T07:24:06.858Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:24:06.858Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.869Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T07:24:06.869Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:24:06.869Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.870Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-16T07:24:06.870Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-16T07:24:06.870Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-16T07:24:06.870Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aa2b619c-f16c-4763-b42a-6c5a3b8aebeb
2022-07-16T07:24:06.870Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.871Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:06.871Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.871Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:06.871Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.872Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:06.872Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:06.872Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:06.872Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:bf5900af-1d8a-46cd-a921-ec1fac1188fa
Model Version:NULL
Model InvariantUuid:b136217b-ffed-4891-865d-20667eb52d18
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:2827a683-1bf7-49cf-b118-e58fe4c4ea28
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:88b5e5c4-3d57-4c5b-972c-195476b05d9b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:22a8dae9-c5ab-4325-93bc-d6faf793652b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8b8d0c6f-d43f-4765-bf7e-4244f6ee015b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b6169831-c212-4509-accc-afad5eb9097f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa2b619c-f16c-4763-b42a-6c5a3b8aebeb
ModelInvariantUuid:4c5c7c53-d790-4b1b-8447-ab1a24d419b9
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:f5ca9084-0dec-4a07-8a2c-958dad31f333
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a1c0b23a-65a3-47ce-a517-a2f5d242c321
ModelInvariantUuid:30baa1ef-b7fd-4e30-915b-1e0fd08d21fa
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d71786b2-6fb6-44be-be80-46e48de34a10
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-07-16T07:24:06.889Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d4078ffb-d231-4aeb-a4a1-67d4c1dab382
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-07-16T07:24:06.895Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-07-16T07:24:06.895Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4078ffb-d231-4aeb-a4a1-67d4c1dab382
2022-07-16T07:24:06.895Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3de4883b-f2c8-459e-ac78-6ede78d4a5f7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-16T07:24:06.895Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T07:24:06.895Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:07.041Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T07:24:07.042Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3de4883b-f2c8-459e-ac78-6ede78d4a5f7 792
2022-07-16T07:24:07.042Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:07.042Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:07.043Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:24:07.044Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:24:07.046Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:24:07.047Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956247042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:24:07.146Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T07:24:07.147Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:24:07.148Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:24:07.170Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:24:07.171Z||pool-121-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:24:08.047Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8b8d0c6f-d43f-4765-bf7e-4244f6ee015b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6169831-c212-4509-accc-afad5eb9097f",
    "vfModuleModelCustomizationUUID": "38720f0e-d8b4-4465-9e38-d926857ba96f",
    "isBase": true,
    "artifacts": [
      "ee2c0358-2708-492c-8057-a483fb9ed4b7",
      "03b6a2bc-4276-4eea-95db-a8c42f32d0e3"
    ],
    "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-07-16T07:24:08.055Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6169831-c212-4509-accc-afad5eb9097f
VfModuleModelInvariantUUID:8b8d0c6f-d43f-4765-bf7e-4244f6ee015b
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee2c0358-2708-492c-8057-a483fb9ed4b7
,
03b6a2bc-4276-4eea-95db-a8c42f32d0e3

}
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-07-16T07:24:08.058Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8b8d0c6f-d43f-4765-bf7e-4244f6ee015b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b6169831-c212-4509-accc-afad5eb9097f",
    "vfModuleModelCustomizationUUID": "38720f0e-d8b4-4465-9e38-d926857ba96f",
    "isBase": true,
    "artifacts": [
      "ee2c0358-2708-492c-8057-a483fb9ed4b7",
      "03b6a2bc-4276-4eea-95db-a8c42f32d0e3"
    ],
    "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-07-16T07:24:08.059Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6169831-c212-4509-accc-afad5eb9097f
VfModuleModelInvariantUUID:8b8d0c6f-d43f-4765-bf7e-4244f6ee015b
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee2c0358-2708-492c-8057-a483fb9ed4b7
,
03b6a2bc-4276-4eea-95db-a8c42f32d0e3

}
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-07-16T07:24:08.059Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ee2c0358-2708-492c-8057-a483fb9ed4b7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-16T07:24:08.059Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T07:24:08.059Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:08.265Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T07:24:08.265Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ee2c0358-2708-492c-8057-a483fb9ed4b7 5033
2022-07-16T07:24:08.266Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:08.266Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:08.266Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:24:08.267Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:24:08.269Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:24:08.270Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956248266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:24:08.371Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:24:08.372Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:24:08.373Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:24:08.398Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:24:08.398Z||pool-122-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:24:09.270Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03b6a2bc-4276-4eea-95db-a8c42f32d0e3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-16T07:24:09.270Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-16T07:24:09.271Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:09.417Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-16T07:24:09.421Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 03b6a2bc-4276-4eea-95db-a8c42f32d0e3 903
2022-07-16T07:24:09.425Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:09.425Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:09.429Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:24:09.434Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:24:09.451Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:24:09.451Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956249425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:24:09.551Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T07:24:09.553Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:24:09.553Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:24:09.572Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:24:09.572Z||pool-123-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:24:10.453Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: bf5900af-1d8a-46cd-a921-ec1fac1188fa
2022-07-16T07:24:10.455Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d4078ffb-d231-4aeb-a4a1-67d4c1dab382 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-07-16T07:24:10.496Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b964882, org.onap.sdc.toscaparser.api.parameters.Input@777c6e84, org.onap.sdc.toscaparser.api.parameters.Input@7e1554d8, org.onap.sdc.toscaparser.api.parameters.Input@79f387ee, org.onap.sdc.toscaparser.api.parameters.Input@10c8120a]
2022-07-16T07:24:10.501Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.502Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:10.503Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-16T07:24:10.503Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 22a8dae9-c5ab-4325-93bc-d6faf793652b
2022-07-16T07:24:10.504Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22a8dae9-c5ab-4325-93bc-d6faf793652b matches Tosca VF Customization UUID: 22a8dae9-c5ab-4325-93bc-d6faf793652b
2022-07-16T07:24:10.504Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 22a8dae9-c5ab-4325-93bc-d6faf793652b  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-07-16T07:24:10.510Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.512Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:10.520Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 22a8dae9-c5ab-4325-93bc-d6faf793652b: {\"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-07-16T07:24:10.521Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@359a5000
2022-07-16T07:24:10.522Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.522Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T07:24:10.523Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 38720f0e-d8b4-4465-9e38-d926857ba96f
2022-07-16T07:24:10.524Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 38720f0e-d8b4-4465-9e38-d926857ba96f
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-07-16T07:24:10.538Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.540Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T07:24:10.541Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:24:10.542Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.547Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T07:24:10.547Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:24:10.547Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.548Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-16T07:24:10.548Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-16T07:24:10.548Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-16T07:24:10.548Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aa2b619c-f16c-4763-b42a-6c5a3b8aebeb
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-07-16T07:24:10.551Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.552Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T07:24:10.552Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T07:24:10.553Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.553Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-16T07:24:10.553Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=22a8dae9-c5ab-4325-93bc-d6faf793652b
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-07-16T07:24:10.556Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.556Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:10.557Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid bf5900af-1d8a-46cd-a921-ec1fac1188fa: basic_vm_macro
2022-07-16T07:24:10.557Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.557Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:10.557Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.557Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:10.558Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.558Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:10.558Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.558Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:10.558Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:24:10.558Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:24:10.559Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:10.868Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d4078ffb-d231-4aeb-a4a1-67d4c1dab382 1 ASDC deployResourceStructure
2022-07-16T07:24:10.868Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:10.868Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:10.868Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:24:10.868Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:24:10.875Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:24:10.875Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956250868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T07:24:10.971Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-16T07:24:10.972Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:24:10.973Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:24:10.993Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:24:10.993Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:24:11.878Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:11.879Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:11.879Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:24:11.879Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:24:11.882Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:24:11.882Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956251878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T07:24:11.999Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2022-07-16T07:24:12.000Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:24:12.000Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:24:12.021Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:24:12.021Z||pool-125-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:24:12.887Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:12.887Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:12.888Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:24:12.888Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:24:12.892Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:24:12.892Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956252887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-16T07:24:12.992Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:24:12.994Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:24:12.994Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:24:13.028Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:24:13.029Z||pool-126-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:24:13.894Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-16T07:24:13.894Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-16T07:24:13.894Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:24:13.894Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:24:13.897Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:24:13.897Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956253894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:24:13.997Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:24:13.999Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:24:14.000Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:24:14.023Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:24:14.023Z||pool-127-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:24:14.898Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93545ba4-ab0e-4682-a665-f3e0a55246ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:24:14.934Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93545ba4-ab0e-4682-a665-f3e0a55246ad
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-07-16T07:24:14.942Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:24:14.942Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:24:14.942Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T07:24:14.942Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T07:24:14.942Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:24:14.942Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:24:14.942Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:24:14.942Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:24:14.942Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:24:14.942Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:24:14.942Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:14.951Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T07:24:44.955Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93545ba4-ab0e-4682-a665-f3e0a55246ad 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-07-16T07:24:45.007Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93545ba4-ab0e-4682-a665-f3e0a55246ad and serviceModelVersionId: bf5900af-1d8a-46cd-a921-ec1fac1188fa
2022-07-16T07:24:45.010Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b136217b-ffed-4891-865d-20667eb52d18
2022-07-16T07:24:45.018Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b136217b-ffed-4891-865d-20667eb52d18/model-vers/model-ver/bf5900af-1d8a-46cd-a921-ec1fac1188fa?depth=0
2022-07-16T07:24:45.042Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T07:24:45.173Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b136217b-ffed-4891-865d-20667eb52d18/model-vers/model-ver/bf5900af-1d8a-46cd-a921-ec1fac1188fa?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-07-16T07:24:45.174Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b136217b-ffed-4891-865d-20667eb52d18/model-vers/model-ver/bf5900af-1d8a-46cd-a921-ec1fac1188fa?depth=0|INFO|500||Invoke
2022-07-16T07:24:45.332Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b136217b-ffed-4891-865d-20667eb52d18/model-vers/model-ver/bf5900af-1d8a-46cd-a921-ec1fac1188fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T07:24:45.498Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b136217b-ffed-4891-865d-20667eb52d18/model-vers/model-ver/bf5900af-1d8a-46cd-a921-ec1fac1188fa?depth=0|INFO|500||InvokeReturn
2022-07-16T07:24:45.500Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b136217b-ffed-4891-865d-20667eb52d18/model-vers/model-ver/bf5900af-1d8a-46cd-a921-ec1fac1188fa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220716-07:24:45:900-35454], vertex-id=[254128], Content-Length=[0], Date=[Sat, 16 Jul 2022 07:24:45 GMT], Content-Type=[application/json]}
2022-07-16T07:24:45.503Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-07-16T07:24:45.507Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T07:24:45.507Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:45.536Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||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-07-16T07:24:45.537Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93545ba4-ab0e-4682-a665-f3e0a55246ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T07:24:45.537Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T07:24:45.538Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:24:45.543Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:24:45.543Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956285537,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:24:45.650Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-16T07:24:45.651Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:24:45.651Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:24:45.732Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:24:45.733Z||pool-128-thread-1|||||INFO|500||cambria reply ok (82 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-07-16T07:24:46.589Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:24:46.590Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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-07-16T07:24:46.590Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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 domtawzly8X4mXCY) ...
2022-07-16T07:24:52.308Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:24:52.311Z||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-07-16T07:24:52.315Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:24:53.024Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:24:53.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:24:53.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:24:53.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-16T07:24:53.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:24:53.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:24:53.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:24:53.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:24:53.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:24:53.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-16T07:24:53.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:24:53.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:24:53.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:24:53.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:24:53.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:24:53.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657955992301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:24:53.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:24:53.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956242559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:24:53.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:24:53.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956247042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:24:53.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:24:53.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956248266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:24:53.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:24:53.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956249425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:24:53.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:24:53.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956250868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-16T07:24:53.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:24:53.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956251878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T07:24:53.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:24:53.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956252887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-16T07:24:53.043Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:24:53.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956253894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:24:53.043Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:24:53.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:24:53.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93545ba4-ab0e-4682-a665-f3e0a55246ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956285537,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:24:53.043Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:24:57.068Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:24:57.069Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:24:57.077Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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-07-16T07:24:57.077Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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 domtawzly8X4mXCY) ...
2022-07-16T07:25:06.681Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:06.690Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:25:06.690Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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-07-16T07:25:06.690Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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 domtawzly8X4mXCY) ...
2022-07-16T07:25:16.285Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:16.288Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:25:16.289Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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-07-16T07:25:16.290Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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 domtawzly8X4mXCY) ...
2022-07-16T07:25:25.917Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:25.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:25:25.921Z||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-07-16T07:25:25.921Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:25:35.531Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:52.303Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:25:52.304Z||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-07-16T07:25:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:25:52.307Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:25:52.307Z||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-07-16T07:25:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:25:52.507Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:52.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "cds",
  "timestamp": 1657956339572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "aai-ml",
  "timestamp": 1657956340615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "policy-id",
  "timestamp": 1657956344229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "cds",
  "timestamp": 1657956339572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "aai-ml",
  "timestamp": 1657956340615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "policy-id",
  "timestamp": 1657956344229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "cds",
  "timestamp": 1657956339572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "aai-ml",
  "timestamp": 1657956340615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956349368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956350165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "policy-id",
  "timestamp": 1657956344229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "cds",
  "timestamp": 1657956339572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "aai-ml",
  "timestamp": 1657956340615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956349368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "policy-id",
  "timestamp": 1657956344229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956350165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "clamp",
  "timestamp": 1657956350980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "cds",
  "timestamp": 1657956339572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "aai-ml",
  "timestamp": 1657956340615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956349368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "policy-id",
  "timestamp": 1657956344229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:52.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T07:25:52.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956350165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:52.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:25:53.000Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:53.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:25:53.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"215ef116-bfbe-422a-ab04-45508d150b40","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"acd9dbe2-10e2-4f26-9955-22fb89a9357b","serviceDescription":"service","serviceInvariantUUID":"571aa3fb-5d4b-4c98-a39b-70160c7f090b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a0d7c1b-eb43-40e3-ba83-0101a3d73bb5","resourceInvariantUUID":"557e872a-bc78-4f98-a501-106142855399","resourceCustomizationUUID":"0a3112b3-5443-4a96-a09a-bce159adf67a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDRlMDc1ZjgzNDg0MGIxZWVhMWYzZGU0MmY3YWY1OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"75ea166e-cfd9-4f3c-a7d6-7979a3472d9f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14039cf8-5419-4f90-9c9b-b1c2b220d8d7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8333b0f3-8fa1-49ce-becf-d56bd528a736","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NGEyNGY4NzVjNDY4ZjhmODg5ZjkyYjE0MmQ2ZjllMjU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1c787e21-9f60-4022-a139-de3c883b4d64","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44ba1a37-e64d-491b-b932-cddcd94f97ec","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f006e43-e8de-478f-8ee6-b08232120138","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b06903e-da5e-430f-9658-60e4cde1aecb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MzMxYmVmOTg0NGRlMjM4ZTQ0MmM2ZWRkNzY5YmEyNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90595398-712b-4890-b2df-01c2707a31c1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTAwMWMwMmZlOTM2YWUwMTIwNTUyMTdhNjlkZWQ0Mzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a6cbed1-40e4-4b85-9c3e-b37e2cd99b6f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T07:25:53.005Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:25:53.020Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:25:53.022Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:25:53.022Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:53.128Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-16T07:25:53.129Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:25:53.129Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:25:53.243Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:53.243Z||pool-129-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:25:54.035Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:25:54.035Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:25:54.039Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:25:54.039Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:54.142Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-16T07:25:54.143Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:25:54.145Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:25:54.190Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:54.198Z||pool-130-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:25:55.064Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:25:55.064Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:25:55.089Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:25:55.089Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:55.213Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 124 ms
2022-07-16T07:25:55.214Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:25:55.214Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:25:55.281Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:55.295Z||pool-131-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:25:56.091Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:25:56.100Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:25:56.107Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:25:56.107Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:56.211Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-16T07:25:56.212Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:25:56.212Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:25:56.292Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:56.294Z||pool-132-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:25:57.108Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:25:57.108Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:25:57.123Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:25:57.124Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:57.217Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-16T07:25:57.218Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:25:57.218Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:25:57.248Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:57.253Z||pool-133-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:25:58.129Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:25:58.129Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:25:58.139Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:25:58.140Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:58.246Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T07:25:58.247Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:25:58.247Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:25:58.295Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:58.296Z||pool-134-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:25:59.149Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:25:59.150Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:25:59.162Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:25:59.162Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:25:59.270Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-16T07:25:59.272Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:25:59.285Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:25:59.324Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:25:59.326Z||pool-135-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:26:00.164Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:26:00.166Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:26:00.215Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:26:00.219Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:26:00.321Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:26:00.326Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:26:00.331Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:26:00.437Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:26:00.445Z||pool-136-thread-1|||||INFO|500||cambria reply ok (122 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:26:01.237Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:26:01.252Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:26:01.289Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:26:01.291Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:26:01.393Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:26:01.411Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:26:01.412Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:26:01.464Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:26:01.466Z||pool-137-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:26:02.313Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "acd9dbe2-10e2-4f26-9955-22fb89a9357b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "571aa3fb-5d4b-4c98-a39b-70160c7f090b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0a3112b3-5443-4a96-a09a-bce159adf67a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a0d7c1b-eb43-40e3-ba83-0101a3d73bb5",
      "resourceInvariantUUID": "557e872a-bc78-4f98-a501-106142855399",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YTAwMWMwMmZlOTM2YWUwMTIwNTUyMTdhNjlkZWQ0Mzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a6cbed1-40e4-4b85-9c3e-b37e2cd99b6f"
    }
  ],
  "workloadContext": "Production"
}
2022-07-16T07:26:02.313Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T07:26:02.313Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 acd9dbe2-10e2-4f26-9955-22fb89a9357b ASDC
2022-07-16T07:26:02.313Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:215ef116-bfbe-422a-ab04-45508d150b40
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:acd9dbe2-10e2-4f26-9955-22fb89a9357b
ServiceInvariantUUID:571aa3fb-5d4b-4c98-a39b-70160c7f090b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:3a6cbed1-40e4-4b85-9c3e-b37e2cd99b6f
ArtifactChecksum:YTAwMWMwMmZlOTM2YWUwMTIwNTUyMTdhNjlkZWQ0Mzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0a3112b3-5443-4a96-a09a-bce159adf67a
ResourceInvariantUUID:557e872a-bc78-4f98-a501-106142855399
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:2a0d7c1b-eb43-40e3-ba83-0101a3d73bb5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-16T07:26:02.313Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF acd9dbe2-10e2-4f26-9955-22fb89a9357b 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-07-16T07:26:02.480Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:26:02.483Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-16T07:26:02.487Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-16T07:26:02.487Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3a6cbed1-40e4-4b85-9c3e-b37e2cd99b6f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-16T07:26:02.488Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-16T07:26:02.488Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-16T07:26:03.052Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-16T07:26:03.073Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3a6cbed1-40e4-4b85-9c3e-b37e2cd99b6f 109695
2022-07-16T07:26:03.073Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-16T07:26:03.073Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-16T07:26:03.073Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:26:03.075Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:26:03.089Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:26:03.089Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956363073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:26:03.189Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:26:03.190Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:26:03.190Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:26:03.213Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:26:03.213Z||pool-138-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:26:04.089Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:26:04.090Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-16T07:26:04.091Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3a6cbed1-40e4-4b85-9c3e-b37e2cd99b6f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T07:26:04.091Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-16T07:26:04.092Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T07:26:04.092Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T07:26:04.361Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13604509090447034566/Definitions/service-TestPnfMacro-template.yml
2022-07-16T07:26:06.025Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T07:26:06.025Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-16T07:26:06.026Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T07:26:06.026Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-16T07:26:06.026Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T07:26:06.026Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T07:26:06.026Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T07:26:06.026Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T07:26:06.026Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T07:26:06.026Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T07:26:06.027Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-16T07:26:06.027Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-16T07:26:06.027Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:26:06.027Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:26:06.031Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-16T07:26:06.031Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-16T07:26:06.032Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:26:06.032Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:26:06.033Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:26:06.033Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-16T07:26:06.034Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-16T07:26:06.034Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:26:06.034Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:26:06.035Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:26:06.035Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:26:06.035Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:26:06.036Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:26:06.037Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:26:06.038Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:26:06.039Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:26:06.040Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:26:06.040Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:26:06.041Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:acd9dbe2-10e2-4f26-9955-22fb89a9357b
Model Version:NULL
Model InvariantUuid:571aa3fb-5d4b-4c98-a39b-70160c7f090b
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-07-16T07:26:06.054Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2a0d7c1b-eb43-40e3-ba83-0101a3d73bb5
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-07-16T07:26:06.058Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-07-16T07:26:06.058Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2a0d7c1b-eb43-40e3-ba83-0101a3d73bb5
2022-07-16T07:26:06.059Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||No resources found for Service: acd9dbe2-10e2-4f26-9955-22fb89a9357b
2022-07-16T07:26:06.059Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: acd9dbe2-10e2-4f26-9955-22fb89a9357b
2022-07-16T07:26:06.059Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 2a0d7c1b-eb43-40e3-ba83-0101a3d73bb5 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-07-16T07:26:06.065Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26ce4632, org.onap.sdc.toscaparser.api.parameters.Input@b9808c3, org.onap.sdc.toscaparser.api.parameters.Input@7a642b8c, org.onap.sdc.toscaparser.api.parameters.Input@70e1d8ba, org.onap.sdc.toscaparser.api.parameters.Input@244aef42]
2022-07-16T07:26:06.066Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:26:06.066Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:26:06.067Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid acd9dbe2-10e2-4f26-9955-22fb89a9357b: test-pnf
2022-07-16T07:26:06.067Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||Processing PNF resource: 2a0d7c1b-eb43-40e3-ba83-0101a3d73bb5
2022-07-16T07:26:06.067Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-16T07:26:06.068Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:26:06.068Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||Resource customization UUID: 0a3112b3-5443-4a96-a09a-bce159adf67a is the same as notified resource customizationUUID: 0a3112b3-5443-4a96-a09a-bce159adf67a
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-07-16T07:26:06.136Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 2a0d7c1b-eb43-40e3-ba83-0101a3d73bb5 0 ASDC deployResourceStructure
2022-07-16T07:26:06.138Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-16T07:26:06.143Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-16T07:26:06.144Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:26:06.146Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:26:06.159Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:26:06.159Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956366138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:26:06.260Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:26:06.262Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:26:06.262Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:26:06.294Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:26:06.295Z||pool-139-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:26:07.160Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:26:07.180Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
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-07-16T07:26:07.183Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:26:07.184Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:26:07.184Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:26:37.191Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:26:37.263Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
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-07-16T07:26:37.279Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:26:37.280Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:26:37.281Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:26:52.308Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:26:52.313Z||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-07-16T07:26:52.314Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:26:52.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:26:52.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-16T07:26:52.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "clamp",
  "timestamp": 1657956350980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:26:52.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:27:07.282Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:27:07.315Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
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-07-16T07:27:07.321Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:27:07.322Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:27:07.322Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:27:37.327Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:27:37.490Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
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-07-16T07:27:37.513Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:27:37.516Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:27:37.517Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:27:52.308Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:27:52.314Z||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-07-16T07:27:52.314Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:27:52.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:27:52.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T07:27:52.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "cds",
  "timestamp": 1657956339572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:27:52.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:07.520Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:28:07.568Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
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-07-16T07:28:07.585Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:28:07.586Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:28:07.586Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:28:37.587Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:28:37.607Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
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-07-16T07:28:37.610Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:28:37.611Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:28:37.611Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:28:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:28:52.307Z||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-07-16T07:28:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:28:52.867Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:28:52.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "aai-ml",
  "timestamp": 1657956340615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956349368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "policy-id",
  "timestamp": 1657956344229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956350165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657956352979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "clamp",
  "timestamp": 1657956350980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "cds",
  "timestamp": 1657956339572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956349368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "aai-ml",
  "timestamp": 1657956340615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "policy-id",
  "timestamp": 1657956344229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956350165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657956352979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "clamp",
  "timestamp": 1657956350980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "cds",
  "timestamp": 1657956339572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "aai-ml",
  "timestamp": 1657956340615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956349368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "policy-id",
  "timestamp": 1657956344229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956350165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657956352979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "clamp",
  "timestamp": 1657956350980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "cds",
  "timestamp": 1657956339572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:28:52.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956349368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "aai-ml",
  "timestamp": 1657956340615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:28:52.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "policy-id",
  "timestamp": 1657956344229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:28:52.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956350165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657956352979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "clamp",
  "timestamp": 1657956350980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956349368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956350165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657956352979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "clamp",
  "timestamp": 1657956350980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "cds",
  "timestamp": 1657956357286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:28:52.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:52.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "aai-ml",
  "timestamp": 1657956358475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:28:52.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:52.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "policy-id",
  "timestamp": 1657956357384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:28:52.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:52.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657956349368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:28:52.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956350165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:28:52.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657956352979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "clamp",
  "timestamp": 1657956350980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "policy-id",
  "timestamp": 1657956358396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:28:52.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:52.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "cds",
  "timestamp": 1657956358512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T07:28:52.962Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 215ef116-bfbe-422a-ab04-45508d150b40
2022-07-16T07:28:52.963Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 215ef116-bfbe-422a-ab04-45508d150b40 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-07-16T07:28:52.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657956352979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-16T07:28:52.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956360311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:28:52.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:52.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "clamp",
  "timestamp": 1657956350980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:28:52.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "policy-id",
  "timestamp": 1657956359417,
  "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-07-16T07:28:52.987Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 215ef116-bfbe-422a-ab04-45508d150b40
2022-07-16T07:28:52.987Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 215ef116-bfbe-422a-ab04-45508d150b40 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-07-16T07:28:52.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657956352979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657956352979,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-16T07:28:52.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:52.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956352303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-16T07:28:52.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-16T07:28:52.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:53.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956363171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:28:53.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:53.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:53.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657956362949,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:28:53.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:53.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:53.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956363073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:28:53.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:53.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:53.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657956364178,
  "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-07-16T07:28:53.014Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 215ef116-bfbe-422a-ab04-45508d150b40
2022-07-16T07:28:53.015Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 215ef116-bfbe-422a-ab04-45508d150b40 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-07-16T07:28:53.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:53.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657956363997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-16T07:28:53.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:53.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:53.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "aai-ml",
  "timestamp": 1657956364687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:28:53.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:53.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:53.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657956365008,
  "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-07-16T07:28:53.038Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 215ef116-bfbe-422a-ab04-45508d150b40
2022-07-16T07:28:53.039Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 215ef116-bfbe-422a-ab04-45508d150b40 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-07-16T07:28:53.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:53.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "aai-ml",
  "timestamp": 1657956365694,
  "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-07-16T07:28:53.054Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 215ef116-bfbe-422a-ab04-45508d150b40
2022-07-16T07:28:53.054Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 215ef116-bfbe-422a-ab04-45508d150b40 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-07-16T07:28:53.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:53.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956366138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:28:53.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:53.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:53.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "clamp",
  "timestamp": 1657956367630,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-16T07:28:53.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:53.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:53.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "clamp",
  "timestamp": 1657956368653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-16T07:28:53.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:28:53.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:28:53.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "clamp",
  "timestamp": 1657956369656,
  "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-07-16T07:28:53.070Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 215ef116-bfbe-422a-ab04-45508d150b40
2022-07-16T07:28:53.070Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 215ef116-bfbe-422a-ab04-45508d150b40 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-07-16T07:29:07.612Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-16T07:29:07.626Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40
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-07-16T07:29:07.630Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:29:07.630Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:29:07.631Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T07:29:07.631Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T07:29:07.631Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:29:07.631Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:29:07.632Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:29:07.632Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:29:07.632Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:29:07.632Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:29:07.633Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-16T07:29:07.633Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T07:29:07.639Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T07:29:37.640Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 215ef116-bfbe-422a-ab04-45508d150b40 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-07-16T07:29:37.647Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 215ef116-bfbe-422a-ab04-45508d150b40 and serviceModelVersionId: acd9dbe2-10e2-4f26-9955-22fb89a9357b
2022-07-16T07:29:37.648Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 571aa3fb-5d4b-4c98-a39b-70160c7f090b
2022-07-16T07:29:37.649Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/571aa3fb-5d4b-4c98-a39b-70160c7f090b/model-vers/model-ver/acd9dbe2-10e2-4f26-9955-22fb89a9357b?depth=0
2022-07-16T07:29:37.663Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T07:29:37.764Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/571aa3fb-5d4b-4c98-a39b-70160c7f090b/model-vers/model-ver/acd9dbe2-10e2-4f26-9955-22fb89a9357b?depth=0|INFO|500||Invoke
2022-07-16T07:29:37.765Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/571aa3fb-5d4b-4c98-a39b-70160c7f090b/model-vers/model-ver/acd9dbe2-10e2-4f26-9955-22fb89a9357b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/571aa3fb-5d4b-4c98-a39b-70160c7f090b/model-vers/model-ver/acd9dbe2-10e2-4f26-9955-22fb89a9357b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[215ef116-bfbe-422a-ab04-45508d150b40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a0fffd5-2231-4c38-972a-f7bfa2fe5fd8], X-ECOMP-RequestID=[215ef116-bfbe-422a-ab04-45508d150b40], X-TransactionId=[], X-ONAP-RequestID=[215ef116-bfbe-422a-ab04-45508d150b40], Content-Type=[application/merge-patch+json]}
2022-07-16T07:29:37.825Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/571aa3fb-5d4b-4c98-a39b-70160c7f090b/model-vers/model-ver/acd9dbe2-10e2-4f26-9955-22fb89a9357b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-16T07:29:38.000Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/571aa3fb-5d4b-4c98-a39b-70160c7f090b/model-vers/model-ver/acd9dbe2-10e2-4f26-9955-22fb89a9357b?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/571aa3fb-5d4b-4c98-a39b-70160c7f090b/model-vers/model-ver/acd9dbe2-10e2-4f26-9955-22fb89a9357b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220716-07:29:38:367-24956], vertex-id=[253960], Content-Length=[0], Date=[Sat, 16 Jul 2022 07:29:38 GMT], Content-Type=[application/json]}
2022-07-16T07:29:38.000Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/571aa3fb-5d4b-4c98-a39b-70160c7f090b/model-vers/model-ver/acd9dbe2-10e2-4f26-9955-22fb89a9357b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T07:29:38.001Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/571aa3fb-5d4b-4c98-a39b-70160c7f090b/model-vers/model-ver/acd9dbe2-10e2-4f26-9955-22fb89a9357b?depth=0|INFO|500||InvokeReturn
2022-07-16T07:29:38.001Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T07:29:38.001Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T07:29:38.010Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-16T07:29:38.012Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 215ef116-bfbe-422a-ab04-45508d150b40 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T07:29:38.013Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T07:29:38.013Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:29:38.021Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:29:38.021Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956578012,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:29:38.117Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-16T07:29:38.119Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-16T07:29:38.119Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:29:38.154Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:29:38.155Z||pool-140-thread-1|||||INFO|500||cambria reply ok (37 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-07-16T07:29:39.035Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:29:39.037Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:29:39.038Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:29:49.417Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:29:49.418Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:29:49.419Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:29:49.419Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:29:52.306Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:29:52.307Z||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-07-16T07:29:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:29:52.971Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:29:52.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:29:52.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "215ef116-bfbe-422a-ab04-45508d150b40",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657956578012,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:29:52.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:29:58.997Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:29:58.999Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:29:59.000Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:29:59.000Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:30:08.570Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:30:08.571Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:30:08.571Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:30:08.572Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:30:18.170Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:30:52.301Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:30:52.302Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:30:52.302Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:30:52.307Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:30:52.309Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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-07-16T07:30:52.309Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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 domtawzly8X4mXCY) ...
2022-07-16T07:31:01.918Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:31:01.920Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:31:52.301Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:31:52.302Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:31:52.302Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:31:52.306Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:31:52.307Z||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-07-16T07:31:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:32:01.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:32:01.948Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:32:52.301Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:32:52.302Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:32:52.302Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:32:52.306Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:32:52.307Z||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-07-16T07:32:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:33:01.882Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:33:01.885Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:33:52.302Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:33:52.303Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:33:52.304Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:33:52.307Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:33:52.309Z||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-07-16T07:33:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:34:01.925Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:34:01.963Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:34:52.301Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:34:52.302Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:34:52.302Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:34:52.307Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:34:52.309Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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-07-16T07:34:52.315Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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 domtawzly8X4mXCY) ...
2022-07-16T07:35:01.938Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:35:01.967Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:35:52.303Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:35:52.305Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:35:52.305Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:35:52.306Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:35:52.307Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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-07-16T07:35:52.307Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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 domtawzly8X4mXCY) ...
2022-07-16T07:36:01.917Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:36:01.923Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:36:52.302Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:36:52.305Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:36:52.305Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:36:52.307Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:36:52.308Z||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-07-16T07:36:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:37:01.946Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:37:01.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:37:52.301Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:37:52.302Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:37:52.302Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:37:52.306Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:37:52.307Z||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-07-16T07:37:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:38:01.889Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:38:01.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:38:52.301Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:38:52.304Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:38:52.305Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:38:52.313Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:38:52.318Z||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-07-16T07:38:52.319Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:39:01.962Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:39:01.972Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:39:52.303Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:39:52.304Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:39:52.304Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:39:52.308Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:39:52.309Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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-07-16T07:39:52.309Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|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 domtawzly8X4mXCY) ...
2022-07-16T07:40:01.912Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:40:01.915Z|93545ba4-ab0e-4682-a665-f3e0a55246ad|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:40:52.301Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:40:52.303Z|215ef116-bfbe-422a-ab04-45508d150b40|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-07-16T07:40:52.303Z|215ef116-bfbe-422a-ab04-45508d150b40|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 domtawzly8X4mXCY) ...
2022-07-16T07:40:52.306Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:40:52.307Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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-07-16T07:40:52.307Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|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 domtawzly8X4mXCY) ...
2022-07-16T07:41:01.922Z|215ef116-bfbe-422a-ab04-45508d150b40|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-16T07:41:01.994Z|0ed17ca8-4f10-41e9-9710-b4ea527f42ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK