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-05-21T05:04:27.033Z||main|||||INFO|500||The following profiles are active: basic
2022-05-21T05:04:35.037Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-21T05:04:35.038Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-21T05:04:35.151Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-21T05:04:38.028Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-21T05:04:38.367Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-21T05:04:38.698Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-21T05:04:38.734Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-21T05:04:38.813Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-21T05:04:39.003Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-21T05:04:39.473Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-21T05:04:40.858Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-21T05:04:42.353Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-21T05:04:42.394Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-21T05:04:42.875Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-21T05:04:43.002Z||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-05-21T05:04:43.593Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-21T05:04:44.332Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-21T05:04:44.349Z||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-05-21T05:04:44.349Z||main|||||WARN|500||The sdc end point is not alive
2022-05-21T05:04:46.402Z||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-05-21T05:04:48.377Z||main|||||WARN|500||---
2022-05-21T05:04:48.378Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-21T05:04:48.378Z||main|||||WARN|500||---
2022-05-21T05:04:48.694Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-21T05:04:52.678Z||main|||||INFO|500||Started Application in 27.769 seconds (JVM running for 29.274)
2022-05-21T05:04:52.690Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-21T05:04:52.692Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-21T05:04:52.703Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-21T05:04:52.721Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-21T05:04:52.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7074d132-af26-4e2a-be36-814946e976aa url= /sdc/v1/artifactTypes
2022-05-21T05:04:52.761Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-21T05:04:52.981Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-21T05:04:53.005Z||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-05-21T05:04:53.026Z||scheduling-1|||||DEBUG|500||create keys
2022-05-21T05:04:53.034Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-21T05:04:53.080Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:04:53.121Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5c4543e3-623c-4f4a-bb66-d7e89558c73e url= /sdc/v1/registerForDistribution
2022-05-21T05:04:53.485Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5c4543e3-623c-4f4a-bb66-d7e89558c73e url= /sdc/v1/registerForDistribution
2022-05-21T05:04:53.487Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-21T05:04:53.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:04:53.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:04:53.515Z||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-05-21T05:04:53.515Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:04:53.515Z||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-05-21T05:04:53.516Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:04:53.517Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-21T05:05:03.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:05:03.849Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:05:53.495Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:05:53.497Z||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-05-21T05:05:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:05:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:05:53.499Z||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-05-21T05:05:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:06:03.050Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:06:03.054Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:06:53.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:06:53.497Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:06:53.497Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:06:53.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:06:53.501Z||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-05-21T05:06:53.501Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:07:03.057Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:07:03.077Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:07:53.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:07:53.497Z||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-05-21T05:07:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:07:53.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:07:53.498Z||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-05-21T05:07:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:08:03.050Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:08:03.054Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:08:53.496Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:08:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:08:53.499Z||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-05-21T05:08:53.499Z||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-05-21T05:08:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:08:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:09:03.053Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:09:03.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:09:53.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:09:53.497Z||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-05-21T05:09:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:09:53.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:09:53.499Z||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-05-21T05:09:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:10:03.050Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:10:03.050Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:10:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:10:53.496Z||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-05-21T05:10:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:10:53.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:10:53.499Z||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-05-21T05:10:53.500Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:11:03.047Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:11:03.047Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:11:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:11:53.497Z||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-05-21T05:11:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:11:53.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:11:53.499Z||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-05-21T05:11:53.500Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:12:03.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:12:03.068Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:12:53.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:12:53.497Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:12:53.498Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:12:53.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:12:53.498Z||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-05-21T05:12:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:13:03.054Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:13:03.057Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:13:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:13:53.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:13:53.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:13:53.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:13:53.499Z||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-05-21T05:13:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:14:03.058Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:14:03.058Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:14:45.070Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-21T05:14:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:14:53.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:14:53.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:14:53.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:14:53.498Z||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-05-21T05:14:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:15:03.049Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:15:03.055Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:15:53.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:15:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:15:53.499Z||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-05-21T05:15:53.499Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:15:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:15:53.499Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:16:03.054Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:16:03.055Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:16:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:16:53.497Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:16:53.497Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:16:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:16:53.499Z||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-05-21T05:16:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:17:03.061Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:17:03.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:17:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:17:53.497Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:17:53.497Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:17:53.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:17:53.498Z||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-05-21T05:17:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:18:03.043Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:18:03.045Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:18:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:18:53.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:18:53.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:18:53.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:18:53.499Z||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-05-21T05:18:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:19:03.056Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:19:03.057Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:19:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:19:53.497Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:19:53.497Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:19:53.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:19:53.498Z||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-05-21T05:19:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:20:03.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:20:03.084Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:20:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:20:53.497Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:20:53.497Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:20:53.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:20:53.498Z||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-05-21T05:20:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:21:03.049Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:21:03.051Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:21:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:21:53.497Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:21:53.497Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:21:53.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:21:53.499Z||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-05-21T05:21:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:22:03.058Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:22:03.061Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:22:53.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:22:53.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:22:53.499Z||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-05-21T05:22:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:22:53.499Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:22:53.500Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:23:03.044Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:23:03.048Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:23:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:23:53.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:23:53.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:23:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:23:53.499Z||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-05-21T05:23:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:24:03.042Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:24:03.042Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:24:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:24:53.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:24:53.497Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:24:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:24:53.498Z||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-05-21T05:24:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:25:03.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:25:03.059Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:25:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:25:53.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:25:53.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:25:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:25:53.498Z||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-05-21T05:25:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:26:03.048Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:26:03.048Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:26:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:26:53.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:26:53.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:26:53.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:26:53.498Z||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-05-21T05:26:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:27:03.046Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:27:03.047Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:27:53.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:27:53.497Z||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-05-21T05:27:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:27:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:27:53.499Z||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-05-21T05:27:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:28:03.043Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:28:03.043Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:28:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:28:53.496Z||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-05-21T05:28:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:28:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:28:53.498Z||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-05-21T05:28:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:29:03.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:29:03.041Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:29:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:29:53.496Z||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-05-21T05:29:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:29:53.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:29:53.498Z||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-05-21T05:29:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:30:03.040Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:30:03.046Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:30:53.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:30:53.497Z||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-05-21T05:30:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:30:53.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:30:53.498Z||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-05-21T05:30:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:31:03.049Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:31:03.050Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:31:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:31:53.496Z||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-05-21T05:31:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:31:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:31:53.498Z||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-05-21T05:31:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:32:03.039Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:32:03.049Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:32:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:32:53.496Z||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-05-21T05:32:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:32:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:32:53.499Z||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-05-21T05:32:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:33:03.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:33:03.045Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:33:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:33:53.496Z||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-05-21T05:33:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:33:53.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:33:53.499Z||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-05-21T05:33:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:34:03.050Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:34:03.053Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:34:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:34:53.496Z||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-05-21T05:34:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:34:53.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:34:53.498Z||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-05-21T05:34:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:35:03.039Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:35:03.043Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:35:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:35:53.496Z||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-05-21T05:35:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:35:53.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:35:53.498Z||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-05-21T05:35:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:36:03.045Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:36:03.045Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:36:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:36:53.497Z||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-05-21T05:36:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:36:53.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:36:53.499Z||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-05-21T05:36:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:37:03.043Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:37:03.046Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:37:53.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:37:53.498Z||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-05-21T05:37:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:37:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:37:53.499Z||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-05-21T05:37:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:38:03.042Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:38:03.046Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:38:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:38:53.496Z||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-05-21T05:38:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:38:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:38:53.499Z||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-05-21T05:38:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:39:03.057Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:39:03.093Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:39:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:39:53.496Z||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-05-21T05:39:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:39:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:39:53.498Z||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-05-21T05:39:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:40:03.049Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:40:03.049Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:40:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:40:53.496Z||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-05-21T05:40:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:40:53.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:40:53.498Z||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-05-21T05:40:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:41:03.040Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:41:03.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:41:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:41:53.496Z||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-05-21T05:41:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:41:53.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:41:53.499Z||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-05-21T05:41:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:42:03.050Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:42:03.052Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:42:31.001Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-21T05:42:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:42:53.496Z||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-05-21T05:42:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:42:53.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:42:53.498Z||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-05-21T05:42:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:43:03.039Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:43:03.043Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:43:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:43:53.496Z||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-05-21T05:43:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:43:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:43:53.499Z||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-05-21T05:43:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:44:03.041Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:44:03.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:44:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:44:53.496Z||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-05-21T05:44:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:44:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:44:53.498Z||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-05-21T05:44:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:45:03.034Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:45:03.038Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:45:53.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:45:53.497Z||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-05-21T05:45:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:45:53.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:45:53.499Z||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-05-21T05:45:53.500Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:46:03.038Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:46:03.043Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:46:53.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:46:53.496Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:46:53.496Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:46:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:46:53.499Z||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-05-21T05:46:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:47:03.050Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:47:03.050Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:47:53.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:47:53.496Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:47:53.496Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:47:53.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:47:53.498Z||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-05-21T05:47:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:48:03.050Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:48:03.050Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:48:53.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:48:53.496Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:48:53.496Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:48:53.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:48:53.499Z||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-05-21T05:48:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:49:03.042Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:49:03.061Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:49:53.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:49:53.496Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:49:53.496Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:49:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:49:53.498Z||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-05-21T05:49:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:49:53.630Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:49:54.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:49:54.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"472a1e09-1fd5-493e-9d25-915094e12f09","serviceName":"vFW 2022-05-21 05-47-19","serviceVersion":"1.0","serviceUUID":"dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0","serviceDescription":"catalog service description","serviceInvariantUUID":"1841b611-e1ad-4c12-90bb-5a489cb1e88b","resources":[{"resourceInstanceName":"vFW 7734e9ce-a960 0","resourceName":"vFW 7734e9ce-a960","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c825fb9-9a7f-4439-8b25-483242d639d2","resourceInvariantUUID":"374a882c-5b07-477d-9a56-f4c10f02db70","resourceCustomizationUUID":"283db297-5b45-45c4-b61e-c091bdabfbd0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vf-license-model.xml","artifactChecksum":"ZDhlYjRiNDExZjU0Mjk2Njg5NGViMjllN2NkMmIzNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"01ca04df-eda2-44ff-af5c-db21c835b526","artifactVersion":"1"},{"artifactName":"vfw7734e9cea9600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json","artifactChecksum":"MjA0ODk3MmVjNTEyMGZhNTQzNzc5N2E5ZTI2OGU5MTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a0c2e303-dc89-403b-89a3-2edd5278a1b5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"97d9e4e0-ecc3-49b8-861e-fcb55c58ee73","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vendor-license-model.xml","artifactChecksum":"ZDhmZDg0MmI3YzdhNWVmMDNiN2I4OWIzMmE0NjY0ZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"46682332-ebfe-4301-b75f-58fc45427efd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bc7a00a1-ba89-4fd7-84c3-2700d73fae72","artifactVersion":"2","generatedFromUUID":"97d9e4e0-ecc3-49b8-861e-fcb55c58ee73"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220521054719-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-template.yml","artifactChecksum":"MzU3YzBjMDMxYWIxZjEzNGMwMTFiZDQzMDdmMGM3YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca7c33f0-6ace-4215-b0f9-745ab806e033","artifactVersion":"1"},{"artifactName":"service-Vfw20220521054719-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar","artifactChecksum":"MjA4YTZkOGM3YTg2N2I1YmU1ZTc4N2YzYjg0ZWY5ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e4480aa-78ea-4361-bdd3-c7ffc9a007df","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-21T05:49:54.133Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:49:54.141Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:49:54.148Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:49:54.148Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "cds",
  "timestamp": 1653112145997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "cds",
  "timestamp": 1653112145997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112150999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "cds",
  "timestamp": 1653112145997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112150999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "cds",
  "timestamp": 1653112145997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112150999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "cds",
  "timestamp": 1653112145997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112150999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "cds",
  "timestamp": 1653112145997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "policy-id",
  "timestamp": 1653112154308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112150999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "cds",
  "timestamp": 1653112145997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "policy-id",
  "timestamp": 1653112154308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112156382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112150999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "policy-id",
  "timestamp": 1653112154308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "cds",
  "timestamp": 1653112157399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112156382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112150999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "policy-id",
  "timestamp": 1653112154308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "cds",
  "timestamp": 1653112158421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-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-05-21T05:49:54.248Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-21T05:49:54.251Z||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-05-21T05:49:54.251Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-21T05:49:54.268Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:49:54.269Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-21T05:49:54.301Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 472a1e09-1fd5-493e-9d25-915094e12f09
2022-05-21T05:49:54.315Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 472a1e09-1fd5-493e-9d25-915094e12f09 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-05-21T05:49:54.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112156382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112158837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "policy-id",
  "timestamp": 1653112154308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112156382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "policy-id",
  "timestamp": 1653112154308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112156382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "policy-id",
  "timestamp": 1653112154308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112156382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "cds",
  "timestamp": 1653112160997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "policy-id",
  "timestamp": 1653112162317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112156382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "cds",
  "timestamp": 1653112160997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "policy-id",
  "timestamp": 1653112163328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "cds",
  "timestamp": 1653112160997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112164372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "policy-id",
  "timestamp": 1653112164334,
  "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-05-21T05:49:54.351Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 472a1e09-1fd5-493e-9d25-915094e12f09
2022-05-21T05:49:54.351Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 472a1e09-1fd5-493e-9d25-915094e12f09 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-05-21T05:49:54.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "cds",
  "timestamp": 1653112160997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112164884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112165680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "cds",
  "timestamp": 1653112160997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112165892,
  "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-05-21T05:49:54.358Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 472a1e09-1fd5-493e-9d25-915094e12f09
2022-05-21T05:49:54.359Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 472a1e09-1fd5-493e-9d25-915094e12f09 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-05-21T05:49:54.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112166864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.363Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "cds",
  "timestamp": 1653112160997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112167930,
  "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-05-21T05:49:54.366Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 472a1e09-1fd5-493e-9d25-915094e12f09
2022-05-21T05:49:54.366Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 472a1e09-1fd5-493e-9d25-915094e12f09 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-05-21T05:49:54.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "cds",
  "timestamp": 1653112160997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112168934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "cds",
  "timestamp": 1653112169186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "cds",
  "timestamp": 1653112170194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-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-05-21T05:49:54.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 57fb47eb-d2da-4113-9e06-9859ba0598c6
2022-05-21T05:49:54.377Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fb47eb-d2da-4113-9e06-9859ba0598c6 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-05-21T05:49:54.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112159040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "clamp",
  "timestamp": 1653112174922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "policy-id",
  "timestamp": 1653112174310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "policy-id",
  "timestamp": 1653112174310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "aai-ml",
  "timestamp": 1653112176326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112176382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "clamp",
  "timestamp": 1653112176943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "policy-id",
  "timestamp": 1653112174310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112176382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "clamp",
  "timestamp": 1653112177948,
  "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-05-21T05:49:54.386Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 472a1e09-1fd5-493e-9d25-915094e12f09
2022-05-21T05:49:54.386Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 472a1e09-1fd5-493e-9d25-915094e12f09 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-05-21T05:49:54.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "policy-id",
  "timestamp": 1653112174310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112176382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "policy-id",
  "timestamp": 1653112174310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112176382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "policy-id",
  "timestamp": 1653112174310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112176382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "policy-id",
  "timestamp": 1653112174310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112176382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112180999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "policy-id",
  "timestamp": 1653112182176,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112176382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112180999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "policy-id",
  "timestamp": 1653112183184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112184161,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112180999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "policy-id",
  "timestamp": 1653112184193,
  "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-05-21T05:49:54.396Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57fb47eb-d2da-4113-9e06-9859ba0598c6
2022-05-21T05:49:54.397Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fb47eb-d2da-4113-9e06-9859ba0598c6 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-05-21T05:49:54.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112180999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "clamp",
  "timestamp": 1653112160440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112185609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112180999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112180999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112187258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112180999,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112188281,
  "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-05-21T05:49:54.404Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57fb47eb-d2da-4113-9e06-9859ba0598c6
2022-05-21T05:49:54.404Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fb47eb-d2da-4113-9e06-9859ba0598c6 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-05-21T05:49:54.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112189285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T05:49:54.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112188828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:49:54.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112191466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T05:49:54.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:49:54.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:49:54.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112192478,
  "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-05-21T05:49:54.410Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 57fb47eb-d2da-4113-9e06-9859ba0598c6
2022-05-21T05:49:54.410Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fb47eb-d2da-4113-9e06-9859ba0598c6 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-05-21T05:49:55.153Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:49:55.154Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:49:55.156Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:49:55.156Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T05:49:55.257Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:49:55.258Z||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-05-21T05:49:55.258Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:49:55.273Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:49:55.273Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:49:56.157Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:49:56.158Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:49:56.161Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:49:56.161Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-21T05:49:56.261Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:49:56.262Z||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-05-21T05:49:56.263Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:49:56.276Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:49:56.277Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:49:57.162Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:49:57.163Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:49:57.165Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:49:57.165Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:57.266Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:49:57.267Z||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-05-21T05:49:57.267Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:49:57.282Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:49:57.282Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:49:58.166Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:49:58.167Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:49:58.169Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:49:58.169Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-21T05:49:58.270Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T05:49:58.271Z||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-05-21T05:49:58.271Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:49:58.286Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:49:58.287Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:49:59.170Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:49:59.171Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:49:59.172Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:49:59.172Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:49:59.273Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:49:59.274Z||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-05-21T05:49:59.274Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:49:59.284Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:49:59.284Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-21T05:50:00.173Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:50:00.174Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:50:00.176Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:50:00.177Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:50:00.277Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:50:00.278Z||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-05-21T05:50:00.279Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:50:00.294Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:50:00.295Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-21T05:50:01.179Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "serviceName": "vFW 2022-05-21 05-47-19",
  "serviceVersion": "1.0",
  "serviceUUID": "dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1841b611-e1ad-4c12-90bb-5a489cb1e88b",
  "resources": [
    {
      "resourceInstanceName": "vFW 7734e9ce-a960 0",
      "resourceCustomizationUUID": "283db297-5b45-45c4-b61e-c091bdabfbd0",
      "resourceName": "vFW 7734e9ce-a960",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c825fb9-9a7f-4439-8b25-483242d639d2",
      "resourceInvariantUUID": "374a882c-5b07-477d-9a56-f4c10f02db70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7734e9cea9600_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
          "artifactChecksum": "MjA0ODk3MmVjNTEyMGZhNTQzNzc5N2E5ZTI2OGU5MTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a0c2e303-dc89-403b-89a3-2edd5278a1b5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "97d9e4e0-ecc3-49b8-861e-fcb55c58ee73",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bc7a00a1-ba89-4fd7-84c3-2700d73fae72",
            "generatedFromUUID": "97d9e4e0-ecc3-49b8-861e-fcb55c58ee73"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bc7a00a1-ba89-4fd7-84c3-2700d73fae72",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220521054719-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
      "artifactChecksum": "MjA4YTZkOGM3YTg2N2I1YmU1ZTc4N2YzYjg0ZWY5ZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e4480aa-78ea-4361-bdd3-c7ffc9a007df"
    }
  ],
  "workloadContext": "Production"
}
2022-05-21T05:50:01.180Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-21T05:50:01.181Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0 ASDC
2022-05-21T05:50:01.250Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:472a1e09-1fd5-493e-9d25-915094e12f09
ServiceName:vFW 2022-05-21 05-47-19
ServiceVersion:1.0
ServiceUUID:dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0
ServiceInvariantUUID:1841b611-e1ad-4c12-90bb-5a489cb1e88b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220521054719-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar
ArtifactUUID:1e4480aa-78ea-4361-bdd3-c7ffc9a007df
ArtifactChecksum:MjA4YTZkOGM3YTg2N2I1YmU1ZTc4N2YzYjg0ZWY5ZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7734e9ce-a960 0
ResourceCustomizationUUID:283db297-5b45-45c4-b61e-c091bdabfbd0
ResourceInvariantUUID:374a882c-5b07-477d-9a56-f4c10f02db70
ResourceName:vFW 7734e9ce-a960
ResourceType:VF
ResourceUUID:7c825fb9-9a7f-4439-8b25-483242d639d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7734e9cea9600_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json
ArtifactUUID:a0c2e303-dc89-403b-89a3-2edd5278a1b5
ArtifactChecksum:MjA0ODk3MmVjNTEyMGZhNTQzNzc5N2E5ZTI2OGU5MTc=
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/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml
ArtifactUUID:97d9e4e0-ecc3-49b8-861e-fcb55c58ee73
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/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env
ArtifactUUID:bc7a00a1-ba89-4fd7-84c3-2700d73fae72
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/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env
ArtifactUUID:bc7a00a1-ba89-4fd7-84c3-2700d73fae72
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-21T05:50:01.251Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0 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-05-21T05:50:01.283Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T05:50:01.284Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-21T05:50:01.285Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-21T05:50:01.285Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1e4480aa-78ea-4361-bdd3-c7ffc9a007df from URL: /sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar
2022-05-21T05:50:01.286Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-21T05:50:01.287Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar
2022-05-21T05:50:01.576Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-21T05:50:01.589Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar 1e4480aa-78ea-4361-bdd3-c7ffc9a007df 99036
2022-05-21T05:50:01.591Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar ASDC sendASDCNotification
2022-05-21T05:50:01.591Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar
2022-05-21T05:50:01.591Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:50:01.592Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:50:01.594Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:50:01.594Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112201589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:50:01.694Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:50:01.695Z||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-05-21T05:50:01.695Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:50:01.710Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:50:01.710Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-21T05:50:02.594Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T05:50:02.595Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-21T05:50:02.596Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1e4480aa-78ea-4361-bdd3-c7ffc9a007df, URL: /sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar to file: /app/ASDC/1/service-Vfw20220521054719-csar.csar
2022-05-21T05:50:02.597Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220521054719-csar.csar
2022-05-21T05:50:02.650Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220521054719-csar.csar
2022-05-21T05:50:02.650Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220521054719-csar.csar
2022-05-21T05:50:03.018Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8797501255188624084/Definitions/service-Vfw20220521054719-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-21T05:50:04.767Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-21T05:50:04.770Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-21T05:50:04.770Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||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-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||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-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||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-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||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-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||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-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||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-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7734e9ce-a960 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-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||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-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||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-Vfw20220521054719-csar.csar
2022-05-21T05:50:04.771Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-21T05:50:04.775Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.777Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:04.779Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is matching search criteria
2022-05-21T05:50:04.779Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-21T05:50:04.780Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7734e9ce-a960 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T05:50:04.781Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.781Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:04.781Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is matching search criteria
2022-05-21T05:50:04.781Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-21T05:50:04.781Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7734e9ce-a960 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T05:50:04.782Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.782Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is not matching search criteria
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:04.784Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-21T05:50:04.785Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:04.785Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-21T05:50:04.785Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:50:04.785Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-21T05:50:04.785Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.785Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T05:50:04.785Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is matching search criteria
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7734e9ce-a960 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is matching search criteria
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7734e9ce-a960 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is matching search criteria
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7734e9ce-a960 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is not matching search criteria
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-21T05:50:04.786Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dd66665d-51c1-4587-bde8-a360e518d7c2
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:50:04.787Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd522f14-046b-46b3-b529-53a085a838aa
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:04.788Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-21T05:50:04.789Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=489b0a4b-0b0e-4c55-90b1-67d7dc5700da
2022-05-21T05:50:04.789Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.789Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:04.789Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.789Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:04.789Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.789Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:04.789Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:04.789Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:04.789Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-21 05-47-19
Description:catalog service description
Model UUID:dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0
Model Version:NULL
Model InvariantUuid:1841b611-e1ad-4c12-90bb-5a489cb1e88b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7734e9ce-a960
Model UUID:2d99f53d-5ee9-481e-bb2a-d727518e2c70
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:374a882c-5b07-477d-9a56-f4c10f02db70
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:283db297-5b45-45c4-b61e-c091bdabfbd0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9723def6-c053-4f3d-8c79-ded1837f1c5f
ModelName:Vfw7734e9ceA960..base_vfw..module-0
ModelUuid:e145a192-c643-43e0-9127-3cd546c5716a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dd66665d-51c1-4587-bde8-a360e518d7c2
ModelInvariantUuid:72556e3c-3d15-42b6-b907-72298a8e5319
ModelName:vFW 7734e9ce-a960-nodes.vfwCvfc
ModelUuid:b46d7d3a-8670-459e-aa68-14238aa29b1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99cd426d-5d85-4dbc-86d4-32dde7986f50
ModelInvariantUuid:77a6f03a-72d1-41a4-b483-89086470a0c3
ModelName:Vfw7734e9ceA960.compute.nodes.heat.vfw
ModelUuid:344940a7-ad30-47d7-b49c-d52e4c4b69a8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cd522f14-046b-46b3-b529-53a085a838aa
ModelInvariantUuid:b245cfbe-90f6-49e9-9a3e-cd8b7259c369
ModelName:vFW 7734e9ce-a960-nodes.vsnCvfc
ModelUuid:3754138e-bbf4-41ae-a0c6-7719daef6455
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:868e8a26-88f4-44f8-9989-05c00894ced0
ModelInvariantUuid:5c0bde55-76df-4573-b165-a3651bb1052e
ModelName:Vfw7734e9ceA960.compute.nodes.heat.vsn
ModelUuid:5bfbb0b0-417b-4b4a-bd74-7ba9fcf03171
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:489b0a4b-0b0e-4c55-90b1-67d7dc5700da
ModelInvariantUuid:91e05038-f4d3-47ff-9194-d76b0297e7ba
ModelName:vFW 7734e9ce-a960-nodes.vpgCvfc
ModelUuid:47e03503-3653-4d0d-a220-5348fea68b66
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0b377672-9a88-4f94-9095-9c8e25fe597e
ModelInvariantUuid:509a77dc-22e4-4b04-9b3f-dbcc84f723cf
ModelName:Vfw7734e9ceA960.compute.nodes.heat.vpg
ModelUuid:54aeefb1-f774-4013-b12b-eec883e052f2
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-05-21T05:50:04.800Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c825fb9-9a7f-4439-8b25-483242d639d2
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-05-21T05:50:04.862Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||vFW 7734e9ce-a960 0
2022-05-21T05:50:04.867Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c825fb9-9a7f-4439-8b25-483242d639d2
2022-05-21T05:50:04.867Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a0c2e303-dc89-403b-89a3-2edd5278a1b5 from URL: /sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json
2022-05-21T05:50:04.867Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-21T05:50:04.867Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json
2022-05-21T05:50:04.925Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-21T05:50:04.926Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json a0c2e303-dc89-403b-89a3-2edd5278a1b5 785
2022-05-21T05:50:04.926Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json ASDC sendASDCNotification
2022-05-21T05:50:04.926Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json
2022-05-21T05:50:04.926Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:50:04.926Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:50:04.929Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:50:04.929Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112204926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:50:05.030Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T05:50:05.031Z||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-05-21T05:50:05.031Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:50:05.045Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:50:05.045Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:50:05.931Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7734e9ceA960..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9723def6-c053-4f3d-8c79-ded1837f1c5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e145a192-c643-43e0-9127-3cd546c5716a",
    "vfModuleModelCustomizationUUID": "cf131a9c-c81e-41f4-a460-7c0109cc3d85",
    "isBase": true,
    "artifacts": [
      "97d9e4e0-ecc3-49b8-861e-fcb55c58ee73",
      "bc7a00a1-ba89-4fd7-84c3-2700d73fae72"
    ],
    "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-05-21T05:50:05.944Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7734e9ceA960..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e145a192-c643-43e0-9127-3cd546c5716a
VfModuleModelInvariantUUID:9723def6-c053-4f3d-8c79-ded1837f1c5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
97d9e4e0-ecc3-49b8-861e-fcb55c58ee73
,
bc7a00a1-ba89-4fd7-84c3-2700d73fae72

}
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-05-21T05:50:05.946Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7734e9ceA960..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9723def6-c053-4f3d-8c79-ded1837f1c5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e145a192-c643-43e0-9127-3cd546c5716a",
    "vfModuleModelCustomizationUUID": "cf131a9c-c81e-41f4-a460-7c0109cc3d85",
    "isBase": true,
    "artifacts": [
      "97d9e4e0-ecc3-49b8-861e-fcb55c58ee73",
      "bc7a00a1-ba89-4fd7-84c3-2700d73fae72"
    ],
    "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-05-21T05:50:05.946Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7734e9ceA960..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e145a192-c643-43e0-9127-3cd546c5716a
VfModuleModelInvariantUUID:9723def6-c053-4f3d-8c79-ded1837f1c5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
97d9e4e0-ecc3-49b8-861e-fcb55c58ee73
,
bc7a00a1-ba89-4fd7-84c3-2700d73fae72

}
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-05-21T05:50:05.946Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 97d9e4e0-ecc3-49b8-861e-fcb55c58ee73 from URL: /sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml
2022-05-21T05:50:05.946Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-21T05:50:05.946Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml
2022-05-21T05:50:05.999Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-21T05:50:06.000Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml 97d9e4e0-ecc3-49b8-861e-fcb55c58ee73 20368
2022-05-21T05:50:06.001Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-21T05:50:06.001Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml
2022-05-21T05:50:06.001Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:50:06.001Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:50:06.003Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:50:06.003Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112206001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:50:06.103Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:50:06.105Z||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-05-21T05:50:06.105Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:50:06.120Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:50:06.120Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-21T05:50:07.003Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bc7a00a1-ba89-4fd7-84c3-2700d73fae72 from URL: /sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env
2022-05-21T05:50:07.004Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-21T05:50:07.004Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env
2022-05-21T05:50:07.093Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-21T05:50:07.093Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env bc7a00a1-ba89-4fd7-84c3-2700d73fae72 2098
2022-05-21T05:50:07.094Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-21T05:50:07.094Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env
2022-05-21T05:50:07.094Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:50:07.094Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:50:07.097Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:50:07.097Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112207094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:50:07.197Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:50:07.199Z||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-05-21T05:50:07.199Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:50:07.211Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:50:07.212Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:50:08.098Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0
2022-05-21T05:50:08.098Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7734e9ce-a960 0 7c825fb9-9a7f-4439-8b25-483242d639d2 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-05-21T05:50:08.123Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71c24e4d, org.onap.sdc.toscaparser.api.parameters.Input@1f54a81a, org.onap.sdc.toscaparser.api.parameters.Input@684dc16f, org.onap.sdc.toscaparser.api.parameters.Input@f77d8eb, org.onap.sdc.toscaparser.api.parameters.Input@6c244f6e]
2022-05-21T05:50:08.125Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.126Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:08.126Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-05-21T05:50:08.126Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 283db297-5b45-45c4-b61e-c091bdabfbd0
2022-05-21T05:50:08.126Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 283db297-5b45-45c4-b61e-c091bdabfbd0 matches Tosca VF Customization UUID: 283db297-5b45-45c4-b61e-c091bdabfbd0
2022-05-21T05:50:08.126Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 283db297-5b45-45c4-b61e-c091bdabfbd0  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-05-21T05:50:08.133Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.133Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:08.134Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 283db297-5b45-45c4-b61e-c091bdabfbd0: {\"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-05-21T05:50:08.135Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@394961a9
2022-05-21T05:50:08.135Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.135Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T05:50:08.135Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf131a9c-c81e-41f4-a460-7c0109cc3d85
2022-05-21T05:50:08.136Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf131a9c-c81e-41f4-a460-7c0109cc3d85
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-05-21T05:50:08.142Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.142Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is matching search criteria
2022-05-21T05:50:08.142Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7734e9ce-a960 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:50:08.143Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.143Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is matching search criteria
2022-05-21T05:50:08.143Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7734e9ce-a960 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:50:08.144Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.144Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is not matching search criteria
2022-05-21T05:50:08.144Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:50:08.144Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-21T05:50:08.144Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:50:08.144Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-21T05:50:08.144Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-21T05:50:08.144Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:50:08.144Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:08.144Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-21T05:50:08.145Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:08.145Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-21T05:50:08.145Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:50:08.145Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dd66665d-51c1-4587-bde8-a360e518d7c2
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-05-21T05:50:08.152Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.152Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is matching search criteria
2022-05-21T05:50:08.152Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7734e9ce-a960 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:50:08.152Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.152Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is not matching search criteria
2022-05-21T05:50:08.152Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:50:08.152Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-21T05:50:08.153Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:08.153Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:50:08.153Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-21T05:50:08.153Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:50:08.153Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:50:08.153Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-21T05:50:08.153Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-21T05:50:08.153Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:08.153Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-21T05:50:08.153Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:50:08.153Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd522f14-046b-46b3-b529-53a085a838aa
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-05-21T05:50:08.155Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.155Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is matching search criteria
2022-05-21T05:50:08.155Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7734e9ce-a960 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:50:08.157Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.157Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is not matching search criteria
2022-05-21T05:50:08.157Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-21T05:50:08.157Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-21T05:50:08.157Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:08.157Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:50:08.157Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-21T05:50:08.157Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-21T05:50:08.158Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-21T05:50:08.158Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-21T05:50:08.158Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-21T05:50:08.158Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-21T05:50:08.158Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-21T05:50:08.158Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-21T05:50:08.158Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=489b0a4b-0b0e-4c55-90b1-67d7dc5700da
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-05-21T05:50:08.160Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.160Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is matching search criteria
2022-05-21T05:50:08.160Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7734e9ce-a960 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:50:08.160Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.160Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Node template vFW 7734e9ce-a960 0 is matching search criteria
2022-05-21T05:50:08.160Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7734e9ce-a960 0] matching following query criteria: sdcType=VF, customizationUUID=283db297-5b45-45c4-b61e-c091bdabfbd0
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-05-21T05:50:08.161Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.162Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:08.162Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0: vFW 7734e9ce-a960
2022-05-21T05:50:08.162Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.162Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:08.162Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.162Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:08.162Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.162Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:08.163Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.163Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:08.163Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:50:08.163Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-21 05-47-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:50:08.163Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-05-21 05-47-19 
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-05-21T05:50:08.382Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7734e9ce-a960 7c825fb9-9a7f-4439-8b25-483242d639d2 1 ASDC deployResourceStructure
2022-05-21T05:50:08.382Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json ASDC sendASDCNotification
2022-05-21T05:50:08.382Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json
2022-05-21T05:50:08.382Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:50:08.383Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:50:08.384Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:50:08.385Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112208382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T05:50:08.485Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:50:08.486Z||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-05-21T05:50:08.486Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:50:08.499Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:50:08.500Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:50:09.386Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-21T05:50:09.386Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml
2022-05-21T05:50:09.387Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:50:09.387Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:50:09.389Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:50:09.389Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112209386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T05:50:09.489Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:50:09.490Z||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-05-21T05:50:09.490Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:50:09.502Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:50:09.502Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:50:10.390Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-21T05:50:10.391Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env
2022-05-21T05:50:10.391Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:50:10.391Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:50:10.394Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:50:10.394Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112210390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-21T05:50:10.494Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:50:10.495Z||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-05-21T05:50:10.495Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:50:10.514Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:50:10.515Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:50:11.395Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar ASDC sendASDCNotification
2022-05-21T05:50:11.395Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar
2022-05-21T05:50:11.395Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:50:11.395Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:50:11.400Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:50:11.401Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112211395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T05:50:11.497Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-21T05:50:11.498Z||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-05-21T05:50:11.498Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:50:11.510Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:50:11.511Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:50:12.401Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 472a1e09-1fd5-493e-9d25-915094e12f09
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:50:12.414Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 472a1e09-1fd5-493e-9d25-915094e12f09
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-05-21T05:50:12.417Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:50:12.417Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T05:50:12.417Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T05:50:42.417Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 472a1e09-1fd5-493e-9d25-915094e12f09
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:50:42.441Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 472a1e09-1fd5-493e-9d25-915094e12f09
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-05-21T05:50:42.444Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:50:42.444Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T05:50:42.444Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T05:50:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:50:53.499Z||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-05-21T05:50:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:50:53.626Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:50:53.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:50:53.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:50:53.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:12.444Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 472a1e09-1fd5-493e-9d25-915094e12f09
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:51:12.453Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 472a1e09-1fd5-493e-9d25-915094e12f09
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-05-21T05:51:12.455Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:51:12.455Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T05:51:12.455Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T05:51:42.455Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 472a1e09-1fd5-493e-9d25-915094e12f09
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:51:42.461Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 472a1e09-1fd5-493e-9d25-915094e12f09
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-05-21T05:51:42.463Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:51:42.463Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T05:51:42.463Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T05:51:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:51:53.499Z||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-05-21T05:51:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:51:54.027Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:51:54.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T05:51:54.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "aai-ml",
  "timestamp": 1653112195402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T05:51:54.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-21T05:51:54.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "aai-ml",
  "timestamp": 1653112196409,
  "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-05-21T05:51:54.036Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 472a1e09-1fd5-493e-9d25-915094e12f09
2022-05-21T05:51:54.036Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 472a1e09-1fd5-493e-9d25-915094e12f09 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-05-21T05:51:54.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:51:54.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "clamp",
  "timestamp": 1653112196927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:51:54.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:51:54.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-21T05:51:54.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "clamp",
  "timestamp": 1653112197946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T05:51:54.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:51:54.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:51:54.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "clamp",
  "timestamp": 1653112198950,
  "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-05-21T05:51:54.072Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 57fb47eb-d2da-4113-9e06-9859ba0598c6
2022-05-21T05:51:54.072Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fb47eb-d2da-4113-9e06-9859ba0598c6 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-05-21T05:51:54.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112201589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "aai-ml",
  "timestamp": 1653112168489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112204926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "aai-ml",
  "timestamp": 1653112204513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112206001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112207094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112208382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/vfw7734e9cea9600_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112209386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112210390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/resourceInstances/vfw7734e9cea9600/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112211395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220521054719/1.0/artifacts/service-Vfw20220521054719-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "aai-ml",
  "timestamp": 1653112212979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T05:51:54.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:51:54.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:51:54.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "aai-ml",
  "timestamp": 1653112213982,
  "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-05-21T05:51:54.083Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 57fb47eb-d2da-4113-9e06-9859ba0598c6
2022-05-21T05:51:54.083Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fb47eb-d2da-4113-9e06-9859ba0598c6 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-05-21T05:52:12.463Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 472a1e09-1fd5-493e-9d25-915094e12f09
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:52:12.470Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 472a1e09-1fd5-493e-9d25-915094e12f09
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-05-21T05:52:12.472Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:52:12.472Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-21T05:52:12.472Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-21T05:52:12.473Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-21T05:52:12.473Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T05:52:12.473Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T05:52:12.473Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T05:52:12.473Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T05:52:12.473Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T05:52:12.473Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T05:52:12.473Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||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-05-21T05:52:12.475Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-21T05:52:42.476Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 472a1e09-1fd5-493e-9d25-915094e12f09 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-05-21T05:52:42.486Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 472a1e09-1fd5-493e-9d25-915094e12f09 and serviceModelVersionId: dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0
2022-05-21T05:52:42.487Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1841b611-e1ad-4c12-90bb-5a489cb1e88b
2022-05-21T05:52:50.989Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1841b611-e1ad-4c12-90bb-5a489cb1e88b/model-vers/model-ver/dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0?depth=0
2022-05-21T05:52:51.072Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-21T05:52:51.481Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1841b611-e1ad-4c12-90bb-5a489cb1e88b/model-vers/model-ver/dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0?depth=0|INFO|500||Invoke
2022-05-21T05:52:51.491Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1841b611-e1ad-4c12-90bb-5a489cb1e88b/model-vers/model-ver/dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1841b611-e1ad-4c12-90bb-5a489cb1e88b/model-vers/model-ver/dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[472a1e09-1fd5-493e-9d25-915094e12f09], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f6835a30-483d-483b-8d1f-86f4a03a0e5b], X-ECOMP-RequestID=[472a1e09-1fd5-493e-9d25-915094e12f09], X-TransactionId=[], X-ONAP-RequestID=[472a1e09-1fd5-493e-9d25-915094e12f09], Content-Type=[application/merge-patch+json]}
2022-05-21T05:52:51.596Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1841b611-e1ad-4c12-90bb-5a489cb1e88b/model-vers/model-ver/dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-21T05:52:52.380Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1841b611-e1ad-4c12-90bb-5a489cb1e88b/model-vers/model-ver/dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0?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/1841b611-e1ad-4c12-90bb-5a489cb1e88b/model-vers/model-ver/dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220521-05:52:51:057-72004], vertex-id=[368872], Content-Length=[0], Date=[Sat, 21 May 2022 05:52:51 GMT], Content-Type=[application/json]}
2022-05-21T05:52:52.381Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1841b611-e1ad-4c12-90bb-5a489cb1e88b/model-vers/model-ver/dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-21T05:52:52.382Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1841b611-e1ad-4c12-90bb-5a489cb1e88b/model-vers/model-ver/dfc4c1eb-5a3f-44ef-83fc-2c4ea29686b0?depth=0|INFO|500||InvokeReturn
2022-05-21T05:52:52.385Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-21T05:52:52.385Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||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-05-21T05:52:52.391Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||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-05-21T05:52:52.392Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 472a1e09-1fd5-493e-9d25-915094e12f09 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-21T05:52:52.393Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-21T05:52:52.393Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:52.395Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:52.395Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112372392,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T05:52:52.495Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:52:52.497Z||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-05-21T05:52:52.497Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:52:52.519Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:52:52.520Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 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-05-21T05:52:53.404Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.404Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"57fb47eb-d2da-4113-9e06-9859ba0598c6","serviceName":"basic_onboard_mHgVsr","serviceVersion":"1.0","serviceUUID":"4da1264f-4aa7-415c-aba3-cc4bee86e6d0","serviceDescription":"service","serviceInvariantUUID":"05a95b2e-4134-4c1c-89d6-ddcb148bd2d2","resources":[{"resourceInstanceName":"basic_onboard_mHgVsr 0","resourceName":"basic_onboard_mHgVsr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69b6c383-b70e-45cf-b8b3-e8926bf9e73a","resourceInvariantUUID":"ee96bdde-774b-4209-affb-54425a03f8a1","resourceCustomizationUUID":"82e8a31f-b4fb-4e7b-8dd5-126db729c408","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vf-license-model.xml","artifactChecksum":"NWZlMDFjZDliNzE5MzBhYjJkZDg3ZjU3MzNkNTBjM2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c614b9a-55e4-42d3-a09b-df1d3d1aba5b","artifactVersion":"1"},{"artifactName":"basic_onboard_mhgvsr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json","artifactChecksum":"NTcwZjBkY2E3YTIwMTY0YmFhMmI3NTIwNzhiY2E4Mjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7e1a9e95-80f1-4ba5-9a4b-cd009d695ed9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"79a6fa17-31bc-4a98-800f-6bea72d08713","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c93c3e55-10b8-4a6b-a8d9-4f2675622689","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f23f0191-44d0-4435-af3a-c7c8b8383a26","artifactVersion":"2","generatedFromUUID":"79a6fa17-31bc-4a98-800f-6bea72d08713"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMhgvsr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-template.yml","artifactChecksum":"MTBiYWI2MmRiZDdlYTM5MjUxMDJlN2JlMTRmYzZjNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc91a389-d5b1-48d0-a0f8-9fcd4ca16bde","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMhgvsr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar","artifactChecksum":"YzQzNzU3YjcyODc2ZDEwYTQzYmJhYTczYjExZjlhMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e1edf6e-3579-45a8-b493-380dd991eeb3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-21T05:52:53.405Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:53.405Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:53.407Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:53.407Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:52:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:52:53.499Z||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-05-21T05:52:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:52:53.507Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:52:53.508Z||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-05-21T05:52:53.508Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:52:53.519Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:52:53.520Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:52:53.623Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:52:53.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:52:53.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472a1e09-1fd5-493e-9d25-915094e12f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112372392,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T05:52:53.624Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:52:54.407Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:54.409Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:54.411Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:54.411Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T05:52:54.511Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:52:54.512Z||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-05-21T05:52:54.512Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:52:54.524Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:52:54.524Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:52:55.411Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:55.412Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:55.414Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:55.414Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-21T05:52:55.514Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:52:55.515Z||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-05-21T05:52:55.515Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:52:55.528Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:52:55.529Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:52:56.415Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:56.417Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:56.419Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:56.419Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:52:56.520Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T05:52:56.521Z||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-05-21T05:52:56.521Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:52:56.535Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:52:56.536Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:52:57.420Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:57.420Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:57.422Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:57.422Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-21T05:52:57.522Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:52:57.523Z||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-05-21T05:52:57.524Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:52:57.538Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:52:57.538Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-21T05:52:58.423Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:58.424Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:58.426Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:58.426Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:52:58.526Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:52:58.527Z||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-05-21T05:52:58.527Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:52:58.547Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:52:58.548Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:52:59.426Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T05:52:59.427Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:52:59.429Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:52:59.429Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:52:59.529Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:52:59.530Z||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-05-21T05:52:59.530Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:52:59.543Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:52:59.544Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:00.430Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "serviceName": "basic_onboard_mHgVsr",
  "serviceVersion": "1.0",
  "serviceUUID": "4da1264f-4aa7-415c-aba3-cc4bee86e6d0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "05a95b2e-4134-4c1c-89d6-ddcb148bd2d2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_mHgVsr 0",
      "resourceCustomizationUUID": "82e8a31f-b4fb-4e7b-8dd5-126db729c408",
      "resourceName": "basic_onboard_mHgVsr",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "69b6c383-b70e-45cf-b8b3-e8926bf9e73a",
      "resourceInvariantUUID": "ee96bdde-774b-4209-affb-54425a03f8a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mhgvsr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
          "artifactChecksum": "NTcwZjBkY2E3YTIwMTY0YmFhMmI3NTIwNzhiY2E4Mjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7e1a9e95-80f1-4ba5-9a4b-cd009d695ed9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "79a6fa17-31bc-4a98-800f-6bea72d08713",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f23f0191-44d0-4435-af3a-c7c8b8383a26",
            "generatedFromUUID": "79a6fa17-31bc-4a98-800f-6bea72d08713"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f23f0191-44d0-4435-af3a-c7c8b8383a26",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMhgvsr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
      "artifactChecksum": "YzQzNzU3YjcyODc2ZDEwYTQzYmJhYTczYjExZjlhMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e1edf6e-3579-45a8-b493-380dd991eeb3"
    }
  ],
  "workloadContext": "Production"
}
2022-05-21T05:53:00.430Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-21T05:53:00.430Z|472a1e09-1fd5-493e-9d25-915094e12f09|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4da1264f-4aa7-415c-aba3-cc4bee86e6d0 ASDC
2022-05-21T05:53:00.431Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:57fb47eb-d2da-4113-9e06-9859ba0598c6
ServiceName:basic_onboard_mHgVsr
ServiceVersion:1.0
ServiceUUID:4da1264f-4aa7-415c-aba3-cc4bee86e6d0
ServiceInvariantUUID:05a95b2e-4134-4c1c-89d6-ddcb148bd2d2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMhgvsr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar
ArtifactUUID:3e1edf6e-3579-45a8-b493-380dd991eeb3
ArtifactChecksum:YzQzNzU3YjcyODc2ZDEwYTQzYmJhYTczYjExZjlhMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mHgVsr 0
ResourceCustomizationUUID:82e8a31f-b4fb-4e7b-8dd5-126db729c408
ResourceInvariantUUID:ee96bdde-774b-4209-affb-54425a03f8a1
ResourceName:basic_onboard_mHgVsr
ResourceType:VF
ResourceUUID:69b6c383-b70e-45cf-b8b3-e8926bf9e73a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mhgvsr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json
ArtifactUUID:7e1a9e95-80f1-4ba5-9a4b-cd009d695ed9
ArtifactChecksum:NTcwZjBkY2E3YTIwMTY0YmFhMmI3NTIwNzhiY2E4Mjg=
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/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:79a6fa17-31bc-4a98-800f-6bea72d08713
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/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env
ArtifactUUID:f23f0191-44d0-4435-af3a-c7c8b8383a26
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/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env
ArtifactUUID:f23f0191-44d0-4435-af3a-c7c8b8383a26
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-21T05:53:00.431Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4da1264f-4aa7-415c-aba3-cc4bee86e6d0 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-05-21T05:53:00.457Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T05:53:00.458Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-21T05:53:00.458Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-21T05:53:00.458Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3e1edf6e-3579-45a8-b493-380dd991eeb3 from URL: /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:00.458Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-21T05:53:00.459Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:00.991Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-21T05:53:00.994Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar 3e1edf6e-3579-45a8-b493-380dd991eeb3 71573
2022-05-21T05:53:00.995Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar ASDC sendASDCNotification
2022-05-21T05:53:00.995Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:00.995Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:53:00.995Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:00.997Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:00.997Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112380995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:53:01.097Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:53:01.098Z||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-05-21T05:53:01.098Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:53:01.109Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:53:01.109Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:01.997Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T05:53:01.998Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-21T05:53:01.998Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3e1edf6e-3579-45a8-b493-380dd991eeb3, URL: /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar to file: /app/ASDC/1/service-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:01.999Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:01.999Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:01.999Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:02.074Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3150205418974194019/Definitions/service-BasicOnboardMhgvsr-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-05-21T05:53:02.924Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-21T05:53:02.924Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mHgVsr 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-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||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-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||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-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||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-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||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-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||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-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||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-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mHgVsr 0 is matching search criteria
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-21T05:53:02.925Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mHgVsr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mHgVsr 0 is matching search criteria
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mHgVsr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mHgVsr 0 is not matching search criteria
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.926Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mHgVsr 0 is matching search criteria
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mHgVsr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mHgVsr 0 is matching search criteria
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mHgVsr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mHgVsr 0 is matching search criteria
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mHgVsr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mHgVsr 0 is not matching search criteria
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=201a702d-6b1a-4b8e-9a9c-6199a9b04d9a
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.927Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:02.928Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:02.928Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:02.928Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_mHgVsr
Description:service
Model UUID:4da1264f-4aa7-415c-aba3-cc4bee86e6d0
Model Version:NULL
Model InvariantUuid:05a95b2e-4134-4c1c-89d6-ddcb148bd2d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_mHgVsr
Model UUID:b920b86d-93fa-4ee9-9706-2704388da847
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ee96bdde-774b-4209-affb-54425a03f8a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:82e8a31f-b4fb-4e7b-8dd5-126db729c408
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:66ebf8eb-7ef8-4eac-8254-15bd2acc2d80
ModelName:BasicOnboardMhgvsr..base_ubuntu18..module-0
ModelUuid:8513c7af-6ce8-4854-8532-ce117bb8d8f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:201a702d-6b1a-4b8e-9a9c-6199a9b04d9a
ModelInvariantUuid:9419c345-8995-4cd7-8233-d891d5622f95
ModelName:basic_onboard_mHgVsr-nodes.ubuntu18Cvfc
ModelUuid:a4e3e37e-9670-462a-8e1f-ae56654f1c5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2d6496db-cf27-4ba8-92d1-22c360be9c63
ModelInvariantUuid:3934e437-95c8-4771-a286-9dba23d268a6
ModelName:BasicOnboardMhgvsr.compute.nodes.heat.ubuntu18
ModelUuid:c60f575b-19de-427e-88ef-4c4b9b9cae60
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-05-21T05:53:02.933Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 69b6c383-b70e-45cf-b8b3-e8926bf9e73a
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-05-21T05:53:02.936Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||basic_onboard_mHgVsr 0
2022-05-21T05:53:02.936Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69b6c383-b70e-45cf-b8b3-e8926bf9e73a
2022-05-21T05:53:02.936Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7e1a9e95-80f1-4ba5-9a4b-cd009d695ed9 from URL: /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json
2022-05-21T05:53:02.936Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-21T05:53:02.936Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json
2022-05-21T05:53:02.983Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-21T05:53:02.984Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json 7e1a9e95-80f1-4ba5-9a4b-cd009d695ed9 798
2022-05-21T05:53:02.984Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json ASDC sendASDCNotification
2022-05-21T05:53:02.984Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json
2022-05-21T05:53:02.984Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:53:02.984Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:02.986Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:02.986Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112382984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:53:03.086Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:53:03.087Z||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-05-21T05:53:03.088Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:53:03.101Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:53:03.102Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:03.987Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMhgvsr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "66ebf8eb-7ef8-4eac-8254-15bd2acc2d80",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8513c7af-6ce8-4854-8532-ce117bb8d8f6",
    "vfModuleModelCustomizationUUID": "628e08f2-777c-454c-8267-42bf78889329",
    "isBase": true,
    "artifacts": [
      "79a6fa17-31bc-4a98-800f-6bea72d08713",
      "f23f0191-44d0-4435-af3a-c7c8b8383a26"
    ],
    "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-05-21T05:53:03.991Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMhgvsr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8513c7af-6ce8-4854-8532-ce117bb8d8f6
VfModuleModelInvariantUUID:66ebf8eb-7ef8-4eac-8254-15bd2acc2d80
VfModuleModelDescription:NULL
Artifacts UUID List:{
79a6fa17-31bc-4a98-800f-6bea72d08713
,
f23f0191-44d0-4435-af3a-c7c8b8383a26

}
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-05-21T05:53:03.993Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMhgvsr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "66ebf8eb-7ef8-4eac-8254-15bd2acc2d80",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8513c7af-6ce8-4854-8532-ce117bb8d8f6",
    "vfModuleModelCustomizationUUID": "628e08f2-777c-454c-8267-42bf78889329",
    "isBase": true,
    "artifacts": [
      "79a6fa17-31bc-4a98-800f-6bea72d08713",
      "f23f0191-44d0-4435-af3a-c7c8b8383a26"
    ],
    "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-05-21T05:53:03.993Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMhgvsr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8513c7af-6ce8-4854-8532-ce117bb8d8f6
VfModuleModelInvariantUUID:66ebf8eb-7ef8-4eac-8254-15bd2acc2d80
VfModuleModelDescription:NULL
Artifacts UUID List:{
79a6fa17-31bc-4a98-800f-6bea72d08713
,
f23f0191-44d0-4435-af3a-c7c8b8383a26

}
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-05-21T05:53:03.993Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 79a6fa17-31bc-4a98-800f-6bea72d08713 from URL: /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml
2022-05-21T05:53:03.993Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-21T05:53:03.993Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml
2022-05-21T05:53:04.038Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-21T05:53:04.039Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml 79a6fa17-31bc-4a98-800f-6bea72d08713 5033
2022-05-21T05:53:04.039Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-21T05:53:04.040Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml
2022-05-21T05:53:04.040Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:53:04.040Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:04.042Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:04.043Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112384039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:53:04.142Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T05:53:04.143Z||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-05-21T05:53:04.143Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:53:04.154Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:53:04.154Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:05.043Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f23f0191-44d0-4435-af3a-c7c8b8383a26 from URL: /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env
2022-05-21T05:53:05.044Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-21T05:53:05.045Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env
2022-05-21T05:53:05.094Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-21T05:53:05.094Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env f23f0191-44d0-4435-af3a-c7c8b8383a26 909
2022-05-21T05:53:05.095Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-21T05:53:05.095Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env
2022-05-21T05:53:05.095Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T05:53:05.095Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:05.098Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:05.098Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112385095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:53:05.198Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:53:05.199Z||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-05-21T05:53:05.199Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:53:05.213Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:53:05.215Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:06.098Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4da1264f-4aa7-415c-aba3-cc4bee86e6d0
2022-05-21T05:53:06.105Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mHgVsr 0 69b6c383-b70e-45cf-b8b3-e8926bf9e73a 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-05-21T05:53:06.120Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7485caba, org.onap.sdc.toscaparser.api.parameters.Input@427b0ed9, org.onap.sdc.toscaparser.api.parameters.Input@191a5cbe, org.onap.sdc.toscaparser.api.parameters.Input@15578ca, org.onap.sdc.toscaparser.api.parameters.Input@5b5fb240]
2022-05-21T05:53:06.121Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.122Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:06.122Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-05-21T05:53:06.122Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 82e8a31f-b4fb-4e7b-8dd5-126db729c408
2022-05-21T05:53:06.122Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82e8a31f-b4fb-4e7b-8dd5-126db729c408 matches Tosca VF Customization UUID: 82e8a31f-b4fb-4e7b-8dd5-126db729c408
2022-05-21T05:53:06.122Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 82e8a31f-b4fb-4e7b-8dd5-126db729c408  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-05-21T05:53:06.124Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.124Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:06.124Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 82e8a31f-b4fb-4e7b-8dd5-126db729c408: {\"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-05-21T05:53:06.124Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20c583b2
2022-05-21T05:53:06.125Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.125Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T05:53:06.125Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 628e08f2-777c-454c-8267-42bf78889329
2022-05-21T05:53:06.125Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 628e08f2-777c-454c-8267-42bf78889329
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-05-21T05:53:06.127Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.127Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mHgVsr 0 is matching search criteria
2022-05-21T05:53:06.127Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mHgVsr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:53:06.127Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.127Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mHgVsr 0 is matching search criteria
2022-05-21T05:53:06.128Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mHgVsr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:53:06.128Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.128Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mHgVsr 0 is not matching search criteria
2022-05-21T05:53:06.128Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-21T05:53:06.128Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-21T05:53:06.128Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=201a702d-6b1a-4b8e-9a9c-6199a9b04d9a
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-05-21T05:53:06.130Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.130Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mHgVsr 0 is matching search criteria
2022-05-21T05:53:06.130Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mHgVsr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T05:53:06.130Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.131Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mHgVsr 0 is matching search criteria
2022-05-21T05:53:06.131Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mHgVsr 0] matching following query criteria: sdcType=VF, customizationUUID=82e8a31f-b4fb-4e7b-8dd5-126db729c408
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-05-21T05:53:06.132Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.132Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:06.132Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4da1264f-4aa7-415c-aba3-cc4bee86e6d0: basic_onboard_mHgVsr
2022-05-21T05:53:06.132Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.133Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:06.133Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.133Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:06.133Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.133Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:06.133Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.133Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:06.134Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T05:53:06.134Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mHgVsr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T05:53:06.134Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_mHgVsr 
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-05-21T05:53:06.194Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mHgVsr 69b6c383-b70e-45cf-b8b3-e8926bf9e73a 1 ASDC deployResourceStructure
2022-05-21T05:53:06.194Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json ASDC sendASDCNotification
2022-05-21T05:53:06.195Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json
2022-05-21T05:53:06.195Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:53:06.195Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:06.197Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:06.198Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112386194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T05:53:06.298Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:53:06.300Z||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-05-21T05:53:06.300Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:53:06.317Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:53:06.318Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:07.199Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-21T05:53:07.200Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml
2022-05-21T05:53:07.200Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:53:07.200Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:07.204Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:07.204Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112387199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T05:53:07.304Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T05:53:07.305Z||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-05-21T05:53:07.306Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:53:07.324Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:53:07.325Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:08.205Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-21T05:53:08.206Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env
2022-05-21T05:53:08.206Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:53:08.206Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:08.208Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:08.209Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112388205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-21T05:53:08.309Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:53:08.310Z||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-05-21T05:53:08.310Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:53:08.324Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:53:08.324Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:09.210Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar ASDC sendASDCNotification
2022-05-21T05:53:09.210Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar
2022-05-21T05:53:09.210Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T05:53:09.210Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:09.212Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:09.212Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112389209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T05:53:09.312Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T05:53:09.313Z||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-05-21T05:53:09.313Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:53:09.327Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:53:09.327Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T05:53:10.213Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fb47eb-d2da-4113-9e06-9859ba0598c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T05:53:10.221Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fb47eb-d2da-4113-9e06-9859ba0598c6
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-05-21T05:53:10.224Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T05:53:10.224Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-21T05:53:10.225Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-21T05:53:10.225Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-21T05:53:10.225Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T05:53:10.225Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T05:53:10.225Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T05:53:10.225Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T05:53:10.225Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T05:53:10.225Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T05:53:10.225Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||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-05-21T05:53:10.227Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-21T05:53:40.228Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 57fb47eb-d2da-4113-9e06-9859ba0598c6 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-05-21T05:53:40.234Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 57fb47eb-d2da-4113-9e06-9859ba0598c6 and serviceModelVersionId: 4da1264f-4aa7-415c-aba3-cc4bee86e6d0
2022-05-21T05:53:40.234Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05a95b2e-4134-4c1c-89d6-ddcb148bd2d2
2022-05-21T05:53:40.235Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05a95b2e-4134-4c1c-89d6-ddcb148bd2d2/model-vers/model-ver/4da1264f-4aa7-415c-aba3-cc4bee86e6d0?depth=0
2022-05-21T05:53:40.242Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-21T05:53:40.271Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05a95b2e-4134-4c1c-89d6-ddcb148bd2d2/model-vers/model-ver/4da1264f-4aa7-415c-aba3-cc4bee86e6d0?depth=0|INFO|500||Invoke
2022-05-21T05:53:40.272Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05a95b2e-4134-4c1c-89d6-ddcb148bd2d2/model-vers/model-ver/4da1264f-4aa7-415c-aba3-cc4bee86e6d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05a95b2e-4134-4c1c-89d6-ddcb148bd2d2/model-vers/model-ver/4da1264f-4aa7-415c-aba3-cc4bee86e6d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[57fb47eb-d2da-4113-9e06-9859ba0598c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b2bf9f1-b6cb-497f-a35f-dfdd8867d32b], X-ECOMP-RequestID=[57fb47eb-d2da-4113-9e06-9859ba0598c6], X-TransactionId=[], X-ONAP-RequestID=[57fb47eb-d2da-4113-9e06-9859ba0598c6], Content-Type=[application/merge-patch+json]}
2022-05-21T05:53:40.295Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05a95b2e-4134-4c1c-89d6-ddcb148bd2d2/model-vers/model-ver/4da1264f-4aa7-415c-aba3-cc4bee86e6d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-21T05:53:40.766Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05a95b2e-4134-4c1c-89d6-ddcb148bd2d2/model-vers/model-ver/4da1264f-4aa7-415c-aba3-cc4bee86e6d0?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/05a95b2e-4134-4c1c-89d6-ddcb148bd2d2/model-vers/model-ver/4da1264f-4aa7-415c-aba3-cc4bee86e6d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220521-05:53:39:754-76745], vertex-id=[204952], Content-Length=[0], Date=[Sat, 21 May 2022 05:53:39 GMT], Content-Type=[application/json]}
2022-05-21T05:53:40.766Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05a95b2e-4134-4c1c-89d6-ddcb148bd2d2/model-vers/model-ver/4da1264f-4aa7-415c-aba3-cc4bee86e6d0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-21T05:53:40.767Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05a95b2e-4134-4c1c-89d6-ddcb148bd2d2/model-vers/model-ver/4da1264f-4aa7-415c-aba3-cc4bee86e6d0?depth=0|INFO|500||InvokeReturn
2022-05-21T05:53:40.768Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-21T05:53:40.768Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||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-05-21T05:53:40.774Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||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-05-21T05:53:40.774Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 57fb47eb-d2da-4113-9e06-9859ba0598c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-21T05:53:40.775Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-21T05:53:40.775Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-21T05:53:40.777Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T05:53:40.778Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112420775,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T05:53:40.877Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T05:53:40.878Z||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-05-21T05:53:40.878Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:53:40.895Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:53:40.896Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-21T05:53:41.784Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:53:41.785Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:53:41.786Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:53:52.061Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:53:52.062Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:53:52.062Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:53:52.063Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:53:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:53:53.499Z||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-05-21T05:53:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:53:53.520Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:53:53.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-21T05:53:53.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:53:53.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:54:01.609Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:54:01.609Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:54:01.610Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:54:01.610Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:54:11.150Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:54:11.151Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:54:11.152Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:54:11.152Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:54:20.703Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:54:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:54:53.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:54:53.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:54:53.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:54:53.498Z||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-05-21T05:54:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:54:54.021Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:54:54.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T05:54:54.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:54:54.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-21T05:54:54.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:54:54.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:54:54.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:54:54.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-21T05:54:54.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:54:54.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T05:54:54.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:54:54.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112193495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T05:54:54.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-21T05:54:54.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112380995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:54:54.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:54:54.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112382984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:54:54.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:54:54.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112384039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:54:54.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:54:54.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112385095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T05:54:54.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:54:54.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112386194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/basic_onboard_mhgvsr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T05:54:54.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:54:54.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112387199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T05:54:54.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:54:54.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112388205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/resourceInstances/basic_onboard_mhgvsr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-21T05:54:54.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:54:54.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112389209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMhgvsr/1.0/artifacts/service-BasicOnboardMhgvsr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T05:54:54.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:54:54.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T05:54:54.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "57fb47eb-d2da-4113-9e06-9859ba0598c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112420775,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T05:54:54.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T05:55:03.041Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:55:53.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:55:53.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:55:53.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:55:53.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:55:53.498Z||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-05-21T05:55:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:56:03.037Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:56:03.040Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:56:53.495Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:56:53.496Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:56:53.496Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:56:53.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:56:53.498Z||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-05-21T05:56:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:57:03.044Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:57:03.044Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:57:53.495Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:57:53.496Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:57:53.496Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:57:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:57:53.498Z||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-05-21T05:57:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:58:03.047Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:58:03.047Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:58:53.495Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:58:53.496Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:58:53.496Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:58:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:58:53.499Z||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-05-21T05:58:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T05:59:03.043Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:59:03.043Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T05:59:53.495Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:59:53.496Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T05:59:53.496Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T05:59:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T05:59:53.498Z||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-05-21T05:59:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:00:03.049Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:00:03.053Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:00:53.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:00:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:00:53.498Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:00:53.498Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:00:53.498Z||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-05-21T06:00:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:01:03.051Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:01:03.051Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:01:53.495Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:01:53.496Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:01:53.496Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:01:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:01:53.498Z||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-05-21T06:01:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:02:03.039Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:02:03.039Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:02:53.495Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:02:53.496Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:02:53.496Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:02:53.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:02:53.498Z||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-05-21T06:02:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:02:54.130Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:02:54.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"16761674-903f-4cb1-b671-ec7c3c0a4066","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"16781756-ea27-469a-9687-227004477f26","serviceDescription":"service","serviceInvariantUUID":"d06c9d2d-0b7c-48b5-a3fd-55a7edd5971a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dca89bb9-381f-4c56-8427-1ec0c9d22bf5","resourceInvariantUUID":"4803a757-b945-4499-aee2-3dc680bcdbaa","resourceCustomizationUUID":"6d53f8b6-e03a-4048-b49e-1fcab09da233","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":"OTQ4OTRkOWVkNDRhNzM0MmFiZjE0YmE1ZDI3ODc3ODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9bdca7d0-0577-46d2-9d6e-9514a1a16777","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTI2ODljM2M5NzM3NGZmYzIxNjJiOGJmZGNhMTMyNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2df88a7-51c8-4e74-b28a-8ef6cf611af4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-21T06:02:54.133Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:02:54.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112936383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:02:54.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112930999,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "policy-id",
  "timestamp": 1653112934308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112939040,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112936383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112930999,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "policy-id",
  "timestamp": 1653112934308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.135Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112939040,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "clamp",
  "timestamp": 1653112940440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:02:54.136Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "cds",
  "timestamp": 1653112940996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112942085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "clamp",
  "timestamp": 1653112940440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "policy-id",
  "timestamp": 1653112942177,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:02:54.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "cds",
  "timestamp": 1653112940996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "policy-id",
  "timestamp": 1653112943185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112943911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "cds",
  "timestamp": 1653112944180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "policy-id",
  "timestamp": 1653112944188,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-05-21T06:02:54.138Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:02:54.138Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112973495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:02:54.148Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16761674-903f-4cb1-b671-ec7c3c0a4066
2022-05-21T06:02:54.149Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16761674-903f-4cb1-b671-ec7c3c0a4066 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-05-21T06:02:54.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112944915,
  "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-05-21T06:02:54.155Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16761674-903f-4cb1-b671-ec7c3c0a4066
2022-05-21T06:02:54.156Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16761674-903f-4cb1-b671-ec7c3c0a4066 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-05-21T06:02:54.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "cds",
  "timestamp": 1653112945187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-21T06:02:54.165Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16761674-903f-4cb1-b671-ec7c3c0a4066
2022-05-21T06:02:54.165Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16761674-903f-4cb1-b671-ec7c3c0a4066 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-05-21T06:02:54.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "aai-ml",
  "timestamp": 1653112948489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:02:54.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "aai-ml",
  "timestamp": 1653112948489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:02:54.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "aai-ml",
  "timestamp": 1653112951376,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "clamp",
  "timestamp": 1653112954075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "clamp",
  "timestamp": 1653112956082,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "aai-ml",
  "timestamp": 1653112956570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "clamp",
  "timestamp": 1653112957093,
  "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-05-21T06:02:54.172Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16761674-903f-4cb1-b671-ec7c3c0a4066
2022-05-21T06:02:54.172Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16761674-903f-4cb1-b671-ec7c3c0a4066 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-05-21T06:02:54.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-21T06:02:54.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "aai-ml",
  "timestamp": 1653112957574,
  "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-05-21T06:02:54.178Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16761674-903f-4cb1-b671-ec7c3c0a4066
2022-05-21T06:02:54.178Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16761674-903f-4cb1-b671-ec7c3c0a4066 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-05-21T06:02:54.238Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T06:02:54.239Z||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-05-21T06:02:54.239Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:02:54.254Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:02:54.254Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:02:55.139Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:02:55.141Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:02:55.143Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:02:55.143Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112973495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:02:55.243Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T06:02:55.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-05-21T06:02:55.245Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:02:55.256Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:02:55.257Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:02:56.145Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "16781756-ea27-469a-9687-227004477f26",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d06c9d2d-0b7c-48b5-a3fd-55a7edd5971a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6d53f8b6-e03a-4048-b49e-1fcab09da233",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dca89bb9-381f-4c56-8427-1ec0c9d22bf5",
      "resourceInvariantUUID": "4803a757-b945-4499-aee2-3dc680bcdbaa",
      "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": "OTI2ODljM2M5NzM3NGZmYzIxNjJiOGJmZGNhMTMyNjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a2df88a7-51c8-4e74-b28a-8ef6cf611af4"
    }
  ],
  "workloadContext": "Production"
}
2022-05-21T06:02:56.145Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-21T06:02:56.145Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 16781756-ea27-469a-9687-227004477f26 ASDC
2022-05-21T06:02:56.146Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:16761674-903f-4cb1-b671-ec7c3c0a4066
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:16781756-ea27-469a-9687-227004477f26
ServiceInvariantUUID:d06c9d2d-0b7c-48b5-a3fd-55a7edd5971a
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:a2df88a7-51c8-4e74-b28a-8ef6cf611af4
ArtifactChecksum:OTI2ODljM2M5NzM3NGZmYzIxNjJiOGJmZGNhMTMyNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6d53f8b6-e03a-4048-b49e-1fcab09da233
ResourceInvariantUUID:4803a757-b945-4499-aee2-3dc680bcdbaa
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dca89bb9-381f-4c56-8427-1ec0c9d22bf5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-21T06:02:56.146Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16781756-ea27-469a-9687-227004477f26 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-05-21T06:02:56.168Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T06:02:56.168Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:02:56.168Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:02:56.169Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a2df88a7-51c8-4e74-b28a-8ef6cf611af4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-21T06:02:56.169Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:02:56.169Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-21T06:02:56.461Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:02:56.464Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a2df88a7-51c8-4e74-b28a-8ef6cf611af4 52515
2022-05-21T06:02:56.464Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-21T06:02:56.464Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-21T06:02:56.464Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:02:56.464Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:02:56.466Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:02:56.466Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112976464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:02:56.566Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:02:56.567Z||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-05-21T06:02:56.567Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:02:56.603Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:02:56.603Z||pool-37-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:02:57.466Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T06:02:57.467Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:02:57.468Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a2df88a7-51c8-4e74-b28a-8ef6cf611af4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.468Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-21T06:02:57.469Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.469Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.546Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4898296471006590196/Definitions/service-BasicNetwork-template.yml
2022-05-21T06:02:57.870Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-21T06:02:57.871Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.872Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:16781756-ea27-469a-9687-227004477f26
Model Version:NULL
Model InvariantUuid:d06c9d2d-0b7c-48b5-a3fd-55a7edd5971a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4803a757-b945-4499-aee2-3dc680bcdbaa
Model UUID:b96c78f5-d86f-402f-898a-a9d60a90727b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6d53f8b6-e03a-4048-b49e-1fcab09da233
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-05-21T06:02:57.878Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: dca89bb9-381f-4c56-8427-1ec0c9d22bf5
2022-05-21T06:02:57.878Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||No resources found for Service: 16781756-ea27-469a-9687-227004477f26
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-05-21T06:02:57.883Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||
2022-05-21T06:02:57.884Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-21T06:02:57.884Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 16781756-ea27-469a-9687-227004477f26
2022-05-21T06:02:57.884Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 16781756-ea27-469a-9687-227004477f26
2022-05-21T06:02:57.884Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-21T06:02:57.884Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-21T06:02:57.888Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43579d27, org.onap.sdc.toscaparser.api.parameters.Input@266bf2df, org.onap.sdc.toscaparser.api.parameters.Input@34ccc7df, org.onap.sdc.toscaparser.api.parameters.Input@2e93d6d3, org.onap.sdc.toscaparser.api.parameters.Input@51d2c883]
2022-05-21T06:02:57.890Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.890Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.890Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.890Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.890Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 16781756-ea27-469a-9687-227004477f26: Generic NeutronNet
2022-05-21T06:02:57.890Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.890Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.890Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.890Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-21T06:02:57.915Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.916Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.916Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.916Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.916Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:02:57.916Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:02:57.916Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-21T06:02:57.948Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-21T06:02:57.949Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-21T06:02:57.949Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-21T06:02:57.949Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:02:57.949Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:02:57.951Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:02:57.951Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112977949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:02:58.051Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:02:58.052Z||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-05-21T06:02:58.052Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:02:58.064Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:02:58.064Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:02:58.952Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16761674-903f-4cb1-b671-ec7c3c0a4066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:02:58.960Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16761674-903f-4cb1-b671-ec7c3c0a4066
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-05-21T06:02:58.962Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T06:02:58.962Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-21T06:02:58.962Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-21T06:02:58.962Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-21T06:02:58.962Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:02:58.962Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:02:58.962Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:02:58.962Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:02:58.962Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:02:58.962Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:02:58.962Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-21T06:02:58.964Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-21T06:03:28.965Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16761674-903f-4cb1-b671-ec7c3c0a4066 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-05-21T06:03:28.973Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16761674-903f-4cb1-b671-ec7c3c0a4066 and serviceModelVersionId: 16781756-ea27-469a-9687-227004477f26
2022-05-21T06:03:28.975Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d06c9d2d-0b7c-48b5-a3fd-55a7edd5971a
2022-05-21T06:03:28.976Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d06c9d2d-0b7c-48b5-a3fd-55a7edd5971a/model-vers/model-ver/16781756-ea27-469a-9687-227004477f26?depth=0
2022-05-21T06:03:28.980Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-21T06:03:29.013Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d06c9d2d-0b7c-48b5-a3fd-55a7edd5971a/model-vers/model-ver/16781756-ea27-469a-9687-227004477f26?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-05-21T06:03:29.015Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d06c9d2d-0b7c-48b5-a3fd-55a7edd5971a/model-vers/model-ver/16781756-ea27-469a-9687-227004477f26?depth=0|INFO|500||Invoke
2022-05-21T06:03:29.031Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d06c9d2d-0b7c-48b5-a3fd-55a7edd5971a/model-vers/model-ver/16781756-ea27-469a-9687-227004477f26?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-21T06:03:29.356Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d06c9d2d-0b7c-48b5-a3fd-55a7edd5971a/model-vers/model-ver/16781756-ea27-469a-9687-227004477f26?depth=0|INFO|500||InvokeReturn
2022-05-21T06:03:29.357Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d06c9d2d-0b7c-48b5-a3fd-55a7edd5971a/model-vers/model-ver/16781756-ea27-469a-9687-227004477f26?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220521-06:03:28:494-65923], vertex-id=[434192], Content-Length=[0], Date=[Sat, 21 May 2022 06:03:28 GMT], Content-Type=[application/json]}
2022-05-21T06:03:29.357Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-05-21T06:03:29.358Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-21T06:03:29.358Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-21T06:03:29.364Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-21T06:03:29.364Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16761674-903f-4cb1-b671-ec7c3c0a4066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-21T06:03:29.364Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-21T06:03:29.365Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:03:29.366Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:03:29.366Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113009364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T06:03:29.467Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T06:03:29.468Z||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-05-21T06:03:29.468Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:03:29.484Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:03:29.485Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-21T06:03:53.495Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:03:53.496Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:03:53.496Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:03:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:03:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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-05-21T06:03:53.499Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:03:53.624Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:03:53.625Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:03:53.625Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112973495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:03:53.627Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:03:54.127Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:03:54.127Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T06:03:54.127Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f81ea27-84f4-4f6a-bdd2-ce0c5c034902","serviceName":"Demo_pNF_5CjuofBHm1wNzz7B5ZSF","serviceVersion":"1.0","serviceUUID":"9b12b85c-ec9f-4b0d-858b-f883e5fed11c","serviceDescription":"catalog service description","serviceInvariantUUID":"8823e63d-ad99-45c3-ba80-4cb8434f1f82","resources":[{"resourceInstanceName":"pNF a3ebcc75-0142 0","resourceName":"pNF a3ebcc75-0142","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b83f491a-de94-4637-bb47-52d2a8dfa398","resourceInvariantUUID":"59c2efc7-5a5d-4e54-a8ab-b4df13133d4d","resourceCustomizationUUID":"c0266231-b78c-4fa4-99eb-4625be8c52c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vf-license-model.xml","artifactChecksum":"YzQ3MWUwZDJjM2QyMjg4Zjk4MmRlZTZiZGQyNTE2MGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f12c1f24-eb81-4a12-85a0-1dc7525d653e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/pNF.csar","artifactChecksum":"MDVmMzY2YjI4M2NmZjU0MGNkN2EwMzc1MWFlYjVhZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1dc211e7-e89e-4796-8817-756909e558e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8534eb0b-297d-4086-8349-d2cd361a7f79","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vendor-license-model.xml","artifactChecksum":"NzU5Njg2ZjEzMTVkNzMyNjlmNjRhZWZmNmExZjZmYWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"83aefae5-6624-444a-9d4d-5900d4a8313e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2683ebac-92ce-4ccd-af5c-46304a267d98","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bcf5c8e3-33ad-440c-8806-67e2846a03a7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5cjuofbhm1wnzz7b5zsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-template.yml","artifactChecksum":"Yjc4ZmQyMWYyY2U3NzRmOWEzOTcyZTJhMmIzNWIzZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"460e65e1-d950-48fd-86af-82ef075d997b","artifactVersion":"1"},{"artifactName":"service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar","artifactChecksum":"YWE4MTU4MGQ2YmRlNDJmNGVjMDA4YWRhMWE0N2ZjZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6fe41a5-cc59-4b7b-8d83-a45f5cd9bfbd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-21T06:03:54.129Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:03:54.129Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:03:54.131Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:03:54.131Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:03:54.231Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:03:54.232Z||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-05-21T06:03:54.232Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:03:54.245Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:03:54.246Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:03:55.131Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:03:55.132Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:03:55.135Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:03:55.135Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:03:55.235Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:03:55.236Z||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-05-21T06:03:55.236Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:03:55.253Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:03:55.254Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:03:56.135Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:03:56.137Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:03:56.139Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:03:56.139Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:03:56.239Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:03:56.240Z||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-05-21T06:03:56.241Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:03:56.255Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:03:56.255Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:03:57.140Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:03:57.140Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:03:57.142Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:03:57.143Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:03:57.243Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:03:57.244Z||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-05-21T06:03:57.244Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:03:57.269Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:03:57.270Z||pool-43-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:03:58.143Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:03:58.144Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:03:58.146Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:03:58.146Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:03:58.246Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:03:58.247Z||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-05-21T06:03:58.247Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:03:58.259Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:03:58.259Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:03:59.146Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:03:59.147Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:03:59.149Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:03:59.149Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:03:59.249Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:03:59.250Z||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-05-21T06:03:59.250Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:03:59.261Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:03:59.261Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:04:00.149Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:04:00.151Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:04:00.153Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:04:00.153Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:00.254Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T06:04:00.255Z||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-05-21T06:04:00.255Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:04:00.273Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:04:00.274Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:04:01.154Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:04:01.155Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:04:01.157Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:04:01.157Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:01.257Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:04:01.258Z||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-05-21T06:04:01.258Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:04:01.269Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:04:01.269Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:04:02.158Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "serviceName": "Demo_pNF_5CjuofBHm1wNzz7B5ZSF",
  "serviceVersion": "1.0",
  "serviceUUID": "9b12b85c-ec9f-4b0d-858b-f883e5fed11c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8823e63d-ad99-45c3-ba80-4cb8434f1f82",
  "resources": [
    {
      "resourceInstanceName": "pNF a3ebcc75-0142 0",
      "resourceCustomizationUUID": "c0266231-b78c-4fa4-99eb-4625be8c52c6",
      "resourceName": "pNF a3ebcc75-0142",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b83f491a-de94-4637-bb47-52d2a8dfa398",
      "resourceInvariantUUID": "59c2efc7-5a5d-4e54-a8ab-b4df13133d4d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
      "artifactChecksum": "YWE4MTU4MGQ2YmRlNDJmNGVjMDA4YWRhMWE0N2ZjZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6fe41a5-cc59-4b7b-8d83-a45f5cd9bfbd"
    }
  ],
  "workloadContext": "Production"
}
2022-05-21T06:04:02.158Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-21T06:04:02.159Z|16761674-903f-4cb1-b671-ec7c3c0a4066|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9b12b85c-ec9f-4b0d-858b-f883e5fed11c ASDC
2022-05-21T06:04:02.160Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
ServiceName:Demo_pNF_5CjuofBHm1wNzz7B5ZSF
ServiceVersion:1.0
ServiceUUID:9b12b85c-ec9f-4b0d-858b-f883e5fed11c
ServiceInvariantUUID:8823e63d-ad99-45c3-ba80-4cb8434f1f82
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
ArtifactUUID:a6fe41a5-cc59-4b7b-8d83-a45f5cd9bfbd
ArtifactChecksum:YWE4MTU4MGQ2YmRlNDJmNGVjMDA4YWRhMWE0N2ZjZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a3ebcc75-0142 0
ResourceCustomizationUUID:c0266231-b78c-4fa4-99eb-4625be8c52c6
ResourceInvariantUUID:59c2efc7-5a5d-4e54-a8ab-b4df13133d4d
ResourceName:pNF a3ebcc75-0142
ResourceType:PNF
ResourceUUID:b83f491a-de94-4637-bb47-52d2a8dfa398
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-21T06:04:02.160Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b12b85c-ec9f-4b0d-858b-f883e5fed11c 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-05-21T06:04:02.189Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T06:04:02.190Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:04:02.190Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:04:02.190Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a6fe41a5-cc59-4b7b-8d83-a45f5cd9bfbd from URL: /sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:02.191Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:04:02.191Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:02.457Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:04:02.459Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar a6fe41a5-cc59-4b7b-8d83-a45f5cd9bfbd 82658
2022-05-21T06:04:02.460Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar ASDC sendASDCNotification
2022-05-21T06:04:02.460Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:02.460Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:04:02.460Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:04:02.476Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:04:02.477Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113042460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:02.561Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-05-21T06:04:02.562Z||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-05-21T06:04:02.562Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:04:02.576Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:04:02.576Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:04:03.477Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T06:04:03.479Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:04:03.479Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a6fe41a5-cc59-4b7b-8d83-a45f5cd9bfbd, URL: /sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar to file: /app/ASDC/1/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:03.479Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:03.480Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:03.480Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:03.546Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8771133886968453121/Definitions/service-DemoPnf5cjuofbhm1wnzz7b5zsf-template.yml
2022-05-21T06:04:04.036Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-21T06:04:04.036Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-21T06:04:04.036Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:04.036Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-21T06:04:04.036Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a3ebcc75-0142 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-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:04.037Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:04.037Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:04.037Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:04.037Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:04.037Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:04.037Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:04.037Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-21T06:04:04.037Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:04:04.037Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_5CjuofBHm1wNzz7B5ZSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:04:04.037Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Node template pNF a3ebcc75-0142 0 is matching search criteria
2022-05-21T06:04:04.037Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-21T06:04:04.038Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a3ebcc75-0142 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T06:04:04.038Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:04:04.038Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_5CjuofBHm1wNzz7B5ZSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:04:04.038Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Node template pNF a3ebcc75-0142 0 is matching search criteria
2022-05-21T06:04:04.038Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-21T06:04:04.038Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a3ebcc75-0142 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T06:04:04.038Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:04:04.038Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_5CjuofBHm1wNzz7B5ZSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:04:04.038Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:04:04.039Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_5CjuofBHm1wNzz7B5ZSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:04:04.039Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:04:04.039Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_5CjuofBHm1wNzz7B5ZSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:04:04.039Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:04:04.039Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_5CjuofBHm1wNzz7B5ZSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:04:04.039Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:04:04.039Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_5CjuofBHm1wNzz7B5ZSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:04:04.039Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5CjuofBHm1wNzz7B5ZSF
Description:catalog service description
Model UUID:9b12b85c-ec9f-4b0d-858b-f883e5fed11c
Model Version:NULL
Model InvariantUuid:8823e63d-ad99-45c3-ba80-4cb8434f1f82
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-05-21T06:04:04.044Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: b83f491a-de94-4637-bb47-52d2a8dfa398
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-05-21T06:04:04.046Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||pNF a3ebcc75-0142 0
2022-05-21T06:04:04.046Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b83f491a-de94-4637-bb47-52d2a8dfa398
2022-05-21T06:04:04.047Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 9b12b85c-ec9f-4b0d-858b-f883e5fed11c
2022-05-21T06:04:04.047Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9b12b85c-ec9f-4b0d-858b-f883e5fed11c
2022-05-21T06:04:04.047Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a3ebcc75-0142 0 b83f491a-de94-4637-bb47-52d2a8dfa398 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-05-21T06:04:04.050Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a5c346d, org.onap.sdc.toscaparser.api.parameters.Input@f76c89, org.onap.sdc.toscaparser.api.parameters.Input@610fb5e8, org.onap.sdc.toscaparser.api.parameters.Input@2c1c1ace, org.onap.sdc.toscaparser.api.parameters.Input@6728ac7c]
2022-05-21T06:04:04.050Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:04:04.050Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_5CjuofBHm1wNzz7B5ZSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:04:04.051Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9b12b85c-ec9f-4b0d-858b-f883e5fed11c: pNF a3ebcc75-0142
2022-05-21T06:04:04.051Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||Processing PNF resource: b83f491a-de94-4637-bb47-52d2a8dfa398
2022-05-21T06:04:04.051Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:04:04.051Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_5CjuofBHm1wNzz7B5ZSF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:04:04.051Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||Resource customization UUID: c0266231-b78c-4fa4-99eb-4625be8c52c6 is the same as notified resource customizationUUID: c0266231-b78c-4fa4-99eb-4625be8c52c6
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-05-21T06:04:04.083Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a3ebcc75-0142 b83f491a-de94-4637-bb47-52d2a8dfa398 0 ASDC deployResourceStructure
2022-05-21T06:04:04.083Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar ASDC sendASDCNotification
2022-05-21T06:04:04.084Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar
2022-05-21T06:04:04.084Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:04:04.084Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:04:04.085Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:04:04.085Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113044083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:04:04.185Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:04:04.186Z||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-05-21T06:04:04.186Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:04:04.227Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:04:04.228Z||pool-49-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:04:05.086Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:04:05.099Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
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-05-21T06:04:05.102Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T06:04:05.102Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T06:04:05.102Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T06:04:35.103Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:04:35.112Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
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-05-21T06:04:35.115Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T06:04:35.115Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T06:04:35.115Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T06:04:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:04:53.499Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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-05-21T06:04:53.499Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:04:53.518Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:04:53.537Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.537Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112973495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112976464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653112977949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112976382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "cds",
  "timestamp": 1653112970996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "policy-id",
  "timestamp": 1653112974308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "clamp",
  "timestamp": 1653112970440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "aai-ml",
  "timestamp": 1653112978489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112979040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.538Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112976382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "cds",
  "timestamp": 1653112970996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "clamp",
  "timestamp": 1653112970440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "policy-id",
  "timestamp": 1653112974308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "aai-ml",
  "timestamp": 1653112978489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112979040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "policy-id",
  "timestamp": 1653112974308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112976382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.539Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "cds",
  "timestamp": 1653112970996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "clamp",
  "timestamp": 1653112970440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "aai-ml",
  "timestamp": 1653112978489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112979040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112976382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "policy-id",
  "timestamp": 1653112974308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "cds",
  "timestamp": 1653112970996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "clamp",
  "timestamp": 1653112970440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "aai-ml",
  "timestamp": 1653112978489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112979040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "policy-id",
  "timestamp": 1653112974308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.540Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112976382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "cds",
  "timestamp": 1653112970996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "clamp",
  "timestamp": 1653112970440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "aai-ml",
  "timestamp": 1653112978489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112979040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112976382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "policy-id",
  "timestamp": 1653112974308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "clamp",
  "timestamp": 1653112970440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "cds",
  "timestamp": 1653112970996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.541Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "aai-ml",
  "timestamp": 1653112978489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112979040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112976382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "policy-id",
  "timestamp": 1653112974308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "cds",
  "timestamp": 1653112970996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "clamp",
  "timestamp": 1653112970440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "aai-ml",
  "timestamp": 1653112978489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112979040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112976382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "policy-id",
  "timestamp": 1653112974308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "cds",
  "timestamp": 1653112970996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.542Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "clamp",
  "timestamp": 1653112970440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "aai-ml",
  "timestamp": 1653112978489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112979040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "policy-id",
  "timestamp": 1653112986909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "aai-ml",
  "timestamp": 1653112987216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "cds",
  "timestamp": 1653112987030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112987860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "policy-id",
  "timestamp": 1653112987913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.543Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "cds",
  "timestamp": 1653112988036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-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-05-21T06:04:53.548Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
2022-05-21T06:04:53.548Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902 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-05-21T06:04:53.555Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.555Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112989140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T06:04:53.555Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.555Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.555Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "policy-id",
  "timestamp": 1653112988917,
  "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-05-21T06:04:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
2022-05-21T06:04:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902 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-05-21T06:04:53.564Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.564Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112990146,
  "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-05-21T06:04:53.567Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
2022-05-21T06:04:53.567Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902 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-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112990999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112990999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "clamp",
  "timestamp": 1653112993140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "aai-ml",
  "timestamp": 1653112993464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112990999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "aai-ml",
  "timestamp": 1653112994468,
  "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-05-21T06:04:53.576Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
2022-05-21T06:04:53.576Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902 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-05-21T06:04:53.581Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.581Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112990999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.581Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.581Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.581Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "clamp",
  "timestamp": 1653112995086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:04:53.581Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.581Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.581Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112990999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.581Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.581Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.581Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "clamp",
  "timestamp": 1653112996089,
  "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-05-21T06:04:53.585Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
2022-05-21T06:04:53.585Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902 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-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112990999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112990999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112996382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "cds",
  "timestamp": 1653112989046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "policy-id",
  "timestamp": 1653112994308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653112990999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112996382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "cds",
  "timestamp": 1653112989046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "policy-id",
  "timestamp": 1653112994308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112999040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112996382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "cds",
  "timestamp": 1653112989046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "policy-id",
  "timestamp": 1653112994308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112999040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113000383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112996382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "cds",
  "timestamp": 1653112989046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "policy-id",
  "timestamp": 1653112994308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "clamp",
  "timestamp": 1653113000440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112999040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112996382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "cds",
  "timestamp": 1653112989046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "policy-id",
  "timestamp": 1653112994308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "clamp",
  "timestamp": 1653113000440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112999040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113002419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112996382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "cds",
  "timestamp": 1653112989046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "policy-id",
  "timestamp": 1653112994308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "clamp",
  "timestamp": 1653113000440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112999040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113003423,
  "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-05-21T06:04:53.599Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
2022-05-21T06:04:53.599Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902 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-05-21T06:04:53.605Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.605Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653112996382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.605Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.605Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.605Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "cds",
  "timestamp": 1653112989046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.605Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.605Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.605Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "policy-id",
  "timestamp": 1653112994308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.605Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.605Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.605Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "clamp",
  "timestamp": 1653113000440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112999040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "clamp",
  "timestamp": 1653113000440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653112999040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113006450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "cds",
  "timestamp": 1653113005907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "policy-id",
  "timestamp": 1653113005890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "clamp",
  "timestamp": 1653113000440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.606Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "cds",
  "timestamp": 1653113006913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-21T06:04:53.614Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18
2022-05-21T06:04:53.614Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18 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-05-21T06:04:53.618Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.618Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "policy-id",
  "timestamp": 1653113006894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:04:53.618Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.618Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.618Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "clamp",
  "timestamp": 1653113000440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.618Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.618Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.618Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113007739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.618Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.619Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.619Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "policy-id",
  "timestamp": 1653113007897,
  "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-05-21T06:04:53.621Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18
2022-05-21T06:04:53.621Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18 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-05-21T06:04:53.626Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.626Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113008949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.626Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.626Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.626Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16761674-903f-4cb1-b671-ec7c3c0a4066",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113009364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T06:04:53.626Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.626Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.626Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "aai-ml",
  "timestamp": 1653113008489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.626Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.627Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.627Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113009990,
  "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-05-21T06:04:53.629Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18
2022-05-21T06:04:53.629Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18 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-05-21T06:04:53.633Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.633Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "aai-ml",
  "timestamp": 1653113008489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.633Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.633Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.633Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113011000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T06:04:53.633Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.633Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.633Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "aai-ml",
  "timestamp": 1653113008489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "aai-ml",
  "timestamp": 1653113008489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "aai-ml",
  "timestamp": 1653113008489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "clamp",
  "timestamp": 1653113013082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "aai-ml",
  "timestamp": 1653113008489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "aai-ml",
  "timestamp": 1653113008489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "clamp",
  "timestamp": 1653113015087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "aai-ml",
  "timestamp": 1653113016203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "clamp",
  "timestamp": 1653113016100,
  "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-05-21T06:04:53.637Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18
2022-05-21T06:04:53.637Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18 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-05-21T06:04:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113020999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113020999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113020999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.645Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.645Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113020999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.645Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.645Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.645Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "aai-ml",
  "timestamp": 1653113025465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:04:53.645Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.645Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.645Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113020999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.645Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.645Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.645Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "aai-ml",
  "timestamp": 1653113026469,
  "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-05-21T06:04:53.649Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18
2022-05-21T06:04:53.649Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18 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-05-21T06:04:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113020999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:04:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113020999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:04:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:04:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113029137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:04:53.658Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:04:53.658Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:04:53.658Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113031757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:04:53.658Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:05:05.116Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:05:05.126Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902
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-05-21T06:05:05.128Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T06:05:05.128Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-21T06:05:05.128Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-21T06:05:05.128Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-21T06:05:05.128Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:05.128Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:05.128Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:05.129Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:05.129Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:05.129Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:05.129Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:05.129Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-21T06:05:05.132Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-21T06:05:35.132Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902 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-05-21T06:05:35.137Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902 and serviceModelVersionId: 9b12b85c-ec9f-4b0d-858b-f883e5fed11c
2022-05-21T06:05:35.138Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8823e63d-ad99-45c3-ba80-4cb8434f1f82
2022-05-21T06:05:35.139Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8823e63d-ad99-45c3-ba80-4cb8434f1f82/model-vers/model-ver/9b12b85c-ec9f-4b0d-858b-f883e5fed11c?depth=0
2022-05-21T06:05:35.143Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-21T06:05:35.168Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8823e63d-ad99-45c3-ba80-4cb8434f1f82/model-vers/model-ver/9b12b85c-ec9f-4b0d-858b-f883e5fed11c?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-05-21T06:05:35.169Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8823e63d-ad99-45c3-ba80-4cb8434f1f82/model-vers/model-ver/9b12b85c-ec9f-4b0d-858b-f883e5fed11c?depth=0|INFO|500||Invoke
2022-05-21T06:05:35.194Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8823e63d-ad99-45c3-ba80-4cb8434f1f82/model-vers/model-ver/9b12b85c-ec9f-4b0d-858b-f883e5fed11c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-21T06:05:35.301Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8823e63d-ad99-45c3-ba80-4cb8434f1f82/model-vers/model-ver/9b12b85c-ec9f-4b0d-858b-f883e5fed11c?depth=0|INFO|500||InvokeReturn
2022-05-21T06:05:35.302Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8823e63d-ad99-45c3-ba80-4cb8434f1f82/model-vers/model-ver/9b12b85c-ec9f-4b0d-858b-f883e5fed11c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220521-06:05:34:656-80032], vertex-id=[237792], Content-Length=[0], Date=[Sat, 21 May 2022 06:05:34 GMT], Content-Type=[application/json]}
2022-05-21T06:05:35.303Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-05-21T06:05:35.303Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-21T06:05:35.303Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-21T06:05:35.307Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-21T06:05:35.308Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f81ea27-84f4-4f6a-bdd2-ce0c5c034902 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-21T06:05:35.308Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-21T06:05:35.308Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:35.309Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:35.310Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113135308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T06:05:35.410Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:35.410Z||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-05-21T06:05:35.411Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:35.425Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:35.427Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 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-05-21T06:05:36.321Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T06:05:36.321Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9aa8ae79-4f8f-4e88-a68e-eaeceb605b18","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4a495a90-1c54-406f-818a-31e6dfbf07ef","serviceDescription":"service","serviceInvariantUUID":"64dc1195-3398-4a35-a864-5ef20a9285f9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"33045b05-25b3-41ee-897f-7064fb652a43","resourceInvariantUUID":"99267b1f-e393-4064-8a62-902b19654d1b","resourceCustomizationUUID":"bb2eed8a-3354-4068-aca1-5a7d80076b58","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":"ZjdiNTQ2NjBmY2ExOWI1ODY2MmY5Nzc5MzQ0ZTE1N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9dea7a4-b5cc-491c-bc7b-e7b62343c1da","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":"YzU4YzJmOGNmODBhMzA3YTE0NDNiMjI4ODEyZmRmMTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"538d185f-0ede-4d3a-853e-8ce66090e895","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":"bfa395a0-a242-46df-9e7c-1c11fb07f14c","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":"36a94a59-8c52-4461-ab37-6baaebb9eb7b","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":"59b3842e-eff7-4f5b-a7ff-47c722ee94db","artifactVersion":"2","generatedFromUUID":"bfa395a0-a242-46df-9e7c-1c11fb07f14c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTU2ZjE3MTJkMWZlMzUxMGIwMmRjOGJhOTE3ZmIyNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c23a131a-f7a8-402f-8011-61c966c47c4f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjNjNmM2OTdjYzE0OGVjOThmNWYyYTUzZDY2MmNhMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c1eb34c-7316-459a-a3d2-ab11e243f98f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-21T06:05:36.322Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:05:36.322Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:36.323Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:36.324Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:05:36.424Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:36.425Z||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-05-21T06:05:36.425Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:36.441Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:36.442Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:37.324Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:05:37.325Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:37.329Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:37.329Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:05:37.429Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:37.431Z||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-05-21T06:05:37.431Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:37.443Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:37.443Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:38.330Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:05:38.330Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:38.332Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:38.332Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:05:38.432Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:38.434Z||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-05-21T06:05:38.434Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:38.445Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:38.446Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:39.333Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:05:39.333Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:39.335Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:39.335Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:05:39.435Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:39.436Z||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-05-21T06:05:39.436Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:39.448Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:39.448Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:05:40.335Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:05:40.337Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:40.350Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:40.350Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-21T06:05:40.452Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:40.453Z||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-05-21T06:05:40.453Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:40.464Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:40.464Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:41.352Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:05:41.354Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:41.356Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:41.356Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:05:41.456Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-21T06:05:41.457Z||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-05-21T06:05:41.457Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:41.468Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:41.469Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:42.357Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:05:42.358Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:42.359Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:42.359Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:05:42.460Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:42.460Z||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-05-21T06:05:42.461Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:42.471Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:42.471Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:43.361Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4a495a90-1c54-406f-818a-31e6dfbf07ef",
  "serviceDescription": "service",
  "serviceInvariantUUID": "64dc1195-3398-4a35-a864-5ef20a9285f9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "bb2eed8a-3354-4068-aca1-5a7d80076b58",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "33045b05-25b3-41ee-897f-7064fb652a43",
      "resourceInvariantUUID": "99267b1f-e393-4064-8a62-902b19654d1b",
      "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": "YzU4YzJmOGNmODBhMzA3YTE0NDNiMjI4ODEyZmRmMTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "538d185f-0ede-4d3a-853e-8ce66090e895",
          "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": "bfa395a0-a242-46df-9e7c-1c11fb07f14c",
          "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": "59b3842e-eff7-4f5b-a7ff-47c722ee94db",
            "generatedFromUUID": "bfa395a0-a242-46df-9e7c-1c11fb07f14c"
          },
          "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": "59b3842e-eff7-4f5b-a7ff-47c722ee94db",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjNjNmM2OTdjYzE0OGVjOThmNWYyYTUzZDY2MmNhMTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0c1eb34c-7316-459a-a3d2-ab11e243f98f"
    }
  ],
  "workloadContext": "Production"
}
2022-05-21T06:05:43.362Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-21T06:05:43.363Z|6f81ea27-84f4-4f6a-bdd2-ce0c5c034902|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4a495a90-1c54-406f-818a-31e6dfbf07ef ASDC
2022-05-21T06:05:43.363Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9aa8ae79-4f8f-4e88-a68e-eaeceb605b18
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4a495a90-1c54-406f-818a-31e6dfbf07ef
ServiceInvariantUUID:64dc1195-3398-4a35-a864-5ef20a9285f9
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:0c1eb34c-7316-459a-a3d2-ab11e243f98f
ArtifactChecksum:YjNjNmM2OTdjYzE0OGVjOThmNWYyYTUzZDY2MmNhMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:bb2eed8a-3354-4068-aca1-5a7d80076b58
ResourceInvariantUUID:99267b1f-e393-4064-8a62-902b19654d1b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:33045b05-25b3-41ee-897f-7064fb652a43
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:538d185f-0ede-4d3a-853e-8ce66090e895
ArtifactChecksum:YzU4YzJmOGNmODBhMzA3YTE0NDNiMjI4ODEyZmRmMTk=
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:bfa395a0-a242-46df-9e7c-1c11fb07f14c
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:59b3842e-eff7-4f5b-a7ff-47c722ee94db
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:59b3842e-eff7-4f5b-a7ff-47c722ee94db
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-21T06:05:43.364Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a495a90-1c54-406f-818a-31e6dfbf07ef 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-05-21T06:05:43.392Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T06:05:43.393Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:05:43.393Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:05:43.393Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0c1eb34c-7316-459a-a3d2-ab11e243f98f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-21T06:05:43.393Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:05:43.393Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-21T06:05:43.670Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:05:43.672Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0c1eb34c-7316-459a-a3d2-ab11e243f98f 71058
2022-05-21T06:05:43.672Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-21T06:05:43.672Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-21T06:05:43.672Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:05:43.673Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:43.674Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:43.674Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113143672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:05:43.774Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:43.775Z||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-05-21T06:05:43.775Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:43.788Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:43.788Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:44.675Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T06:05:44.675Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:05:44.676Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0c1eb34c-7316-459a-a3d2-ab11e243f98f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:44.676Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-21T06:05:44.676Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:44.676Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:44.791Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11542083234163009641/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-05-21T06:05:45.519Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-21T06:05:45.520Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.521Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T06:05:45.522Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.522Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-21T06:05:45.522Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:05:45.522Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.522Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-21T06:05:45.522Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:05:45.522Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.522Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-21T06:05:45.522Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:05:45.523Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.523Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-21T06:05:45.523Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-21T06:05:45.523Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-21T06:05:45.523Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eb91637c-7631-446d-bfa6-087eeb7bbf8b
2022-05-21T06:05:45.523Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.523Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:45.523Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.523Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:45.523Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.523Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:45.523Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:45.524Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:45.524Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4a495a90-1c54-406f-818a-31e6dfbf07ef
Model Version:NULL
Model InvariantUuid:64dc1195-3398-4a35-a864-5ef20a9285f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6bda27cc-9524-4200-9eac-5495330d4d5d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:99267b1f-e393-4064-8a62-902b19654d1b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bb2eed8a-3354-4068-aca1-5a7d80076b58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:25183c62-b967-479a-ada1-ce6caf2fb1d2
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:297b31e7-87ff-4014-be3e-4a56abdd19d6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eb91637c-7631-446d-bfa6-087eeb7bbf8b
ModelInvariantUuid:1a1fec8f-16b8-4755-8a07-621dd70d586c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:4d88e558-843b-46bd-9718-3ac5153d6729
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e2deb983-d434-4853-a9d0-7a10d50d2b3d
ModelInvariantUuid:4013dda2-70b8-481e-a989-0c5f363eab56
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:1a1f4caf-14b5-481e-a1c0-d539e9e6b877
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-05-21T06:05:45.529Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 33045b05-25b3-41ee-897f-7064fb652a43
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-05-21T06:05:45.532Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-05-21T06:05:45.532Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 33045b05-25b3-41ee-897f-7064fb652a43
2022-05-21T06:05:45.532Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 538d185f-0ede-4d3a-853e-8ce66090e895 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-21T06:05:45.532Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:05:45.532Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-21T06:05:46.114Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:05:46.114Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 538d185f-0ede-4d3a-853e-8ce66090e895 787
2022-05-21T06:05:46.114Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-21T06:05:46.114Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-21T06:05:46.115Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:05:46.115Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:46.116Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:46.116Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113146114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:05:46.216Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:46.217Z||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-05-21T06:05:46.217Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:46.232Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:46.233Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:47.117Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "25183c62-b967-479a-ada1-ce6caf2fb1d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "297b31e7-87ff-4014-be3e-4a56abdd19d6",
    "vfModuleModelCustomizationUUID": "79a61766-eb4e-4da5-a3c2-31980a87ac8c",
    "isBase": true,
    "artifacts": [
      "bfa395a0-a242-46df-9e7c-1c11fb07f14c",
      "59b3842e-eff7-4f5b-a7ff-47c722ee94db"
    ],
    "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-05-21T06:05:47.121Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:297b31e7-87ff-4014-be3e-4a56abdd19d6
VfModuleModelInvariantUUID:25183c62-b967-479a-ada1-ce6caf2fb1d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
bfa395a0-a242-46df-9e7c-1c11fb07f14c
,
59b3842e-eff7-4f5b-a7ff-47c722ee94db

}
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-05-21T06:05:47.124Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "25183c62-b967-479a-ada1-ce6caf2fb1d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "297b31e7-87ff-4014-be3e-4a56abdd19d6",
    "vfModuleModelCustomizationUUID": "79a61766-eb4e-4da5-a3c2-31980a87ac8c",
    "isBase": true,
    "artifacts": [
      "bfa395a0-a242-46df-9e7c-1c11fb07f14c",
      "59b3842e-eff7-4f5b-a7ff-47c722ee94db"
    ],
    "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-05-21T06:05:47.125Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:297b31e7-87ff-4014-be3e-4a56abdd19d6
VfModuleModelInvariantUUID:25183c62-b967-479a-ada1-ce6caf2fb1d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
bfa395a0-a242-46df-9e7c-1c11fb07f14c
,
59b3842e-eff7-4f5b-a7ff-47c722ee94db

}
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-05-21T06:05:47.125Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bfa395a0-a242-46df-9e7c-1c11fb07f14c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-21T06:05:47.125Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:05:47.125Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-21T06:05:47.458Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:05:47.459Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml bfa395a0-a242-46df-9e7c-1c11fb07f14c 5033
2022-05-21T06:05:47.459Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-21T06:05:47.459Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-21T06:05:47.459Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:05:47.459Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:47.462Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:47.462Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113147459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:05:47.562Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:47.562Z||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-05-21T06:05:47.563Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:47.577Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:47.578Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:48.462Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 59b3842e-eff7-4f5b-a7ff-47c722ee94db from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-21T06:05:48.463Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:05:48.463Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-21T06:05:48.921Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:05:48.922Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 59b3842e-eff7-4f5b-a7ff-47c722ee94db 903
2022-05-21T06:05:48.922Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-21T06:05:48.922Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-21T06:05:48.922Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:05:48.922Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:48.923Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:48.924Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113148922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:05:49.024Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:49.025Z||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-05-21T06:05:49.025Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:49.037Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:49.038Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:49.924Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4a495a90-1c54-406f-818a-31e6dfbf07ef
2022-05-21T06:05:49.925Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 33045b05-25b3-41ee-897f-7064fb652a43 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-05-21T06:05:49.938Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11365de7, org.onap.sdc.toscaparser.api.parameters.Input@140abc2c, org.onap.sdc.toscaparser.api.parameters.Input@372b2da0, org.onap.sdc.toscaparser.api.parameters.Input@7341102f, org.onap.sdc.toscaparser.api.parameters.Input@503ba2c5]
2022-05-21T06:05:49.939Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.939Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:49.940Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-05-21T06:05:49.940Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bb2eed8a-3354-4068-aca1-5a7d80076b58
2022-05-21T06:05:49.940Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bb2eed8a-3354-4068-aca1-5a7d80076b58 matches Tosca VF Customization UUID: bb2eed8a-3354-4068-aca1-5a7d80076b58
2022-05-21T06:05:49.940Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bb2eed8a-3354-4068-aca1-5a7d80076b58  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-05-21T06:05:49.942Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.942Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:49.943Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bb2eed8a-3354-4068-aca1-5a7d80076b58: {\"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-05-21T06:05:49.943Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@482512d
2022-05-21T06:05:49.943Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.943Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T06:05:49.943Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 79a61766-eb4e-4da5-a3c2-31980a87ac8c
2022-05-21T06:05:49.943Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 79a61766-eb4e-4da5-a3c2-31980a87ac8c
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-05-21T06:05:49.946Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.946Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-21T06:05:49.947Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:05:49.947Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.947Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-21T06:05:49.947Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:05:49.947Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.947Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-21T06:05:49.948Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-21T06:05:49.948Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-21T06:05:49.948Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eb91637c-7631-446d-bfa6-087eeb7bbf8b
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-05-21T06:05:49.950Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.950Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-21T06:05:49.950Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:05:49.951Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.951Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-21T06:05:49.951Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=bb2eed8a-3354-4068-aca1-5a7d80076b58
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-05-21T06:05:49.952Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.952Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:49.953Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4a495a90-1c54-406f-818a-31e6dfbf07ef: basic_vm
2022-05-21T06:05:49.953Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.953Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:49.953Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.953Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:49.953Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.953Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:49.953Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.953Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:49.953Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:05:49.954Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:05:49.954Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-21T06:05:50.029Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 33045b05-25b3-41ee-897f-7064fb652a43 1 ASDC deployResourceStructure
2022-05-21T06:05:50.029Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-21T06:05:50.029Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-21T06:05:50.029Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:05:50.030Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:50.031Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:50.031Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113150029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T06:05:50.131Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:50.132Z||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-05-21T06:05:50.132Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:50.145Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:50.146Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:51.032Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-21T06:05:51.033Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-21T06:05:51.033Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:05:51.033Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:51.034Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:51.034Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113151032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T06:05:51.135Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:51.136Z||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-05-21T06:05:51.136Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:51.158Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:51.159Z||pool-63-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:52.035Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-21T06:05:52.036Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-21T06:05:52.036Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:05:52.036Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:52.038Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:52.038Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113152035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-21T06:05:52.138Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:52.139Z||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-05-21T06:05:52.139Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:52.151Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:52.151Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:05:53.039Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-21T06:05:53.039Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-21T06:05:53.039Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:05:53.040Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:05:53.041Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:05:53.041Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113153039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:05:53.141Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:05:53.142Z||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-05-21T06:05:53.142Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:53.154Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:53.154Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:05:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:05:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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-05-21T06:05:53.499Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:05:53.553Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:05:53.554Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:05:53.554Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113032762,
  "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-05-21T06:05:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18
2022-05-21T06:05:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18 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-05-21T06:05:54.042Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:05:54.049Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18
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-05-21T06:05:54.055Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T06:05:54.055Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-21T06:05:54.055Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-21T06:05:54.055Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-21T06:05:54.055Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:54.055Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:54.055Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:54.055Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:54.055Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:54.055Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:05:54.055Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-21T06:05:54.059Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-21T06:06:24.060Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18 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-05-21T06:06:24.069Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18 and serviceModelVersionId: 4a495a90-1c54-406f-818a-31e6dfbf07ef
2022-05-21T06:06:24.070Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64dc1195-3398-4a35-a864-5ef20a9285f9
2022-05-21T06:06:24.071Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64dc1195-3398-4a35-a864-5ef20a9285f9/model-vers/model-ver/4a495a90-1c54-406f-818a-31e6dfbf07ef?depth=0
2022-05-21T06:06:24.075Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-21T06:06:24.101Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64dc1195-3398-4a35-a864-5ef20a9285f9/model-vers/model-ver/4a495a90-1c54-406f-818a-31e6dfbf07ef?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-05-21T06:06:24.102Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64dc1195-3398-4a35-a864-5ef20a9285f9/model-vers/model-ver/4a495a90-1c54-406f-818a-31e6dfbf07ef?depth=0|INFO|500||Invoke
2022-05-21T06:06:24.124Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64dc1195-3398-4a35-a864-5ef20a9285f9/model-vers/model-ver/4a495a90-1c54-406f-818a-31e6dfbf07ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-21T06:06:24.376Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64dc1195-3398-4a35-a864-5ef20a9285f9/model-vers/model-ver/4a495a90-1c54-406f-818a-31e6dfbf07ef?depth=0|INFO|500||InvokeReturn
2022-05-21T06:06:24.377Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64dc1195-3398-4a35-a864-5ef20a9285f9/model-vers/model-ver/4a495a90-1c54-406f-818a-31e6dfbf07ef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220521-06:06:23:587-78623], vertex-id=[250080], Content-Length=[0], Date=[Sat, 21 May 2022 06:06:23 GMT], Content-Type=[application/json]}
2022-05-21T06:06:24.377Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-05-21T06:06:24.378Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-21T06:06:24.378Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-21T06:06:24.390Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-21T06:06:24.391Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9aa8ae79-4f8f-4e88-a68e-eaeceb605b18 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-21T06:06:24.391Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-21T06:06:24.391Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:24.393Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:24.394Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113184391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T06:06:24.494Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T06:06:24.495Z||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-05-21T06:06:24.495Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:24.512Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:24.512Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 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-05-21T06:06:25.411Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:06:25.411Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:06:25.411Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:29.771Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:29.773Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T06:06:29.773Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b4b6701-c51d-4e98-8879-787bdd12a3f9","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f620f684-0735-4e7b-a1ff-353fe7744939","serviceDescription":"service","serviceInvariantUUID":"498cc1c7-3074-407a-83ee-1687dacfced7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e0a8f14-fe10-4889-b47f-7921a99adfdc","resourceInvariantUUID":"908dd15b-fae5-4d0d-af8f-490988d69860","resourceCustomizationUUID":"e6b6d7f7-46dd-481b-9b54-6f2afba54521","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":"MjIxOTZkMTVkZDU3YzA1MDNmYjdlNzFiZjczMGJmOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e53f2fa-d9ff-4a47-8811-ab3104f43b9b","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":"NTgzZWQ4OWY5MDk0OTlkN2I1ZjZkMTZkMWE0N2Y5YzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91f069fb-fb07-4bcd-910f-3a707bed1e22","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":"7216236b-fa96-466b-9bf6-36c95adc7514","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":"4c7abbc7-3833-4a37-87a1-2790bd3771be","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":"f75d5b3f-aa17-4781-ac5f-53628e464f9f","artifactVersion":"2","generatedFromUUID":"18356a46-1a3f-4e4f-8fb2-693ddd985357"},{"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":"0db13121-5b4c-417f-9f37-733b84416df7","artifactVersion":"2","generatedFromUUID":"7216236b-fa96-466b-9bf6-36c95adc7514"},{"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":"18356a46-1a3f-4e4f-8fb2-693ddd985357","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":"72c761c6-348e-4ae2-900a-af0a41441b36","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":"MDI2YTQyYTQ4ZjE5Y2VmMWM1YjVkZDlmZmNhMjc2NjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1af20be-5e0c-443d-a414-22d7976c067e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Y2U4NTg1NjBjMGJmMWQ1ZWYzYjk1OGIxZjkyYmYyOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4eeda0c-d417-4599-9575-0e7258376331","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-21T06:06:29.775Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:06:29.776Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:29.778Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:29.778Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:29.878Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:29.879Z||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-05-21T06:06:29.879Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:29.894Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:29.895Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:30.779Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:06:30.780Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:30.781Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:30.781Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:06:30.882Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:30.883Z||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-05-21T06:06:30.883Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:30.906Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:30.908Z||pool-68-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:31.782Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:06:31.783Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:31.786Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:31.786Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:06:31.886Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:31.887Z||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-05-21T06:06:31.887Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:31.901Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:31.902Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:32.787Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:06:32.788Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:32.790Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:32.790Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:32.890Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T06:06:32.891Z||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-05-21T06:06:32.891Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:32.901Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:32.902Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:33.791Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:06:33.792Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:33.795Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:33.795Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-21T06:06:33.895Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:33.896Z||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-05-21T06:06:33.897Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:33.908Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:33.909Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:06:34.795Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:06:34.795Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:34.797Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:34.797Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-21T06:06:34.897Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:34.898Z||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-05-21T06:06:34.898Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:34.910Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:34.911Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:35.798Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:06:35.798Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:35.800Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:35.800Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-21T06:06:35.900Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:35.901Z||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-05-21T06:06:35.901Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:35.913Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:35.914Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:06:36.801Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:06:36.802Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:36.839Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:36.839Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:36.922Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-05-21T06:06:36.924Z||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-05-21T06:06:36.924Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:36.951Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:36.952Z||pool-74-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:37.840Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:06:37.841Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:37.844Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:37.844Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:37.944Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T06:06:37.945Z||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-05-21T06:06:37.946Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:37.969Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:37.971Z||pool-75-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:38.845Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:06:38.847Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:38.850Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:38.850Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:38.953Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-21T06:06:38.954Z||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-05-21T06:06:38.954Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:38.979Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:38.980Z||pool-76-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:39.854Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f620f684-0735-4e7b-a1ff-353fe7744939",
  "serviceDescription": "service",
  "serviceInvariantUUID": "498cc1c7-3074-407a-83ee-1687dacfced7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e6b6d7f7-46dd-481b-9b54-6f2afba54521",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e0a8f14-fe10-4889-b47f-7921a99adfdc",
      "resourceInvariantUUID": "908dd15b-fae5-4d0d-af8f-490988d69860",
      "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": "NTgzZWQ4OWY5MDk0OTlkN2I1ZjZkMTZkMWE0N2Y5YzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "91f069fb-fb07-4bcd-910f-3a707bed1e22",
          "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": "7216236b-fa96-466b-9bf6-36c95adc7514",
          "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": "0db13121-5b4c-417f-9f37-733b84416df7",
            "generatedFromUUID": "7216236b-fa96-466b-9bf6-36c95adc7514"
          },
          "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": "f75d5b3f-aa17-4781-ac5f-53628e464f9f",
          "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": "0db13121-5b4c-417f-9f37-733b84416df7",
          "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": "18356a46-1a3f-4e4f-8fb2-693ddd985357",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Y2U4NTg1NjBjMGJmMWQ1ZWYzYjk1OGIxZjkyYmYyOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f4eeda0c-d417-4599-9575-0e7258376331"
    }
  ],
  "workloadContext": "Production"
}
2022-05-21T06:06:39.855Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-21T06:06:39.855Z|9aa8ae79-4f8f-4e88-a68e-eaeceb605b18|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f620f684-0735-4e7b-a1ff-353fe7744939 ASDC
2022-05-21T06:06:39.856Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1b4b6701-c51d-4e98-8879-787bdd12a3f9
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f620f684-0735-4e7b-a1ff-353fe7744939
ServiceInvariantUUID:498cc1c7-3074-407a-83ee-1687dacfced7
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:f4eeda0c-d417-4599-9575-0e7258376331
ArtifactChecksum:Y2U4NTg1NjBjMGJmMWQ1ZWYzYjk1OGIxZjkyYmYyOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e6b6d7f7-46dd-481b-9b54-6f2afba54521
ResourceInvariantUUID:908dd15b-fae5-4d0d-af8f-490988d69860
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:8e0a8f14-fe10-4889-b47f-7921a99adfdc
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:91f069fb-fb07-4bcd-910f-3a707bed1e22
ArtifactChecksum:NTgzZWQ4OWY5MDk0OTlkN2I1ZjZkMTZkMWE0N2Y5YzQ=
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:7216236b-fa96-466b-9bf6-36c95adc7514
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:0db13121-5b4c-417f-9f37-733b84416df7
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:f75d5b3f-aa17-4781-ac5f-53628e464f9f
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:0db13121-5b4c-417f-9f37-733b84416df7
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:18356a46-1a3f-4e4f-8fb2-693ddd985357
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-21T06:06:39.856Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f620f684-0735-4e7b-a1ff-353fe7744939 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-05-21T06:06:39.924Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T06:06:39.925Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:06:39.925Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:06:39.925Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f4eeda0c-d417-4599-9575-0e7258376331 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-21T06:06:39.925Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:06:39.926Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-21T06:06:40.262Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:06:40.279Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f4eeda0c-d417-4599-9575-0e7258376331 158209
2022-05-21T06:06:40.279Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-21T06:06:40.279Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-21T06:06:40.279Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:06:40.279Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:40.281Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:40.281Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113200279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:40.396Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-05-21T06:06:40.397Z||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-05-21T06:06:40.397Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:40.411Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:40.412Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:41.282Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T06:06:41.283Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:06:41.284Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f4eeda0c-d417-4599-9575-0e7258376331, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-21T06:06:41.284Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-21T06:06:41.285Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-21T06:06:41.285Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-21T06:06:41.437Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13094345412456361857/Definitions/service-BasicCnfMacro-template.yml
2022-05-21T06:06:42.195Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-21T06:06:42.195Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-21T06:06:42.195Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-21T06:06:42.195Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-21T06:06:42.195Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-21T06:06:42.195Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:42.195Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:42.195Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:42.195Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-21T06:06:42.196Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.196Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:42.196Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-21T06:06:42.196Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-21T06:06:42.197Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T06:06:42.197Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.197Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:42.197Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-21T06:06:42.197Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-21T06:06:42.197Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T06:06:42.198Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.198Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:42.198Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.198Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-21T06:06:42.198Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-21T06:06:42.198Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-21T06:06:42.199Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-21T06:06:42.199Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.199Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T06:06:42.199Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.199Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-21T06:06:42.200Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:06:42.204Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.205Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-21T06:06:42.205Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:06:42.206Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.206Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-21T06:06:42.206Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:06:42.206Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.206Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-21T06:06:42.206Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:06:42.206Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.207Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-21T06:06:42.207Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-21T06:06:42.207Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7c4ab9bf-642a-4f98-9a4f-68c2f364c588
2022-05-21T06:06:42.207Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.207Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:42.207Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.207Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:42.208Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.208Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:42.208Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:42.208Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:42.209Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f620f684-0735-4e7b-a1ff-353fe7744939
Model Version:NULL
Model InvariantUuid:498cc1c7-3074-407a-83ee-1687dacfced7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:cdcda202-829e-4595-8a64-1161b3ef998f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:908dd15b-fae5-4d0d-af8f-490988d69860
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e6b6d7f7-46dd-481b-9b54-6f2afba54521
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:39c4fe28-0f22-4498-8b6f-515e65c32319
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:6b107e5c-7e87-4dd2-a2c9-0d61044c373f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:39cf7f91-6a31-40b1-9d29-6f6fe8d07120
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f85a608f-916a-4a1d-9a8c-35cb7ecdfc74
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7c4ab9bf-642a-4f98-9a4f-68c2f364c588
ModelInvariantUuid:5991e805-4b86-42cd-b3b9-30f8f7f7db2c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:d5b80e7e-21a6-4f95-a933-739c3be9ed97
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:fed0bc6b-906c-4199-b3da-542eec43d3e0
ModelInvariantUuid:447c40e0-f7a4-4ae3-ae36-ca9a15c4fc50
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:527576dc-357e-49dc-9274-91230001fec2
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-05-21T06:06:42.218Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e0a8f14-fe10-4889-b47f-7921a99adfdc
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-05-21T06:06:42.222Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-05-21T06:06:42.222Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e0a8f14-fe10-4889-b47f-7921a99adfdc
2022-05-21T06:06:42.222Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 91f069fb-fb07-4bcd-910f-3a707bed1e22 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-21T06:06:42.222Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:06:42.222Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:42.374Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:06:42.374Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 91f069fb-fb07-4bcd-910f-3a707bed1e22 1565
2022-05-21T06:06:42.375Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:42.375Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:42.375Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:06:42.375Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:42.378Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:42.378Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113202375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:42.478Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:42.479Z||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-05-21T06:06:42.479Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:42.492Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:42.493Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:43.379Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "39cf7f91-6a31-40b1-9d29-6f6fe8d07120",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f85a608f-916a-4a1d-9a8c-35cb7ecdfc74",
    "vfModuleModelCustomizationUUID": "beb4c3c6-0bb4-4ab4-b849-ec8a1e7c3aca",
    "isBase": true,
    "artifacts": [
      "7216236b-fa96-466b-9bf6-36c95adc7514",
      "0db13121-5b4c-417f-9f37-733b84416df7"
    ],
    "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": "39c4fe28-0f22-4498-8b6f-515e65c32319",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b107e5c-7e87-4dd2-a2c9-0d61044c373f",
    "vfModuleModelCustomizationUUID": "a698ee3f-a6e1-42eb-a7a3-f5f58fd633e2",
    "isBase": false,
    "artifacts": [
      "18356a46-1a3f-4e4f-8fb2-693ddd985357"
    ],
    "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-05-21T06:06:43.385Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f85a608f-916a-4a1d-9a8c-35cb7ecdfc74
VfModuleModelInvariantUUID:39cf7f91-6a31-40b1-9d29-6f6fe8d07120
VfModuleModelDescription:NULL
Artifacts UUID List:{
7216236b-fa96-466b-9bf6-36c95adc7514
,
0db13121-5b4c-417f-9f37-733b84416df7

}
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:6b107e5c-7e87-4dd2-a2c9-0d61044c373f
VfModuleModelInvariantUUID:39c4fe28-0f22-4498-8b6f-515e65c32319
VfModuleModelDescription:NULL
Artifacts UUID List:{
18356a46-1a3f-4e4f-8fb2-693ddd985357

}
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-05-21T06:06:43.388Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "39cf7f91-6a31-40b1-9d29-6f6fe8d07120",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f85a608f-916a-4a1d-9a8c-35cb7ecdfc74",
    "vfModuleModelCustomizationUUID": "beb4c3c6-0bb4-4ab4-b849-ec8a1e7c3aca",
    "isBase": true,
    "artifacts": [
      "7216236b-fa96-466b-9bf6-36c95adc7514",
      "0db13121-5b4c-417f-9f37-733b84416df7"
    ],
    "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": "39c4fe28-0f22-4498-8b6f-515e65c32319",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b107e5c-7e87-4dd2-a2c9-0d61044c373f",
    "vfModuleModelCustomizationUUID": "a698ee3f-a6e1-42eb-a7a3-f5f58fd633e2",
    "isBase": false,
    "artifacts": [
      "18356a46-1a3f-4e4f-8fb2-693ddd985357"
    ],
    "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-05-21T06:06:43.388Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f85a608f-916a-4a1d-9a8c-35cb7ecdfc74
VfModuleModelInvariantUUID:39cf7f91-6a31-40b1-9d29-6f6fe8d07120
VfModuleModelDescription:NULL
Artifacts UUID List:{
7216236b-fa96-466b-9bf6-36c95adc7514
,
0db13121-5b4c-417f-9f37-733b84416df7

}
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:6b107e5c-7e87-4dd2-a2c9-0d61044c373f
VfModuleModelInvariantUUID:39c4fe28-0f22-4498-8b6f-515e65c32319
VfModuleModelDescription:NULL
Artifacts UUID List:{
18356a46-1a3f-4e4f-8fb2-693ddd985357

}
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-05-21T06:06:43.388Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7216236b-fa96-466b-9bf6-36c95adc7514 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-21T06:06:43.388Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:06:43.388Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:43.583Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:06:43.584Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 7216236b-fa96-466b-9bf6-36c95adc7514 914
2022-05-21T06:06:43.585Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:43.585Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:43.586Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:06:43.586Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:43.588Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:43.589Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113203585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:43.689Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:43.690Z||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-05-21T06:06:43.690Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:43.707Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:43.707Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:44.590Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f75d5b3f-aa17-4781-ac5f-53628e464f9f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-21T06:06:44.591Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:06:44.591Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:44.955Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:06:44.956Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f75d5b3f-aa17-4781-ac5f-53628e464f9f 12
2022-05-21T06:06:44.956Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:44.957Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:44.957Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:06:44.957Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:44.960Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:44.960Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113204956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:45.060Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:45.061Z||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-05-21T06:06:45.061Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:45.075Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:45.076Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:45.961Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0db13121-5b4c-417f-9f37-733b84416df7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-21T06:06:45.961Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:06:45.962Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:46.259Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:06:46.260Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 0db13121-5b4c-417f-9f37-733b84416df7 96
2022-05-21T06:06:46.261Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:46.261Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:46.261Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:06:46.262Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:46.263Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:46.264Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113206261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:46.364Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:46.365Z||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-05-21T06:06:46.365Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:46.382Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:46.383Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:47.264Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 18356a46-1a3f-4e4f-8fb2-693ddd985357 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-21T06:06:47.265Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:06:47.265Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:47.657Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:06:47.658Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 18356a46-1a3f-4e4f-8fb2-693ddd985357 20206
2022-05-21T06:06:47.659Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:47.659Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:47.660Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:06:47.660Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:47.662Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:47.662Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113207659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:47.762Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:47.763Z||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-05-21T06:06:47.763Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:47.774Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:47.774Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:48.665Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f620f684-0735-4e7b-a1ff-353fe7744939
2022-05-21T06:06:48.665Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 8e0a8f14-fe10-4889-b47f-7921a99adfdc 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-05-21T06:06:48.675Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@552e656c, org.onap.sdc.toscaparser.api.parameters.Input@4866be45, org.onap.sdc.toscaparser.api.parameters.Input@3a784b6, org.onap.sdc.toscaparser.api.parameters.Input@5fabf5b1, org.onap.sdc.toscaparser.api.parameters.Input@7988fe2d]
2022-05-21T06:06:48.677Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:48.677Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:48.677Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-05-21T06:06:48.677Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e6b6d7f7-46dd-481b-9b54-6f2afba54521
2022-05-21T06:06:48.677Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e6b6d7f7-46dd-481b-9b54-6f2afba54521 matches Tosca VF Customization UUID: e6b6d7f7-46dd-481b-9b54-6f2afba54521
2022-05-21T06:06:48.678Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e6b6d7f7-46dd-481b-9b54-6f2afba54521  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-05-21T06:06:48.680Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:48.680Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:48.681Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e6b6d7f7-46dd-481b-9b54-6f2afba54521: {\"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-05-21T06:06:48.681Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b5a2966
2022-05-21T06:06:48.681Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:48.681Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T06:06:48.681Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a698ee3f-a6e1-42eb-a7a3-f5f58fd633e2
2022-05-21T06:06:48.682Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a698ee3f-a6e1-42eb-a7a3-f5f58fd633e2
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-05-21T06:06:48.684Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:48.684Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-21T06:06:48.684Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:06:48.685Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:48.685Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-21T06:06:48.685Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:06:48.685Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:48.685Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-21T06:06:48.685Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e6b6d7f7-46dd-481b-9b54-6f2afba54521
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-05-21T06:06:48.687Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:48.687Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:48.687Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f620f684-0735-4e7b-a1ff-353fe7744939: basic_cnf_macro
2022-05-21T06:06:48.687Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:48.687Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:48.687Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:48.687Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:48.687Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:48.687Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:48.687Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:48.687Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:48.687Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:06:48.688Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:06:48.688Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:48.716Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 8e0a8f14-fe10-4889-b47f-7921a99adfdc 2 ASDC deployResourceStructure
2022-05-21T06:06:48.717Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:48.717Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:48.717Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:06:48.717Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:48.719Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:48.719Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113208717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:48.819Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:48.820Z||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-05-21T06:06:48.820Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:48.839Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:48.839Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:49.720Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:49.721Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:49.721Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:06:49.721Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:49.723Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:49.724Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113209720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:49.824Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T06:06:49.825Z||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-05-21T06:06:49.825Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:49.864Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:49.864Z||pool-84-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:50.728Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:50.729Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:50.729Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-21T06:06:50.729Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:50.730Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:50.730Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113210725,
  "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-05-21T06:06:50.833Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T06:06:50.833Z||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-05-21T06:06:50.834Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:50.844Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:50.844Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:51.735Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:51.735Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:51.735Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:06:51.735Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:51.737Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:51.737Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113211735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:51.837Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:51.838Z||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-05-21T06:06:51.838Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:51.851Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:51.851Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:06:52.738Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:52.738Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||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-05-21T06:06:52.738Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-21T06:06:52.738Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:52.740Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:52.740Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113212737,
  "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-05-21T06:06:52.840Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:52.841Z||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-05-21T06:06:52.841Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:52.862Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:52.862Z||pool-87-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:06:53.499Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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-05-21T06:06:53.499Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:53.512Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:53.557Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.557Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/resourceInstances/pnfa3ebcc7501420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.558Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113042460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113044083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5cjuofbhm1wnzz7b5zsf/1.0/artifacts/service-DemoPnf5cjuofbhm1wnzz7b5zsf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "cds",
  "timestamp": 1653113045996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "cds",
  "timestamp": 1653113045996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "cds",
  "timestamp": 1653113045996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "cds",
  "timestamp": 1653113045996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.559Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "cds",
  "timestamp": 1653113045996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "cds",
  "timestamp": 1653113045996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "cds",
  "timestamp": 1653113045996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.560Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "cds",
  "timestamp": 1653113045996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "cds",
  "timestamp": 1653113045996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.561Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "cds",
  "timestamp": 1653113045996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.562Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "cds",
  "timestamp": 1653113062094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113062443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.563Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.564Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.564Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.564Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.564Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "cds",
  "timestamp": 1653113064356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-21T06:06:53.568Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b4b6701-c51d-4e98-8879-787bdd12a3f9
2022-05-21T06:06:53.568Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b4b6701-c51d-4e98-8879-787bdd12a3f9 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-05-21T06:06:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.574Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113065114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "cds",
  "timestamp": 1653113065360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113065533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113066135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "cds",
  "timestamp": 1653113065360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.575Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113066540,
  "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-05-21T06:06:53.578Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b4b6701-c51d-4e98-8879-787bdd12a3f9
2022-05-21T06:06:53.578Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b4b6701-c51d-4e98-8879-787bdd12a3f9 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-05-21T06:06:53.583Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.583Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113067251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.583Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.583Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.584Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.584Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.584Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.584Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.584Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.584Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.584Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "policy-id",
  "timestamp": 1653113067138,
  "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-05-21T06:06:53.587Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b4b6701-c51d-4e98-8879-787bdd12a3f9
2022-05-21T06:06:53.587Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b4b6701-c51d-4e98-8879-787bdd12a3f9 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-05-21T06:06:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "cds",
  "timestamp": 1653113065360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113068433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.592Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "cds",
  "timestamp": 1653113065360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113069746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.593Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "cds",
  "timestamp": 1653113065360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113070939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "cds",
  "timestamp": 1653113065360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.594Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "cds",
  "timestamp": 1653113065360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.595Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113072024,
  "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-05-21T06:06:53.598Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b4b6701-c51d-4e98-8879-787bdd12a3f9
2022-05-21T06:06:53.598Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b4b6701-c51d-4e98-8879-787bdd12a3f9 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-05-21T06:06:53.602Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.602Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.602Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.602Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.602Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113073026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "cds",
  "timestamp": 1653113065360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "cds",
  "timestamp": 1653113065360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.603Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "cds",
  "timestamp": 1653113074587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.604Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "cds",
  "timestamp": 1653113075600,
  "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-05-21T06:06:53.610Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 040fa382-bdae-441c-a0ee-42f59726af56
2022-05-21T06:06:53.610Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 040fa382-bdae-441c-a0ee-42f59726af56 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-05-21T06:06:53.614Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.614Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113051003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "policy-id",
  "timestamp": 1653113054309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113076685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113059040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113077093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "cds",
  "timestamp": 1653113076604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "policy-id",
  "timestamp": 1653113077248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.615Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "cds",
  "timestamp": 1653113076604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "policy-id",
  "timestamp": 1653113078253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113078999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "cds",
  "timestamp": 1653113076604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113079377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113079040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.616Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "policy-id",
  "timestamp": 1653113079258,
  "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-05-21T06:06:53.618Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 040fa382-bdae-441c-a0ee-42f59726af56
2022-05-21T06:06:53.618Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 040fa382-bdae-441c-a0ee-42f59726af56 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-05-21T06:06:53.624Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.624Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.624Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.624Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.624Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113080003,
  "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-05-21T06:06:53.627Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 040fa382-bdae-441c-a0ee-42f59726af56
2022-05-21T06:06:53.627Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 040fa382-bdae-441c-a0ee-42f59726af56 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-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "cds",
  "timestamp": 1653113076604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113079040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113080601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "policy-id",
  "timestamp": 1653113080263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.631Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.632Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "cds",
  "timestamp": 1653113076604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.632Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.632Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.632Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113079040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.632Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.632Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.632Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.632Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.632Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.632Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "clamp",
  "timestamp": 1653113081605,
  "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-05-21T06:06:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b4b6701-c51d-4e98-8879-787bdd12a3f9
2022-05-21T06:06:53.634Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b4b6701-c51d-4e98-8879-787bdd12a3f9 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-05-21T06:06:53.639Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.639Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113081007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "policy-id",
  "timestamp": 1653113080263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "cds",
  "timestamp": 1653113076604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113079040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.640Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113081007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113083244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "policy-id",
  "timestamp": 1653113080263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "cds",
  "timestamp": 1653113076604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113079040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.641Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113081007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "policy-id",
  "timestamp": 1653113080263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "cds",
  "timestamp": 1653113076604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113084742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113079040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113081007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.642Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "policy-id",
  "timestamp": 1653113080263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113079040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113086196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113081007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "policy-id",
  "timestamp": 1653113080263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.643Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653113079040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "cds",
  "timestamp": 1653113086277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113081007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "policy-id",
  "timestamp": 1653113080263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113087542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.644Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "cds",
  "timestamp": 1653113087452,
  "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-05-21T06:06:53.653Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8c6a856-baa7-4b37-908d-758f2a0e2541
2022-05-21T06:06:53.653Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8c6a856-baa7-4b37-908d-758f2a0e2541 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-05-21T06:06:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113081007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "policy-id",
  "timestamp": 1653113080263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.657Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.658Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.658Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113088582,
  "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-05-21T06:06:53.660Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 040fa382-bdae-441c-a0ee-42f59726af56
2022-05-21T06:06:53.660Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 040fa382-bdae-441c-a0ee-42f59726af56 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-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113081007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113089585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "policy-id",
  "timestamp": 1653113089282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "policy-id",
  "timestamp": 1653113090288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113090483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113090590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113091359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.663Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "policy-id",
  "timestamp": 1653113091292,
  "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-05-21T06:06:53.666Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8c6a856-baa7-4b37-908d-758f2a0e2541
2022-05-21T06:06:53.666Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8c6a856-baa7-4b37-908d-758f2a0e2541 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-05-21T06:06:53.670Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.670Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113090590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:06:53.671Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:06:53.671Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-21T06:06:53.671Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "aai-ml",
  "timestamp": 1653113092364,
  "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-05-21T06:06:53.674Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b4b6701-c51d-4e98-8879-787bdd12a3f9
2022-05-21T06:06:53.674Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b4b6701-c51d-4e98-8879-787bdd12a3f9 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-05-21T06:06:53.741Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-21T06:06:53.741Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-21T06:06:53.741Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:06:53.741Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:06:53.744Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:06:53.744Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113213740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:06:53.844Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:06:53.845Z||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-05-21T06:06:53.845Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:06:53.857Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:06:53.858Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:06:54.745Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b4b6701-c51d-4e98-8879-787bdd12a3f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:06:54.751Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b4b6701-c51d-4e98-8879-787bdd12a3f9
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-05-21T06:06:54.753Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T06:06:54.753Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-21T06:06:54.753Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-21T06:06:54.753Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-21T06:06:54.753Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:06:54.753Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:06:54.753Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:06:54.753Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:06:54.753Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:06:54.753Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:06:54.753Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-21T06:06:54.756Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-21T06:07:24.756Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b4b6701-c51d-4e98-8879-787bdd12a3f9 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-05-21T06:07:24.761Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b4b6701-c51d-4e98-8879-787bdd12a3f9 and serviceModelVersionId: f620f684-0735-4e7b-a1ff-353fe7744939
2022-05-21T06:07:24.761Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 498cc1c7-3074-407a-83ee-1687dacfced7
2022-05-21T06:07:24.762Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/498cc1c7-3074-407a-83ee-1687dacfced7/model-vers/model-ver/f620f684-0735-4e7b-a1ff-353fe7744939?depth=0
2022-05-21T06:07:24.765Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-21T06:07:24.789Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/498cc1c7-3074-407a-83ee-1687dacfced7/model-vers/model-ver/f620f684-0735-4e7b-a1ff-353fe7744939?depth=0|INFO|500||Invoke
2022-05-21T06:07:24.790Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/498cc1c7-3074-407a-83ee-1687dacfced7/model-vers/model-ver/f620f684-0735-4e7b-a1ff-353fe7744939?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/498cc1c7-3074-407a-83ee-1687dacfced7/model-vers/model-ver/f620f684-0735-4e7b-a1ff-353fe7744939?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b4b6701-c51d-4e98-8879-787bdd12a3f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[545cce67-de45-4d5c-860f-1750bd0a27bb], X-ECOMP-RequestID=[1b4b6701-c51d-4e98-8879-787bdd12a3f9], X-TransactionId=[], X-ONAP-RequestID=[1b4b6701-c51d-4e98-8879-787bdd12a3f9], Content-Type=[application/merge-patch+json]}
2022-05-21T06:07:24.804Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/498cc1c7-3074-407a-83ee-1687dacfced7/model-vers/model-ver/f620f684-0735-4e7b-a1ff-353fe7744939?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-21T06:07:25.457Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/498cc1c7-3074-407a-83ee-1687dacfced7/model-vers/model-ver/f620f684-0735-4e7b-a1ff-353fe7744939?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/498cc1c7-3074-407a-83ee-1687dacfced7/model-vers/model-ver/f620f684-0735-4e7b-a1ff-353fe7744939?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220521-06:07:24:267-12456], vertex-id=[205000], Content-Length=[0], Date=[Sat, 21 May 2022 06:07:24 GMT], Content-Type=[application/json]}
2022-05-21T06:07:25.458Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/498cc1c7-3074-407a-83ee-1687dacfced7/model-vers/model-ver/f620f684-0735-4e7b-a1ff-353fe7744939?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-21T06:07:25.458Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/498cc1c7-3074-407a-83ee-1687dacfced7/model-vers/model-ver/f620f684-0735-4e7b-a1ff-353fe7744939?depth=0|INFO|500||InvokeReturn
2022-05-21T06:07:25.459Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-21T06:07:25.459Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-21T06:07:25.464Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-21T06:07:25.465Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b4b6701-c51d-4e98-8879-787bdd12a3f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-21T06:07:25.465Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-21T06:07:25.465Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:25.467Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:25.467Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113245465,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T06:07:25.567Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:25.568Z||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-05-21T06:07:25.568Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:25.581Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:25.582Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 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-05-21T06:07:26.477Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T06:07:26.477Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"040fa382-bdae-441c-a0ee-42f59726af56","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"27b0c66a-1534-4e30-b270-7acc38828bf7","serviceDescription":"service","serviceInvariantUUID":"6073c05d-c261-4920-b30d-dea5084161eb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ed93778-0daa-45f3-b5de-cae7517b57f2","resourceInvariantUUID":"d5f6ceef-9eae-495f-bd98-154387594640","resourceCustomizationUUID":"cf3364b9-cd80-4ce0-8a1f-4692855869a1","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":"MzkyNTFiODIxZjA0MWE2ZmI0OWQ1ZDNjZTFiMDhkZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4356839-0de8-433b-b8ee-bfb28a6f2ec5","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":"21793b02-e08d-4d5b-b14b-e827ddb6ec39","artifactVersion":"2","generatedFromUUID":"93b9fd92-db88-495e-9a2e-2343d74a9036"},{"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":"93b9fd92-db88-495e-9a2e-2343d74a9036","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":"NzRkYmIxZTY0NzRiZDkwNDQyMGU3Yjg3MjJiMjBlYzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"797e1ab0-e195-4f85-ba5f-548e619d6f9c","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":"f868067f-43f6-4e4b-ae84-cdc4714d289a","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":"aebb4e38-eb63-44cf-aa15-c0a42657fdec","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":"b497d526-adcc-4608-a75b-948447f0a9ba","artifactVersion":"2","generatedFromUUID":"f868067f-43f6-4e4b-ae84-cdc4714d289a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTZhYWIwMzk0MTE2MDNiM2Y1ZGJhZTE1N2MxNzYxMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f01ddc10-7352-4832-9f0c-30b9a16d6ed5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODY1OWZhY2ZhZmZmOWExZWJlZTNmMDc5YjJjY2Y4NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bb9a041-f67b-4dd7-ad5a-072946962990","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-21T06:07:26.478Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:07:26.478Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:26.480Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:26.481Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:26.581Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T06:07:26.581Z||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-05-21T06:07:26.581Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:26.594Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:26.595Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:07:27.481Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:07:27.482Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:27.485Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:27.485Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-21T06:07:27.585Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T06:07:27.586Z||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-05-21T06:07:27.586Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:27.601Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:27.602Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:28.486Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:07:28.487Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:28.488Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:28.488Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-21T06:07:28.589Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:28.589Z||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-05-21T06:07:28.589Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:28.599Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:28.599Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:29.489Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:07:29.490Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:29.491Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:29.491Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:07:29.592Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T06:07:29.593Z||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-05-21T06:07:29.593Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:29.610Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:29.610Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:07:30.492Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:07:30.492Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:30.494Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:30.494Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:07:30.594Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:30.595Z||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-05-21T06:07:30.595Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:30.607Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:30.608Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:31.494Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:07:31.495Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:31.497Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:31.497Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:31.597Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:31.598Z||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-05-21T06:07:31.598Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:31.610Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:31.610Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:32.497Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:07:32.498Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:32.500Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:32.500Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-21T06:07:32.601Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-21T06:07:32.601Z||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-05-21T06:07:32.601Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:32.613Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:32.613Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:07:33.500Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:07:33.501Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:33.503Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:33.503Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:33.603Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:33.604Z||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-05-21T06:07:33.604Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:33.614Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:33.615Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:34.503Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:07:34.504Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:34.506Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:34.506Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:07:34.606Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:34.607Z||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-05-21T06:07:34.607Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:34.618Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:34.619Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:35.507Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "27b0c66a-1534-4e30-b270-7acc38828bf7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6073c05d-c261-4920-b30d-dea5084161eb",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "cf3364b9-cd80-4ce0-8a1f-4692855869a1",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ed93778-0daa-45f3-b5de-cae7517b57f2",
      "resourceInvariantUUID": "d5f6ceef-9eae-495f-bd98-154387594640",
      "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": "21793b02-e08d-4d5b-b14b-e827ddb6ec39",
          "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": "93b9fd92-db88-495e-9a2e-2343d74a9036",
          "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": "NzRkYmIxZTY0NzRiZDkwNDQyMGU3Yjg3MjJiMjBlYzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "797e1ab0-e195-4f85-ba5f-548e619d6f9c",
          "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": "f868067f-43f6-4e4b-ae84-cdc4714d289a",
          "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": "b497d526-adcc-4608-a75b-948447f0a9ba",
            "generatedFromUUID": "f868067f-43f6-4e4b-ae84-cdc4714d289a"
          },
          "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": "b497d526-adcc-4608-a75b-948447f0a9ba",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODY1OWZhY2ZhZmZmOWExZWJlZTNmMDc5YjJjY2Y4NWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bb9a041-f67b-4dd7-ad5a-072946962990"
    }
  ],
  "workloadContext": "Production"
}
2022-05-21T06:07:35.507Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-21T06:07:35.507Z|1b4b6701-c51d-4e98-8879-787bdd12a3f9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 27b0c66a-1534-4e30-b270-7acc38828bf7 ASDC
2022-05-21T06:07:35.508Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:040fa382-bdae-441c-a0ee-42f59726af56
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:27b0c66a-1534-4e30-b270-7acc38828bf7
ServiceInvariantUUID:6073c05d-c261-4920-b30d-dea5084161eb
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:9bb9a041-f67b-4dd7-ad5a-072946962990
ArtifactChecksum:ODY1OWZhY2ZhZmZmOWExZWJlZTNmMDc5YjJjY2Y4NWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:cf3364b9-cd80-4ce0-8a1f-4692855869a1
ResourceInvariantUUID:d5f6ceef-9eae-495f-bd98-154387594640
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:8ed93778-0daa-45f3-b5de-cae7517b57f2
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:21793b02-e08d-4d5b-b14b-e827ddb6ec39
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:93b9fd92-db88-495e-9a2e-2343d74a9036
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:797e1ab0-e195-4f85-ba5f-548e619d6f9c
ArtifactChecksum:NzRkYmIxZTY0NzRiZDkwNDQyMGU3Yjg3MjJiMjBlYzk=
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:f868067f-43f6-4e4b-ae84-cdc4714d289a
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:b497d526-adcc-4608-a75b-948447f0a9ba
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:b497d526-adcc-4608-a75b-948447f0a9ba
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-21T06:07:35.508Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27b0c66a-1534-4e30-b270-7acc38828bf7 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-05-21T06:07:35.531Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T06:07:35.531Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:07:35.531Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:07:35.531Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9bb9a041-f67b-4dd7-ad5a-072946962990 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-21T06:07:35.531Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:07:35.532Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-21T06:07:35.700Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:07:35.703Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9bb9a041-f67b-4dd7-ad5a-072946962990 68948
2022-05-21T06:07:35.703Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-21T06:07:35.703Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-21T06:07:35.704Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:07:35.704Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:35.705Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:35.705Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113255703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:35.805Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:35.806Z||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-05-21T06:07:35.806Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:35.819Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:35.819Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:36.706Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T06:07:36.707Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:07:36.707Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9bb9a041-f67b-4dd7-ad5a-072946962990, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-21T06:07:36.707Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-21T06:07:36.707Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-21T06:07:36.707Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-21T06:07:36.799Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12702471949643909902/Definitions/service-BasicCnf-template.yml
2022-05-21T06:07:37.471Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-21T06:07:37.472Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-21T06:07:37.472Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-21T06:07:37.472Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-21T06:07:37.472Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-21T06:07:37.472Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-21T06:07:37.472Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-21T06:07:37.472Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-21T06:07:37.472Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-21T06:07:37.472Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.472Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:37.473Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-21T06:07:37.473Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-21T06:07:37.473Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T06:07:37.473Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.473Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:37.473Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-21T06:07:37.473Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-21T06:07:37.473Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T06:07:37.474Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.474Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:37.474Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.474Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-21T06:07:37.474Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-21T06:07:37.474Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-21T06:07:37.474Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-21T06:07:37.474Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.474Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T06:07:37.475Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.475Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-21T06:07:37.475Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:07:37.475Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.475Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-21T06:07:37.475Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:07:37.475Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.475Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-21T06:07:37.475Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:07:37.476Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.476Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-21T06:07:37.476Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-21T06:07:37.476Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=856cee28-4c18-4d4d-b126-23db7e6a39ca
2022-05-21T06:07:37.476Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.476Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:37.476Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.476Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:37.476Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.476Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:37.476Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:37.476Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:37.477Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:27b0c66a-1534-4e30-b270-7acc38828bf7
Model Version:NULL
Model InvariantUuid:6073c05d-c261-4920-b30d-dea5084161eb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2123eadc-d762-41f7-a996-e3b1f733e1c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d5f6ceef-9eae-495f-bd98-154387594640
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cf3364b9-cd80-4ce0-8a1f-4692855869a1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:70827ff5-3b73-40ef-be8f-6bf11d16aaae
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:731e9bf5-f1e3-4615-8656-e7769a43f1c1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:856cee28-4c18-4d4d-b126-23db7e6a39ca
ModelInvariantUuid:332e5372-78d0-4208-93e2-27f55dd95ab8
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:c2961c21-cabb-43d4-9c94-cc0ae9b57981
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1f917b3b-fb1a-4cbe-bb1a-02da2179bdb2
ModelInvariantUuid:efb636df-dea0-42c6-beb0-abc6bd697b68
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9fbd9989-6f15-4345-96eb-a47e27fcb20a
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-05-21T06:07:37.483Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ed93778-0daa-45f3-b5de-cae7517b57f2
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-05-21T06:07:37.486Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-05-21T06:07:37.486Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ed93778-0daa-45f3-b5de-cae7517b57f2
2022-05-21T06:07:37.486Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 21793b02-e08d-4d5b-b14b-e827ddb6ec39 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-21T06:07:37.486Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:07:37.486Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-21T06:07:37.540Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:07:37.541Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 21793b02-e08d-4d5b-b14b-e827ddb6ec39 12
2022-05-21T06:07:37.541Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-21T06:07:37.542Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-21T06:07:37.542Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:07:37.542Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:37.544Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:37.544Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113257541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:37.644Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T06:07:37.645Z||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-05-21T06:07:37.646Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:37.666Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:37.667Z||pool-100-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:38.545Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 93b9fd92-db88-495e-9a2e-2343d74a9036 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-21T06:07:38.545Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:07:38.546Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-21T06:07:38.610Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:07:38.612Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 93b9fd92-db88-495e-9a2e-2343d74a9036 2688
2022-05-21T06:07:38.612Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-21T06:07:38.612Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-21T06:07:38.612Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:07:38.612Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:38.614Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:38.614Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113258612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:38.714Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:38.716Z||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-05-21T06:07:38.716Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:38.747Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:38.747Z||pool-101-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:39.617Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 797e1ab0-e195-4f85-ba5f-548e619d6f9c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-21T06:07:39.617Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:07:39.617Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-21T06:07:39.778Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:07:39.778Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 797e1ab0-e195-4f85-ba5f-548e619d6f9c 828
2022-05-21T06:07:39.778Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-21T06:07:39.779Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-21T06:07:39.779Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:07:39.779Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:39.781Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:39.782Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113259778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:39.882Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:39.883Z||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-05-21T06:07:39.883Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:39.898Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:39.898Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:40.782Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "70827ff5-3b73-40ef-be8f-6bf11d16aaae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "731e9bf5-f1e3-4615-8656-e7769a43f1c1",
    "vfModuleModelCustomizationUUID": "afb02b1c-02ca-4bf8-8a9e-059d867dfabc",
    "isBase": true,
    "artifacts": [
      "93b9fd92-db88-495e-9a2e-2343d74a9036",
      "f868067f-43f6-4e4b-ae84-cdc4714d289a",
      "b497d526-adcc-4608-a75b-948447f0a9ba"
    ],
    "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-05-21T06:07:40.787Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:731e9bf5-f1e3-4615-8656-e7769a43f1c1
VfModuleModelInvariantUUID:70827ff5-3b73-40ef-be8f-6bf11d16aaae
VfModuleModelDescription:NULL
Artifacts UUID List:{
93b9fd92-db88-495e-9a2e-2343d74a9036
,
f868067f-43f6-4e4b-ae84-cdc4714d289a
,
b497d526-adcc-4608-a75b-948447f0a9ba

}
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-05-21T06:07:40.789Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "70827ff5-3b73-40ef-be8f-6bf11d16aaae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "731e9bf5-f1e3-4615-8656-e7769a43f1c1",
    "vfModuleModelCustomizationUUID": "afb02b1c-02ca-4bf8-8a9e-059d867dfabc",
    "isBase": true,
    "artifacts": [
      "93b9fd92-db88-495e-9a2e-2343d74a9036",
      "f868067f-43f6-4e4b-ae84-cdc4714d289a",
      "b497d526-adcc-4608-a75b-948447f0a9ba"
    ],
    "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-05-21T06:07:40.790Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:731e9bf5-f1e3-4615-8656-e7769a43f1c1
VfModuleModelInvariantUUID:70827ff5-3b73-40ef-be8f-6bf11d16aaae
VfModuleModelDescription:NULL
Artifacts UUID List:{
93b9fd92-db88-495e-9a2e-2343d74a9036
,
f868067f-43f6-4e4b-ae84-cdc4714d289a
,
b497d526-adcc-4608-a75b-948447f0a9ba

}
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-05-21T06:07:40.790Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f868067f-43f6-4e4b-ae84-cdc4714d289a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-21T06:07:40.790Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:07:40.790Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-21T06:07:40.961Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:07:40.961Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f868067f-43f6-4e4b-ae84-cdc4714d289a 1164
2022-05-21T06:07:40.961Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-21T06:07:40.961Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-21T06:07:40.961Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:07:40.962Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:40.963Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:40.963Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113260961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:41.063Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:41.064Z||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-05-21T06:07:41.065Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:41.078Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:41.079Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:07:41.963Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b497d526-adcc-4608-a75b-948447f0a9ba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-21T06:07:41.964Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:07:41.964Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-21T06:07:42.256Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:07:42.256Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b497d526-adcc-4608-a75b-948447f0a9ba 200
2022-05-21T06:07:42.256Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-21T06:07:42.257Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-21T06:07:42.257Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:07:42.257Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:42.259Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:42.259Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113262256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:42.359Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:42.360Z||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-05-21T06:07:42.360Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:42.372Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:42.373Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:43.260Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 27b0c66a-1534-4e30-b270-7acc38828bf7
2022-05-21T06:07:43.260Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8ed93778-0daa-45f3-b5de-cae7517b57f2 ASDC
2022-05-21T06:07:43.266Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-21T06:07:43.275Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7977b8bb, org.onap.sdc.toscaparser.api.parameters.Input@415d0a83, org.onap.sdc.toscaparser.api.parameters.Input@795693aa, org.onap.sdc.toscaparser.api.parameters.Input@3fe8e8e6, org.onap.sdc.toscaparser.api.parameters.Input@7b1e2dc0]
2022-05-21T06:07:43.276Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.276Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:43.276Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-05-21T06:07:43.277Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= cf3364b9-cd80-4ce0-8a1f-4692855869a1
2022-05-21T06:07:43.277Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cf3364b9-cd80-4ce0-8a1f-4692855869a1 matches Tosca VF Customization UUID: cf3364b9-cd80-4ce0-8a1f-4692855869a1
2022-05-21T06:07:43.277Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: cf3364b9-cd80-4ce0-8a1f-4692855869a1  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-05-21T06:07:43.278Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.278Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:43.278Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id cf3364b9-cd80-4ce0-8a1f-4692855869a1: {\"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-05-21T06:07:43.278Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@676f5fd5
2022-05-21T06:07:43.279Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.279Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T06:07:43.279Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : afb02b1c-02ca-4bf8-8a9e-059d867dfabc
2022-05-21T06:07:43.279Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID afb02b1c-02ca-4bf8-8a9e-059d867dfabc
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-05-21T06:07:43.280Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.280Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-21T06:07:43.280Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:07:43.280Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.281Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-21T06:07:43.281Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:07:43.281Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.281Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-21T06:07:43.281Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-21T06:07:43.281Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=856cee28-4c18-4d4d-b126-23db7e6a39ca
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-05-21T06:07:43.282Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.282Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-21T06:07:43.282Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:07:43.282Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.282Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-21T06:07:43.283Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=cf3364b9-cd80-4ce0-8a1f-4692855869a1
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-05-21T06:07:43.284Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.284Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:43.284Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 27b0c66a-1534-4e30-b270-7acc38828bf7: basic_cnf
2022-05-21T06:07:43.285Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.285Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:43.285Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.285Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:43.285Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.285Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:43.285Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.285Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:43.286Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:07:43.286Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:07:43.286Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-21T06:07:43.340Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8ed93778-0daa-45f3-b5de-cae7517b57f2 1 ASDC deployResourceStructure
2022-05-21T06:07:43.340Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-21T06:07:43.340Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-21T06:07:43.341Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-21T06:07:43.341Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:43.343Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:43.343Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113263340,
  "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-05-21T06:07:43.444Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:43.445Z||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-05-21T06:07:43.445Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:43.461Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:43.461Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:44.345Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-21T06:07:44.345Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-21T06:07:44.345Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-21T06:07:44.345Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:44.347Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:44.348Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113264345,
  "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-05-21T06:07:44.448Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:44.449Z||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-05-21T06:07:44.449Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:44.461Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:44.462Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:45.349Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-21T06:07:45.349Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-21T06:07:45.349Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:07:45.350Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:45.352Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:45.352Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113265349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:45.452Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T06:07:45.453Z||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-05-21T06:07:45.453Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:45.467Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:45.467Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:46.354Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-21T06:07:46.354Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-21T06:07:46.354Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:07:46.354Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:46.356Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:46.357Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113266353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:46.457Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:46.458Z||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-05-21T06:07:46.458Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:46.470Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:46.471Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:47.358Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-21T06:07:47.358Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-21T06:07:47.358Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:07:47.359Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:47.361Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:47.361Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113267358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:47.461Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:47.465Z||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-05-21T06:07:47.465Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:47.481Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:47.482Z||pool-109-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:07:48.362Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-21T06:07:48.362Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-21T06:07:48.362Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:07:48.362Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:07:48.366Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:07:48.366Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113268362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:48.466Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:07:48.467Z||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-05-21T06:07:48.467Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:48.481Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:48.481Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:07:49.367Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 040fa382-bdae-441c-a0ee-42f59726af56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:07:49.379Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 040fa382-bdae-441c-a0ee-42f59726af56
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-05-21T06:07:49.382Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T06:07:49.382Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-21T06:07:49.382Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-21T06:07:53.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:07:53.498Z||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-05-21T06:07:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:07:53.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:07:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113090590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:07:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113092949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113090590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653113093953,
  "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-05-21T06:07:53.543Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8c6a856-baa7-4b37-908d-758f2a0e2541
2022-05-21T06:07:53.543Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8c6a856-baa7-4b37-908d-758f2a0e2541 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-05-21T06:07:53.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113090590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-21T06:07:53.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113090590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113090590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113090590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113099439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113100741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113101850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "aai-ml",
  "timestamp": 1653113102445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113102884,
  "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-05-21T06:07:53.554Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8c6a856-baa7-4b37-908d-758f2a0e2541
2022-05-21T06:07:53.554Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8c6a856-baa7-4b37-908d-758f2a0e2541 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-05-21T06:07:53.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653113103895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:53.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "clamp",
  "timestamp": 1653113104098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:53.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "clamp",
  "timestamp": 1653113106109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:53.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "clamp",
  "timestamp": 1653113107114,
  "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-05-21T06:07:53.565Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 040fa382-bdae-441c-a0ee-42f59726af56
2022-05-21T06:07:53.565Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 040fa382-bdae-441c-a0ee-42f59726af56 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-05-21T06:07:53.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "aai-ml",
  "timestamp": 1653113109363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "aai-ml",
  "timestamp": 1653113110369,
  "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-05-21T06:07:53.575Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 040fa382-bdae-441c-a0ee-42f59726af56
2022-05-21T06:07:53.575Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 040fa382-bdae-441c-a0ee-42f59726af56 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-05-21T06:07:53.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "clamp",
  "timestamp": 1653113060440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "aai-ml",
  "timestamp": 1653113068489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "aai-ml",
  "timestamp": 1653113119636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "clamp",
  "timestamp": 1653113125101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "clamp",
  "timestamp": 1653113128106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "aai-ml",
  "timestamp": 1653113128657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "clamp",
  "timestamp": 1653113129110,
  "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-05-21T06:07:53.586Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8c6a856-baa7-4b37-908d-758f2a0e2541
2022-05-21T06:07:53.586Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8c6a856-baa7-4b37-908d-758f2a0e2541 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-05-21T06:07:53.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "aai-ml",
  "timestamp": 1653113129663,
  "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-05-21T06:07:53.598Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8c6a856-baa7-4b37-908d-758f2a0e2541
2022-05-21T06:07:53.598Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8c6a856-baa7-4b37-908d-758f2a0e2541 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-05-21T06:07:53.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f81ea27-84f4-4f6a-bdd2-ce0c5c034902",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113135308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113033495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113143672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113146114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:53.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113147459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:53.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113148922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:07:53.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113150029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:53.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113151032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:53.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113152035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:53.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:07:53.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:07:53.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113153039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:07:53.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:19.383Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 040fa382-bdae-441c-a0ee-42f59726af56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:08:19.395Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 040fa382-bdae-441c-a0ee-42f59726af56
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-05-21T06:08:19.398Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T06:08:19.399Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-21T06:08:19.399Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-21T06:08:19.399Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-21T06:08:19.399Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:08:19.399Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:08:19.399Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:08:19.399Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:08:19.399Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:08:19.399Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:08:19.399Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-21T06:08:19.404Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-21T06:08:49.404Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 040fa382-bdae-441c-a0ee-42f59726af56 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-05-21T06:08:49.409Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 040fa382-bdae-441c-a0ee-42f59726af56 and serviceModelVersionId: 27b0c66a-1534-4e30-b270-7acc38828bf7
2022-05-21T06:08:49.410Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6073c05d-c261-4920-b30d-dea5084161eb
2022-05-21T06:08:49.410Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6073c05d-c261-4920-b30d-dea5084161eb/model-vers/model-ver/27b0c66a-1534-4e30-b270-7acc38828bf7?depth=0
2022-05-21T06:08:49.413Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-21T06:08:49.435Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6073c05d-c261-4920-b30d-dea5084161eb/model-vers/model-ver/27b0c66a-1534-4e30-b270-7acc38828bf7?depth=0|INFO|500||Invoke
2022-05-21T06:08:49.436Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6073c05d-c261-4920-b30d-dea5084161eb/model-vers/model-ver/27b0c66a-1534-4e30-b270-7acc38828bf7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6073c05d-c261-4920-b30d-dea5084161eb/model-vers/model-ver/27b0c66a-1534-4e30-b270-7acc38828bf7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[040fa382-bdae-441c-a0ee-42f59726af56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc8eb5fa-c52b-4f49-b064-d32446c58748], X-ECOMP-RequestID=[040fa382-bdae-441c-a0ee-42f59726af56], X-TransactionId=[], X-ONAP-RequestID=[040fa382-bdae-441c-a0ee-42f59726af56], Content-Type=[application/merge-patch+json]}
2022-05-21T06:08:49.448Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6073c05d-c261-4920-b30d-dea5084161eb/model-vers/model-ver/27b0c66a-1534-4e30-b270-7acc38828bf7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-21T06:08:49.745Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6073c05d-c261-4920-b30d-dea5084161eb/model-vers/model-ver/27b0c66a-1534-4e30-b270-7acc38828bf7?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/6073c05d-c261-4920-b30d-dea5084161eb/model-vers/model-ver/27b0c66a-1534-4e30-b270-7acc38828bf7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220521-06:08:48:911-15161], vertex-id=[217288], Content-Length=[0], Date=[Sat, 21 May 2022 06:08:48 GMT], Content-Type=[application/json]}
2022-05-21T06:08:49.745Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6073c05d-c261-4920-b30d-dea5084161eb/model-vers/model-ver/27b0c66a-1534-4e30-b270-7acc38828bf7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-21T06:08:49.747Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6073c05d-c261-4920-b30d-dea5084161eb/model-vers/model-ver/27b0c66a-1534-4e30-b270-7acc38828bf7?depth=0|INFO|500||InvokeReturn
2022-05-21T06:08:49.747Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-21T06:08:49.747Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-21T06:08:49.752Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-21T06:08:49.752Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 040fa382-bdae-441c-a0ee-42f59726af56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-21T06:08:49.752Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-21T06:08:49.752Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:08:49.753Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:08:49.754Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113329752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T06:08:49.854Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:08:49.855Z||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-05-21T06:08:49.855Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:08:49.869Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:08:49.870Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-21T06:08:50.764Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-21T06:08:50.764Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8c6a856-baa7-4b37-908d-758f2a0e2541","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c93ee525-c607-4005-9560-3dbe06f31673","serviceDescription":"service","serviceInvariantUUID":"65d6b921-7307-4690-846d-511230949396","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ead7561e-a97e-4bc9-a01a-e7f6b604cd3b","resourceInvariantUUID":"adbe85e3-617a-4d86-966d-cb086365ac64","resourceCustomizationUUID":"2508e298-e375-478e-839e-c8a854c8eefb","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":"Y2E5MmRjNDM3MGI5ZGU4ZjYwMjQzNmZiODI1YTAxZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de80e8e6-f671-40e7-9d8d-b3078104809a","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":"YjQ3NWFkYzE0OTJiMzY5MTY0Y2ZlMDAzYzczNTRlMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5eb69892-bd79-4609-869e-5f9da04dc000","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":"133f50fb-68cb-40ad-8e17-4f7c8d328ac2","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":"fabc9a9e-c1f9-4a70-8e2a-e6da1ac6e15e","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":"5901ed0e-fa8c-4194-9b16-99290b84fb46","artifactVersion":"2","generatedFromUUID":"133f50fb-68cb-40ad-8e17-4f7c8d328ac2"},{"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":"MTE2MmUyZDU0ZGM4NzY3MjIxMTNhMWVkY2Y0OGI0NTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f4097b42-8693-4cb9-a7de-88d597175795","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":"N2U2N2M4OWQxODg2OTE4ZTYxYzMxYWZhOTk5ODVhY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c5a3038-2712-497e-98a9-37d49fb1bcbe","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTdjZjg1MmNjZDI3MzRkMGJkYjYyN2FlMmE5MWVmMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"accdad13-357a-4c98-b968-bda5e521228a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-21T06:08:50.764Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:08:50.764Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:08:50.766Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:08:50.766Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:08:50.866Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:08:50.867Z||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-05-21T06:08:50.867Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:08:50.878Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:08:50.879Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:08:51.766Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:08:51.767Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:08:51.769Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:08:51.769Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:08:51.869Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:08:51.870Z||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-05-21T06:08:51.870Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:08:51.880Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:08:51.880Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:08:52.770Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:08:52.770Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:08:52.772Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:08:52.772Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:08:52.872Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:08:52.873Z||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-05-21T06:08:52.873Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:08:52.883Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:08:52.883Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:08:53.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:08:53.499Z||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-05-21T06:08:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:08:53.524Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:08:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9aa8ae79-4f8f-4e88-a68e-eaeceb605b18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113184391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T06:08:53.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:08:53.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:08:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:08:53.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:08:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113200279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113202375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113203585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113204956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113206261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:08:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113207659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113208717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113209720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113210725,
  "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-05-21T06:08:53.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113211735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:08:53.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113212737,
  "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-05-21T06:08:53.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:08:53.772Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:08:53.774Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:08:53.776Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:08:53.776Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:08:53.876Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:08:53.877Z||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-05-21T06:08:53.877Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:08:53.888Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:08:53.888Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:08:54.777Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:08:54.777Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:08:54.779Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:08:54.779Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-21T06:08:54.879Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:08:54.880Z||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-05-21T06:08:54.880Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:08:54.892Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:08:54.892Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:08:55.780Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:08:55.780Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:08:55.783Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:08:55.783Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:08:55.883Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:08:55.884Z||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-05-21T06:08:55.884Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:08:55.899Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:08:55.900Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:08:56.784Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:08:56.784Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:08:56.786Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:08:56.786Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:08:56.886Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:08:56.887Z||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-05-21T06:08:56.887Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:08:56.901Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:08:56.902Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:08:57.786Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-21T06:08:57.787Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:08:57.790Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:08:57.790Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:08:57.890Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:08:57.891Z||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-05-21T06:08:57.891Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:08:57.904Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:08:57.904Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:08:58.791Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c93ee525-c607-4005-9560-3dbe06f31673",
  "serviceDescription": "service",
  "serviceInvariantUUID": "65d6b921-7307-4690-846d-511230949396",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "2508e298-e375-478e-839e-c8a854c8eefb",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ead7561e-a97e-4bc9-a01a-e7f6b604cd3b",
      "resourceInvariantUUID": "adbe85e3-617a-4d86-966d-cb086365ac64",
      "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": "YjQ3NWFkYzE0OTJiMzY5MTY0Y2ZlMDAzYzczNTRlMDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5eb69892-bd79-4609-869e-5f9da04dc000",
          "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": "133f50fb-68cb-40ad-8e17-4f7c8d328ac2",
          "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": "5901ed0e-fa8c-4194-9b16-99290b84fb46",
            "generatedFromUUID": "133f50fb-68cb-40ad-8e17-4f7c8d328ac2"
          },
          "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": "5901ed0e-fa8c-4194-9b16-99290b84fb46",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTdjZjg1MmNjZDI3MzRkMGJkYjYyN2FlMmE5MWVmMTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "accdad13-357a-4c98-b968-bda5e521228a"
    }
  ],
  "workloadContext": "Production"
}
2022-05-21T06:08:58.792Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-21T06:08:58.792Z|040fa382-bdae-441c-a0ee-42f59726af56|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c93ee525-c607-4005-9560-3dbe06f31673 ASDC
2022-05-21T06:08:58.792Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f8c6a856-baa7-4b37-908d-758f2a0e2541
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c93ee525-c607-4005-9560-3dbe06f31673
ServiceInvariantUUID:65d6b921-7307-4690-846d-511230949396
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:accdad13-357a-4c98-b968-bda5e521228a
ArtifactChecksum:OTdjZjg1MmNjZDI3MzRkMGJkYjYyN2FlMmE5MWVmMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:2508e298-e375-478e-839e-c8a854c8eefb
ResourceInvariantUUID:adbe85e3-617a-4d86-966d-cb086365ac64
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:ead7561e-a97e-4bc9-a01a-e7f6b604cd3b
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:5eb69892-bd79-4609-869e-5f9da04dc000
ArtifactChecksum:YjQ3NWFkYzE0OTJiMzY5MTY0Y2ZlMDAzYzczNTRlMDU=
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:133f50fb-68cb-40ad-8e17-4f7c8d328ac2
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:5901ed0e-fa8c-4194-9b16-99290b84fb46
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:5901ed0e-fa8c-4194-9b16-99290b84fb46
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-21T06:08:58.792Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c93ee525-c607-4005-9560-3dbe06f31673 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-05-21T06:08:58.827Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T06:08:58.828Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:08:58.828Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:08:58.828Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: accdad13-357a-4c98-b968-bda5e521228a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-21T06:08:58.828Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:08:58.828Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-21T06:08:59.570Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:08:59.575Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar accdad13-357a-4c98-b968-bda5e521228a 78814
2022-05-21T06:08:59.575Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-21T06:08:59.576Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-21T06:08:59.576Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:08:59.576Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:08:59.578Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:08:59.578Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113339575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:08:59.678Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:08:59.679Z||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-05-21T06:08:59.679Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:08:59.692Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:08:59.692Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:09:00.579Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-21T06:09:00.579Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-21T06:09:00.580Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: accdad13-357a-4c98-b968-bda5e521228a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:00.580Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-21T06:09:00.580Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:00.580Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:00.691Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9863111144699763563/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-05-21T06:09:01.379Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-21T06:09:01.380Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.381Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f88719c4-13ad-440f-81af-8cbc071a8362
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:01.382Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:01.383Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c93ee525-c607-4005-9560-3dbe06f31673
Model Version:NULL
Model InvariantUuid:65d6b921-7307-4690-846d-511230949396
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:557a7aab-e106-4ba3-a539-0bf3f247a273
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:adbe85e3-617a-4d86-966d-cb086365ac64
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2508e298-e375-478e-839e-c8a854c8eefb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ce323646-77d2-40f9-a25c-5f0abdb13061
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b61a7249-ecf0-4a47-aca7-d53bcf829a82
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f88719c4-13ad-440f-81af-8cbc071a8362
ModelInvariantUuid:28b9fdc0-6c17-47c3-968c-27b11da6cfc4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:f0b30578-f29a-4653-a63f-28c19c15c16a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f4aa3230-c5da-48b7-86f8-95eded823a03
ModelInvariantUuid:a01290c7-986e-450c-8624-622531fb043e
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b3e75166-6bb8-48e0-8a7c-fe38eee09908
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-05-21T06:09:01.391Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ead7561e-a97e-4bc9-a01a-e7f6b604cd3b
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-05-21T06:09:01.394Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-05-21T06:09:01.394Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ead7561e-a97e-4bc9-a01a-e7f6b604cd3b
2022-05-21T06:09:01.394Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5eb69892-bd79-4609-869e-5f9da04dc000 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-21T06:09:01.394Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:09:01.394Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-21T06:09:01.560Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:09:01.561Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5eb69892-bd79-4609-869e-5f9da04dc000 792
2022-05-21T06:09:01.561Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-21T06:09:01.561Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-21T06:09:01.561Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:09:01.561Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:09:01.563Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:09:01.563Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113341561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:09:01.663Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:09:01.664Z||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-05-21T06:09:01.664Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:09:01.674Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:09:01.675Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:09:02.563Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ce323646-77d2-40f9-a25c-5f0abdb13061",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b61a7249-ecf0-4a47-aca7-d53bcf829a82",
    "vfModuleModelCustomizationUUID": "c6adfd04-181d-4cea-a645-d5b4f960634c",
    "isBase": true,
    "artifacts": [
      "133f50fb-68cb-40ad-8e17-4f7c8d328ac2",
      "5901ed0e-fa8c-4194-9b16-99290b84fb46"
    ],
    "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-05-21T06:09:02.566Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b61a7249-ecf0-4a47-aca7-d53bcf829a82
VfModuleModelInvariantUUID:ce323646-77d2-40f9-a25c-5f0abdb13061
VfModuleModelDescription:NULL
Artifacts UUID List:{
133f50fb-68cb-40ad-8e17-4f7c8d328ac2
,
5901ed0e-fa8c-4194-9b16-99290b84fb46

}
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-05-21T06:09:02.567Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ce323646-77d2-40f9-a25c-5f0abdb13061",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b61a7249-ecf0-4a47-aca7-d53bcf829a82",
    "vfModuleModelCustomizationUUID": "c6adfd04-181d-4cea-a645-d5b4f960634c",
    "isBase": true,
    "artifacts": [
      "133f50fb-68cb-40ad-8e17-4f7c8d328ac2",
      "5901ed0e-fa8c-4194-9b16-99290b84fb46"
    ],
    "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-05-21T06:09:02.567Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b61a7249-ecf0-4a47-aca7-d53bcf829a82
VfModuleModelInvariantUUID:ce323646-77d2-40f9-a25c-5f0abdb13061
VfModuleModelDescription:NULL
Artifacts UUID List:{
133f50fb-68cb-40ad-8e17-4f7c8d328ac2
,
5901ed0e-fa8c-4194-9b16-99290b84fb46

}
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-05-21T06:09:02.567Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 133f50fb-68cb-40ad-8e17-4f7c8d328ac2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-21T06:09:02.567Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:09:02.568Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-21T06:09:02.619Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:09:02.620Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 133f50fb-68cb-40ad-8e17-4f7c8d328ac2 5033
2022-05-21T06:09:02.620Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-21T06:09:02.620Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-21T06:09:02.620Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:09:02.621Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:09:02.623Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:09:02.623Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113342620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:09:02.723Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:09:02.724Z||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-05-21T06:09:02.724Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:09:02.734Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:09:02.734Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:09:03.624Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5901ed0e-fa8c-4194-9b16-99290b84fb46 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-21T06:09:03.625Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-21T06:09:03.625Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-21T06:09:03.675Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-21T06:09:03.675Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5901ed0e-fa8c-4194-9b16-99290b84fb46 903
2022-05-21T06:09:03.676Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-21T06:09:03.676Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-21T06:09:03.676Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-21T06:09:03.677Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:09:03.679Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:09:03.680Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113343676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:09:03.780Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-21T06:09:03.781Z||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-05-21T06:09:03.781Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:09:03.793Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:09:03.793Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:09:04.680Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c93ee525-c607-4005-9560-3dbe06f31673
2022-05-21T06:09:04.681Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ead7561e-a97e-4bc9-a01a-e7f6b604cd3b 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-05-21T06:09:04.693Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a0b7a67, org.onap.sdc.toscaparser.api.parameters.Input@ae91f48, org.onap.sdc.toscaparser.api.parameters.Input@59784ebb, org.onap.sdc.toscaparser.api.parameters.Input@46384354, org.onap.sdc.toscaparser.api.parameters.Input@7751c1b6]
2022-05-21T06:09:04.694Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.694Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:04.695Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-05-21T06:09:04.695Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 2508e298-e375-478e-839e-c8a854c8eefb
2022-05-21T06:09:04.695Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2508e298-e375-478e-839e-c8a854c8eefb matches Tosca VF Customization UUID: 2508e298-e375-478e-839e-c8a854c8eefb
2022-05-21T06:09:04.695Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 2508e298-e375-478e-839e-c8a854c8eefb  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-05-21T06:09:04.697Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.697Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:04.697Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 2508e298-e375-478e-839e-c8a854c8eefb: {\"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-05-21T06:09:04.697Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ab0caa3
2022-05-21T06:09:04.697Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.697Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-21T06:09:04.697Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6adfd04-181d-4cea-a645-d5b4f960634c
2022-05-21T06:09:04.698Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6adfd04-181d-4cea-a645-d5b4f960634c
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-05-21T06:09:04.699Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.699Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-21T06:09:04.699Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:09:04.700Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.700Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-21T06:09:04.700Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:09:04.700Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.700Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-21T06:09:04.700Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-21T06:09:04.700Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-21T06:09:04.700Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f88719c4-13ad-440f-81af-8cbc071a8362
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-05-21T06:09:04.702Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.702Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-21T06:09:04.702Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-21T06:09:04.703Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.703Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-21T06:09:04.703Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2508e298-e375-478e-839e-c8a854c8eefb
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-05-21T06:09:04.704Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.704Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:04.704Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c93ee525-c607-4005-9560-3dbe06f31673: basic_vm_macro
2022-05-21T06:09:04.705Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.705Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:04.705Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.705Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:04.705Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.705Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:04.705Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.705Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:04.705Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-21T06:09:04.705Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-21T06:09:04.705Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-21T06:09:04.773Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ead7561e-a97e-4bc9-a01a-e7f6b604cd3b 1 ASDC deployResourceStructure
2022-05-21T06:09:04.774Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-21T06:09:04.774Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-21T06:09:04.774Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:09:04.774Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:09:04.777Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:09:04.777Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113344774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T06:09:04.877Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:09:04.878Z||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-05-21T06:09:04.878Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:09:04.891Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:09:04.892Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:09:05.778Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-21T06:09:05.778Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-21T06:09:05.779Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:09:05.779Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:09:05.780Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:09:05.781Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113345778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T06:09:05.881Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:09:05.881Z||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-05-21T06:09:05.882Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:09:05.898Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:09:05.899Z||pool-125-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:09:06.781Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-21T06:09:06.782Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-21T06:09:06.782Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:09:06.783Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:09:06.785Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:09:06.785Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113346781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-21T06:09:06.885Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:09:06.886Z||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-05-21T06:09:06.886Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:09:06.904Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:09:06.905Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-21T06:09:07.786Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-21T06:09:07.786Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-21T06:09:07.787Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-21T06:09:07.787Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:09:07.789Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:09:07.789Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113347786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:09:07.889Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:09:07.890Z||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-05-21T06:09:07.890Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:09:07.903Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:09:07.904Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-21T06:09:08.790Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8c6a856-baa7-4b37-908d-758f2a0e2541
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-21T06:09:08.801Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8c6a856-baa7-4b37-908d-758f2a0e2541
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-05-21T06:09:08.805Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-21T06:09:08.805Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-21T06:09:08.805Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-21T06:09:08.805Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-21T06:09:08.805Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:09:08.805Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:09:08.806Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:09:08.806Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:09:08.806Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:09:08.806Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-21T06:09:08.806Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-21T06:09:08.810Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-21T06:09:38.810Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8c6a856-baa7-4b37-908d-758f2a0e2541 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-05-21T06:09:38.815Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8c6a856-baa7-4b37-908d-758f2a0e2541 and serviceModelVersionId: c93ee525-c607-4005-9560-3dbe06f31673
2022-05-21T06:09:38.815Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65d6b921-7307-4690-846d-511230949396
2022-05-21T06:09:38.816Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65d6b921-7307-4690-846d-511230949396/model-vers/model-ver/c93ee525-c607-4005-9560-3dbe06f31673?depth=0
2022-05-21T06:09:38.819Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-21T06:09:38.839Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65d6b921-7307-4690-846d-511230949396/model-vers/model-ver/c93ee525-c607-4005-9560-3dbe06f31673?depth=0|INFO|500||Invoke
2022-05-21T06:09:38.839Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65d6b921-7307-4690-846d-511230949396/model-vers/model-ver/c93ee525-c607-4005-9560-3dbe06f31673?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65d6b921-7307-4690-846d-511230949396/model-vers/model-ver/c93ee525-c607-4005-9560-3dbe06f31673?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8c6a856-baa7-4b37-908d-758f2a0e2541], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f8a7d33b-fe45-4fb6-bd53-e19face6bf5c], X-ECOMP-RequestID=[f8c6a856-baa7-4b37-908d-758f2a0e2541], X-TransactionId=[], X-ONAP-RequestID=[f8c6a856-baa7-4b37-908d-758f2a0e2541], Content-Type=[application/merge-patch+json]}
2022-05-21T06:09:38.853Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65d6b921-7307-4690-846d-511230949396/model-vers/model-ver/c93ee525-c607-4005-9560-3dbe06f31673?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-21T06:09:38.957Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65d6b921-7307-4690-846d-511230949396/model-vers/model-ver/c93ee525-c607-4005-9560-3dbe06f31673?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/65d6b921-7307-4690-846d-511230949396/model-vers/model-ver/c93ee525-c607-4005-9560-3dbe06f31673?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220521-06:09:38:316-99445], vertex-id=[504040], Content-Length=[0], Date=[Sat, 21 May 2022 06:09:38 GMT], Content-Type=[application/json]}
2022-05-21T06:09:38.958Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65d6b921-7307-4690-846d-511230949396/model-vers/model-ver/c93ee525-c607-4005-9560-3dbe06f31673?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-21T06:09:38.958Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65d6b921-7307-4690-846d-511230949396/model-vers/model-ver/c93ee525-c607-4005-9560-3dbe06f31673?depth=0|INFO|500||InvokeReturn
2022-05-21T06:09:38.959Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-21T06:09:38.959Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-21T06:09:38.963Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-21T06:09:38.964Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8c6a856-baa7-4b37-908d-758f2a0e2541 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-21T06:09:38.964Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-21T06:09:38.964Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-21T06:09:38.966Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-21T06:09:38.966Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113378964,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T06:09:39.066Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-21T06:09:39.067Z||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-05-21T06:09:39.068Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:09:39.085Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:09:39.086Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 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-05-21T06:09:39.976Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:09:39.976Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:09:39.976Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:09:50.266Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:09:50.267Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:09:50.268Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:09:50.268Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:09:53.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:09:53.498Z||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-05-21T06:09:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:09:53.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:09:53.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113213740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:09:53.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b4b6701-c51d-4e98-8879-787bdd12a3f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113245465,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T06:09:53.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:09:53.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113255703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113257541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113258612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113259778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113260961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113262256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113263340,
  "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-05-21T06:09:53.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113264345,
  "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-05-21T06:09:53.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113265349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113266353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113267358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113268362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:09:53.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:09:59.819Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:09:59.820Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:09:59.820Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:09:59.821Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:10:09.363Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:10:09.364Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:10:09.364Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:10:09.364Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:10:18.910Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:10:18.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:10:18.911Z||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-05-21T06:10:18.911Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:10:28.469Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:10:53.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:10:53.497Z||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-05-21T06:10:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:10:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:10:53.498Z||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-05-21T06:10:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:10:53.524Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:10:53.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:10:53.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "040fa382-bdae-441c-a0ee-42f59726af56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113329752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T06:10:53.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:10:53.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:10:53.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:10:53.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:10:53.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:10:53.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-21T06:10:53.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:10:53.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:10:53.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-21T06:10:53.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:11:03.043Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:11:53.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:11:53.496Z||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-05-21T06:11:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:11:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:11:53.498Z||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-05-21T06:11:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:11:54.025Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:11:54.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:11:54.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:11:54.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-21T06:11:54.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:11:54.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:11:54.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:11:54.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-21T06:11:54.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113185411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113339575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113341561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113342620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:11:54.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113343676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113344774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113345778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113346781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113347786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8c6a856-baa7-4b37-908d-758f2a0e2541",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653113378964,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-21T06:11:54.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-21T06:12:03.038Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:12:53.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:12:53.496Z||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-05-21T06:12:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:12:53.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:12:53.499Z||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-05-21T06:12:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:13:03.066Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:13:03.066Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:13:53.495Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:13:53.497Z||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-05-21T06:13:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:13:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:13:53.499Z||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-05-21T06:13:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:14:03.049Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:14:03.052Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:14:53.495Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:14:53.496Z||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-05-21T06:14:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:14:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:14:53.498Z||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-05-21T06:14:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:15:03.101Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:15:03.101Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:15:53.495Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:15:53.496Z||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-05-21T06:15:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:15:53.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:15:53.498Z||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-05-21T06:15:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:16:03.041Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:16:03.041Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:16:53.495Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:16:53.496Z||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-05-21T06:16:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:16:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:16:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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-05-21T06:16:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:17:03.037Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:17:03.041Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:17:53.497Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:17:53.498Z||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-05-21T06:17:53.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:17:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:17:53.499Z||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-05-21T06:17:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:18:03.044Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:18:03.044Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:18:53.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:18:53.496Z||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-05-21T06:18:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:18:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:18:53.499Z||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-05-21T06:18:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:19:03.038Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:19:03.038Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:19:53.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:19:53.496Z||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-05-21T06:19:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:19:53.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:19:53.498Z||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-05-21T06:19:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:20:03.039Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:20:03.042Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:20:53.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:20:53.496Z||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-05-21T06:20:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:20:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:20:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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-05-21T06:20:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:21:03.052Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:21:03.096Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:21:53.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:21:53.496Z||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-05-21T06:21:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:21:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:21:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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-05-21T06:21:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:22:03.047Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:22:03.051Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:22:53.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:22:53.496Z||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-05-21T06:22:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:22:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:22:53.498Z||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-05-21T06:22:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:23:03.038Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:23:03.077Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:23:53.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:23:53.496Z||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-05-21T06:23:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:23:53.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:23:53.498Z||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-05-21T06:23:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:24:03.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:24:03.056Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:24:53.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:24:53.496Z||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-05-21T06:24:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:24:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:24:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|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-05-21T06:24:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:25:03.060Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:25:03.060Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:25:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:25:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:25:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:25:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:25:53.499Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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-05-21T06:25:53.499Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:26:03.052Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:26:03.309Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:26:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:26:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:26:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:26:53.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:26:53.499Z||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-05-21T06:26:53.500Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:27:03.037Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:27:03.044Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:27:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:27:53.497Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:27:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:27:53.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:27:53.498Z||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-05-21T06:27:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:28:03.042Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:28:03.044Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:28:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:28:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:28:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:28:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:28:53.499Z||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-05-21T06:28:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:29:03.078Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:29:03.078Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:29:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:29:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:29:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:29:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:29:53.499Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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-05-21T06:29:53.499Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:30:03.060Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:30:03.077Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:30:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:30:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:30:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:30:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:30:53.499Z||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-05-21T06:30:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:31:03.049Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:31:03.056Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:31:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:31:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:31:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:31:53.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:31:53.498Z||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-05-21T06:31:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:32:03.045Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:32:03.048Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:32:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:32:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:32:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:32:53.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:32:53.498Z||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-05-21T06:32:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:33:03.047Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:33:03.051Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:33:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:33:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:33:53.497Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:33:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:33:53.499Z||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-05-21T06:33:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:34:03.049Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:34:03.049Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:34:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:34:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:34:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:34:53.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:34:53.498Z||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-05-21T06:34:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:35:03.050Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:35:03.054Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:35:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:35:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:35:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:35:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:35:53.498Z||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-05-21T06:35:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:36:03.051Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:36:03.051Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:36:53.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:36:53.498Z||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-05-21T06:36:53.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:36:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:36:53.498Z||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-05-21T06:36:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:37:03.054Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:37:03.057Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:37:53.495Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:37:53.496Z||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-05-21T06:37:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:37:53.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:37:53.498Z||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-05-21T06:37:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:38:03.037Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:38:03.047Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:38:53.495Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:38:53.496Z||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-05-21T06:38:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:38:53.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:38:53.498Z||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-05-21T06:38:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:39:03.046Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:39:03.048Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:39:53.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:39:53.496Z||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-05-21T06:39:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:39:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:39:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|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-05-21T06:39:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:40:03.041Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:40:03.046Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:40:53.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:40:53.496Z||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-05-21T06:40:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:40:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:40:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|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-05-21T06:40:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:41:03.049Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:41:03.057Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:41:53.495Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:41:53.496Z||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-05-21T06:41:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:41:53.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:41:53.498Z||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-05-21T06:41:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:42:03.051Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:42:03.058Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:42:53.495Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:42:53.496Z||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-05-21T06:42:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:42:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:42:53.498Z||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-05-21T06:42:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:43:03.037Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:43:03.039Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:43:53.495Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:43:53.496Z||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-05-21T06:43:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:43:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:43:53.498Z||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-05-21T06:43:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:44:03.061Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:44:03.061Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:44:53.495Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:44:53.496Z||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-05-21T06:44:53.496Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:44:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:44:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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-05-21T06:44:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:45:03.041Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:45:03.053Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:45:53.495Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:45:53.497Z||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-05-21T06:45:53.497Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:45:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:45:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|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-05-21T06:45:53.499Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:46:03.047Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:46:03.047Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:46:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:46:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:46:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:46:53.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:46:53.498Z||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-05-21T06:46:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:47:03.068Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:47:03.068Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:47:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:47:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:47:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:47:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:47:53.499Z||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-05-21T06:47:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:48:03.039Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:48:03.040Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:48:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:48:53.497Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:48:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:48:53.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:48:53.517Z||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-05-21T06:48:53.517Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:49:03.059Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:49:03.069Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:49:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:49:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:49:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:49:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:49:53.498Z||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-05-21T06:49:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:50:03.038Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:50:03.045Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:50:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:50:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:50:53.497Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:50:53.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:50:53.498Z||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-05-21T06:50:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:51:03.047Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:51:03.051Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:51:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:51:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:51:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:51:53.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:51:53.498Z||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-05-21T06:51:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:52:03.043Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:52:03.047Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:52:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:52:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:52:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:52:53.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:52:53.498Z||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-05-21T06:52:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:53:03.037Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:53:03.039Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:53:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:53:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:53:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:53:53.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:53:53.498Z||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-05-21T06:53:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:54:03.043Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:54:03.043Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:54:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:54:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:54:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:54:53.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:54:53.498Z||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-05-21T06:54:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:55:03.038Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:55:03.041Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:55:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:55:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:55:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:55:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:55:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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-05-21T06:55:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:56:03.042Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:56:03.044Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:56:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:56:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:56:53.497Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:56:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:56:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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-05-21T06:56:53.498Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:57:03.047Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:57:03.052Z|57fb47eb-d2da-4113-9e06-9859ba0598c6|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:57:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:57:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:57:53.497Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:57:53.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:57:53.498Z||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-05-21T06:57:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:58:03.046Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:58:03.050Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:58:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:58:53.497Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:58:53.497Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:58:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:58:53.498Z||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-05-21T06:58:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T06:59:03.039Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:59:03.041Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T06:59:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:59:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T06:59:53.497Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T06:59:53.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T06:59:53.498Z||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-05-21T06:59:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T07:00:03.044Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:00:03.050Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:00:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:00:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T07:00:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T07:00:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:00:53.498Z||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-05-21T07:00:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T07:01:03.047Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:01:03.047Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:01:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:01:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T07:01:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T07:01:53.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:01:53.498Z||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-05-21T07:01:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T07:02:03.038Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:02:03.044Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:02:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:02:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T07:02:53.497Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T07:02:53.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:02:53.498Z||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-05-21T07:02:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T07:03:03.041Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:03:03.042Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:03:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:03:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T07:03:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T07:03:53.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:03:53.498Z||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-05-21T07:03:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T07:04:03.044Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:04:03.050Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:04:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:04:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T07:04:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T07:04:53.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:04:53.498Z||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-05-21T07:04:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T07:05:03.039Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:05:03.042Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:05:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:05:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T07:05:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T07:05:53.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:05:53.498Z||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-05-21T07:05:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T07:06:03.045Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:06:03.045Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:06:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:06:53.497Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T07:06:53.498Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T07:06:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:06:53.498Z||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-05-21T07:06:53.498Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T07:07:03.050Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:07:03.053Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:07:53.495Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:07:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-21T07:07:53.496Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as z4hCQFb6KhNXf0TT) ...
2022-05-21T07:07:53.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-21T07:07:53.498Z||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-05-21T07:07:53.499Z||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 z4hCQFb6KhNXf0TT) ...
2022-05-21T07:08:03.053Z|f8c6a856-baa7-4b37-908d-758f2a0e2541|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-21T07:08:03.056Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK