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-03-07T03:28:19.879Z||main|||||INFO|500||The following profiles are active: basic
2022-03-07T03:28:38.501Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-07T03:28:38.502Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-07T03:28:38.696Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-07T03:28:43.932Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-07T03:28:44.436Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-07T03:28:45.074Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-07T03:28:45.087Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-07T03:28:45.249Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-07T03:28:45.569Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-07T03:28:46.272Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-07T03:28:48.328Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-07T03:28:51.541Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-07T03:28:51.643Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-07T03:28:52.338Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-07T03:28:52.564Z||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-03-07T03:28:54.315Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-07T03:28:55.892Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-07T03:28:55.918Z||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$$fa32a587.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-03-07T03:28:55.920Z||main|||||WARN|500||The sdc end point is not alive
2022-03-07T03:29:00.915Z||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-03-07T03:29:04.869Z||main|||||WARN|500||---
2022-03-07T03:29:04.870Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-07T03:29:04.871Z||main|||||WARN|500||---
2022-03-07T03:29:05.435Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-07T03:29:11.739Z||main|||||INFO|500||Started Application in 56.708 seconds (JVM running for 59.416)
2022-03-07T03:29:11.763Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-07T03:29:11.766Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-07T03:29:11.783Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-07T03:29:11.814Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-07T03:29:11.863Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a3ad2053-1cb4-448b-aa1f-459643698a10 url= /sdc/v1/artifactTypes
2022-03-07T03:29:11.863Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-07T03:29:12.353Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-07T03:29:12.395Z||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-03-07T03:29:12.416Z||scheduling-1|||||DEBUG|500||create keys
2022-03-07T03:29:12.424Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-07T03:29:12.501Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:29:12.518Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 43211ef3-dc52-4666-a13d-459327eb2a90 url= /sdc/v1/registerForDistribution
2022-03-07T03:29:12.792Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 43211ef3-dc52-4666-a13d-459327eb2a90 url= /sdc/v1/registerForDistribution
2022-03-07T03:29:12.793Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-07T03:29:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:29:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:29:12.821Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-07T03:29:12.821Z||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-03-07T03:29:12.821Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:29:12.821Z||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-03-07T03:29:12.822Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:29:23.249Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:29:23.287Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:30:12.801Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:30:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:30:12.804Z||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-03-07T03:30:12.805Z||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-03-07T03:30:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:30:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:30:22.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:30:22.393Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:31:12.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:31:12.802Z||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-03-07T03:31:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:31:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:31:12.805Z||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-03-07T03:31:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:31:22.358Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:31:22.361Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:32:12.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:32:12.802Z||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-03-07T03:32:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:32:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:32:12.805Z||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-03-07T03:32:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:32:22.355Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:32:22.358Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:33:12.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:33:12.802Z||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-03-07T03:33:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:33:12.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:33:12.805Z||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-03-07T03:33:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:33:22.358Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:33:22.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:34:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:34:12.802Z||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-03-07T03:34:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:34:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:34:12.805Z||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-03-07T03:34:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:34:22.351Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:34:22.353Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:35:12.802Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:35:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:35:12.805Z||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-03-07T03:35:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:35:12.805Z||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-03-07T03:35:12.807Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:35:22.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:35:22.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:36:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:36:12.803Z||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-03-07T03:36:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:36:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:36:12.805Z||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-03-07T03:36:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:36:22.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:36:22.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:37:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:37:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:37:12.806Z||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-03-07T03:37:12.806Z||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-03-07T03:37:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:37:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:37:22.365Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:37:22.365Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:38:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:38:12.803Z||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-03-07T03:38:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:38:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:38:12.805Z||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-03-07T03:38:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:38:22.359Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:38:22.367Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:38:56.539Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-07T03:39:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:39:12.802Z||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-03-07T03:39:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:39:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:39:12.806Z||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-03-07T03:39:12.807Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:39:22.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:39:22.355Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:40:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:40:12.802Z||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-03-07T03:40:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:40:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:40:12.804Z||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-03-07T03:40:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:40:22.347Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:40:22.347Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:41:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:41:12.803Z||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-03-07T03:41:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:41:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:41:12.804Z||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-03-07T03:41:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:41:22.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:41:22.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:42:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:42:12.803Z||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-03-07T03:42:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:42:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:42:12.804Z||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-03-07T03:42:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:42:22.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:42:22.347Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:43:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:43:12.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:43:12.804Z||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-03-07T03:43:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:43:12.804Z||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-03-07T03:43:12.807Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:43:22.357Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:43:22.357Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:44:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:44:12.803Z||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-03-07T03:44:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:44:12.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:44:12.805Z||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-03-07T03:44:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:44:22.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:44:22.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:45:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:45:12.802Z||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-03-07T03:45:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:45:12.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:45:12.804Z||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-03-07T03:45:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:45:22.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:45:22.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:46:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:46:12.802Z||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-03-07T03:46:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:46:12.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:46:12.804Z||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-03-07T03:46:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:46:22.352Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:46:22.352Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:47:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:47:12.802Z||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-03-07T03:47:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:47:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:47:12.804Z||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-03-07T03:47:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:47:22.350Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:47:22.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:48:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:48:12.802Z||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-03-07T03:48:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:48:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:48:12.804Z||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-03-07T03:48:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:48:22.360Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:48:22.364Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:49:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:49:12.802Z||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-03-07T03:49:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:49:12.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:49:12.804Z||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-03-07T03:49:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:49:22.357Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:49:22.358Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:50:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:50:12.802Z||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-03-07T03:50:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:50:12.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:50:12.804Z||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-03-07T03:50:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:50:22.369Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:50:22.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:51:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:51:12.803Z||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-03-07T03:51:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:51:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:51:12.804Z||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-03-07T03:51:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:51:22.347Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:51:22.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:52:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:52:12.802Z||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-03-07T03:52:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:52:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:52:12.805Z||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-03-07T03:52:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:52:22.348Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:52:22.370Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:53:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:53:12.803Z||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-03-07T03:53:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:53:12.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:53:12.805Z||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-03-07T03:53:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:53:22.352Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:53:22.353Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:54:12.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:54:12.802Z||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-03-07T03:54:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:54:12.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:54:12.804Z||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-03-07T03:54:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:54:22.349Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:54:22.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:55:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:55:12.802Z||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-03-07T03:55:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:55:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:55:12.805Z||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-03-07T03:55:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:55:22.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:55:22.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:56:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:56:12.802Z||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-03-07T03:56:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:56:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:56:12.804Z||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-03-07T03:56:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:56:22.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:56:22.352Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:57:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:57:12.802Z||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-03-07T03:57:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:57:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:57:12.805Z||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-03-07T03:57:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:57:22.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:57:22.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:58:12.802Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:58:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:58:12.805Z||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-03-07T03:58:12.805Z||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-03-07T03:58:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:58:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:58:22.356Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:58:22.357Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:59:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:59:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T03:59:12.805Z||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-03-07T03:59:12.805Z||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-03-07T03:59:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:59:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T03:59:22.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T03:59:22.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:00:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:00:12.802Z||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-03-07T04:00:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:00:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:00:12.804Z||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-03-07T04:00:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:00:22.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:00:22.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:01:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:01:12.803Z||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-03-07T04:01:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:01:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:01:12.804Z||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-03-07T04:01:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:01:22.356Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:01:22.356Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:12.801Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:02:12.802Z||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-03-07T04:02:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:12.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:02:12.805Z||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-03-07T04:02:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:13.060Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:13.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625705172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "aai-ml",
  "timestamp": 1646625707417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "cds",
  "timestamp": 1646625708280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "clamp",
  "timestamp": 1646625704553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "policy-id",
  "timestamp": 1646625709375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625705172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "aai-ml",
  "timestamp": 1646625707417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "cds",
  "timestamp": 1646625708280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "clamp",
  "timestamp": 1646625704553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "policy-id",
  "timestamp": 1646625709375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625710400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625705172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "aai-ml",
  "timestamp": 1646625707417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "cds",
  "timestamp": 1646625708280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "clamp",
  "timestamp": 1646625704553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "policy-id",
  "timestamp": 1646625709375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625710400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625705172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "aai-ml",
  "timestamp": 1646625707417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "cds",
  "timestamp": 1646625708280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "clamp",
  "timestamp": 1646625704553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "policy-id",
  "timestamp": 1646625709375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625710400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625712601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625705172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "aai-ml",
  "timestamp": 1646625707417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "cds",
  "timestamp": 1646625708280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "clamp",
  "timestamp": 1646625704553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "policy-id",
  "timestamp": 1646625709375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625710400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625712601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625705172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "aai-ml",
  "timestamp": 1646625707417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "cds",
  "timestamp": 1646625708280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "clamp",
  "timestamp": 1646625704553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "policy-id",
  "timestamp": 1646625709375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625710400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.135Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625712601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625705172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "aai-ml",
  "timestamp": 1646625707417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "cds",
  "timestamp": 1646625708280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "clamp",
  "timestamp": 1646625704553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "policy-id",
  "timestamp": 1646625709375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625710400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625712601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625710400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625717601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625712601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "aai-ml",
  "timestamp": 1646625717953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "policy-id",
  "timestamp": 1646625718048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "cds",
  "timestamp": 1646625717592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625712601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "policy-id",
  "timestamp": 1646625719057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:02:13.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "cds",
  "timestamp": 1646625718624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-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-03-07T04:02:13.377Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f7699eaf-2eda-472f-8802-5d867b8c7d5b
2022-03-07T04:02:13.400Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7699eaf-2eda-472f-8802-5d867b8c7d5b 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-03-07T04:02:13.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625719133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625712601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "policy-id",
  "timestamp": 1646625720062,
  "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-03-07T04:02:13.435Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:13.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f7699eaf-2eda-472f-8802-5d867b8c7d5b","serviceName":"vFW 2022-03-07 03-57-53","serviceVersion":"1.0","serviceUUID":"bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80","serviceDescription":"catalog service description","serviceInvariantUUID":"3b9affbc-ba6b-492b-9aad-8b394b7a866e","resources":[{"resourceInstanceName":"vFW 25c9fcdd-1669 0","resourceName":"vFW 25c9fcdd-1669","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"544da871-f19d-4a7c-a4f0-a7e1a8e8e064","resourceInvariantUUID":"aea2a9a3-b10c-4423-a01f-2537dc7e34fb","resourceCustomizationUUID":"2237d8c7-b5e8-49b6-b698-e6de0439331d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml","artifactChecksum":"ZjFhYmIxZGE3ZmJkNDNmZjlhZTMxZThjYWEzOTgwMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"975bab0d-3beb-483c-a4ef-cd83cbcf351b","artifactVersion":"1"},{"artifactName":"vfw25c9fcdd16690_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json","artifactChecksum":"YTBjNDJmMjFjYjdjYjY0MTU1MGNjMmU5OGNhNmM3YWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"095f88ba-3036-4aa7-a13d-6605fea173d5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ba2441e-abaf-48d9-858b-4c979bf61ee8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJmZTE3ZTU0OGQzMDY0N2ViMWQ4MTMwYzczZmRlOWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d2740d8-78de-4dcc-9d0d-303d25451ee0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"33821ece-4b0a-45e3-9b7a-f7fe73e69f12","artifactVersion":"2","generatedFromUUID":"2ba2441e-abaf-48d9-858b-4c979bf61ee8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220307035753-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml","artifactChecksum":"MGIzNmViODM5YmMzZjFmZTE3NjJmZGZhNGJlZTI2NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65099c59-90a9-4258-8d7a-cd81ae8e6f0e","artifactVersion":"1"},{"artifactName":"service-Vfw20220307035753-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar","artifactChecksum":"ZjJlMWU3NzA2ZGM0NzM5YmZiYTNhNjVhMWUzYjM3NDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51ab8cc5-2965-4b4d-9e7f-f0be0baedc9c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:02:13.444Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:13.444Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7699eaf-2eda-472f-8802-5d867b8c7d5b
2022-03-07T04:02:13.444Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7699eaf-2eda-472f-8802-5d867b8c7d5b 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-03-07T04:02:13.451Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:13.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625720547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625720875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625721614,
  "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-03-07T04:02:13.465Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7699eaf-2eda-472f-8802-5d867b8c7d5b
2022-03-07T04:02:13.466Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7699eaf-2eda-472f-8802-5d867b8c7d5b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-03-07T04:02:13.470Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:13.471Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-07T04:02:13.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.487Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625722619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:02:13.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "cds",
  "timestamp": 1646625723280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "cds",
  "timestamp": 1646625723280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625725172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "cds",
  "timestamp": 1646625723280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.495Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625725172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "clamp",
  "timestamp": 1646625727422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.497Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "cds",
  "timestamp": 1646625723280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625725172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625727809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:02:13.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "clamp",
  "timestamp": 1646625728510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:02:13.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "cds",
  "timestamp": 1646625723280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625725172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625728816,
  "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-03-07T04:02:13.511Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f7699eaf-2eda-472f-8802-5d867b8c7d5b
2022-03-07T04:02:13.511Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7699eaf-2eda-472f-8802-5d867b8c7d5b 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-03-07T04:02:13.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "clamp",
  "timestamp": 1646625729516,
  "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-03-07T04:02:13.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f7699eaf-2eda-472f-8802-5d867b8c7d5b
2022-03-07T04:02:13.532Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7699eaf-2eda-472f-8802-5d867b8c7d5b 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-03-07T04:02:13.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "cds",
  "timestamp": 1646625723280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "policy-id",
  "timestamp": 1646625729375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625725172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "cds",
  "timestamp": 1646625723280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "policy-id",
  "timestamp": 1646625729375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625725172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625730400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "dcae-sch",
  "timestamp": 1646625717667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "policy-id",
  "timestamp": 1646625729375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625725172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:02:13.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "cds",
  "timestamp": 1646625731915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:13.553Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:02:13.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625730400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:02:13.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "policy-id",
  "timestamp": 1646625729375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:13.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:02:13.570Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-07T04:02:13.575Z||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-03-07T04:02:13.575Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:13.591Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:13.592Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:14.483Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:14.484Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:14.486Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:14.487Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:02:14.586Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:02:14.588Z||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-03-07T04:02:14.588Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:14.600Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:14.601Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:15.488Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:15.489Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:15.491Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:15.491Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:02:15.592Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:15.593Z||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-03-07T04:02:15.594Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:15.608Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:15.610Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:02:16.492Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:16.493Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:16.496Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:16.496Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:16.596Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:16.598Z||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-03-07T04:02:16.598Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:16.612Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:16.613Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:17.498Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:17.501Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:17.503Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:17.503Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-07T04:02:17.604Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:17.606Z||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-03-07T04:02:17.606Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:17.627Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:17.628Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:18.505Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:18.505Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:18.508Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:18.508Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:02:18.608Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:18.610Z||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-03-07T04:02:18.610Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:18.624Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:18.625Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:19.509Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:02:19.510Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:19.512Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:19.512Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:02:19.615Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-07T04:02:19.616Z||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-03-07T04:02:19.616Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:19.632Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:19.632Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:20.515Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "serviceName": "vFW 2022-03-07 03-57-53",
  "serviceVersion": "1.0",
  "serviceUUID": "bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3b9affbc-ba6b-492b-9aad-8b394b7a866e",
  "resources": [
    {
      "resourceInstanceName": "vFW 25c9fcdd-1669 0",
      "resourceCustomizationUUID": "2237d8c7-b5e8-49b6-b698-e6de0439331d",
      "resourceName": "vFW 25c9fcdd-1669",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "544da871-f19d-4a7c-a4f0-a7e1a8e8e064",
      "resourceInvariantUUID": "aea2a9a3-b10c-4423-a01f-2537dc7e34fb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw25c9fcdd16690_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
          "artifactChecksum": "YTBjNDJmMjFjYjdjYjY0MTU1MGNjMmU5OGNhNmM3YWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "095f88ba-3036-4aa7-a13d-6605fea173d5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2ba2441e-abaf-48d9-858b-4c979bf61ee8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "33821ece-4b0a-45e3-9b7a-f7fe73e69f12",
            "generatedFromUUID": "2ba2441e-abaf-48d9-858b-4c979bf61ee8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "33821ece-4b0a-45e3-9b7a-f7fe73e69f12",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220307035753-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
      "artifactChecksum": "ZjJlMWU3NzA2ZGM0NzM5YmZiYTNhNjVhMWUzYjM3NDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "51ab8cc5-2965-4b4d-9e7f-f0be0baedc9c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-07T04:02:20.516Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:02:20.516Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80 ASDC
2022-03-07T04:02:20.656Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f7699eaf-2eda-472f-8802-5d867b8c7d5b
ServiceName:vFW 2022-03-07 03-57-53
ServiceVersion:1.0
ServiceUUID:bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80
ServiceInvariantUUID:3b9affbc-ba6b-492b-9aad-8b394b7a866e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220307035753-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar
ArtifactUUID:51ab8cc5-2965-4b4d-9e7f-f0be0baedc9c
ArtifactChecksum:ZjJlMWU3NzA2ZGM0NzM5YmZiYTNhNjVhMWUzYjM3NDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 25c9fcdd-1669 0
ResourceCustomizationUUID:2237d8c7-b5e8-49b6-b698-e6de0439331d
ResourceInvariantUUID:aea2a9a3-b10c-4423-a01f-2537dc7e34fb
ResourceName:vFW 25c9fcdd-1669
ResourceType:VF
ResourceUUID:544da871-f19d-4a7c-a4f0-a7e1a8e8e064
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw25c9fcdd16690_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json
ArtifactUUID:095f88ba-3036-4aa7-a13d-6605fea173d5
ArtifactChecksum:YTBjNDJmMjFjYjdjYjY0MTU1MGNjMmU5OGNhNmM3YWY=
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/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml
ArtifactUUID:2ba2441e-abaf-48d9-858b-4c979bf61ee8
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/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env
ArtifactUUID:33821ece-4b0a-45e3-9b7a-f7fe73e69f12
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/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env
ArtifactUUID:33821ece-4b0a-45e3-9b7a-f7fe73e69f12
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-07T04:02:20.658Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80 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-03-07T04:02:20.723Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:02:20.724Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:02:20.725Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:02:20.726Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 51ab8cc5-2965-4b4d-9e7f-f0be0baedc9c from URL: /sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:20.726Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:02:20.730Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:21.159Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:02:21.180Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar 51ab8cc5-2965-4b4d-9e7f-f0be0baedc9c 98918
2022-03-07T04:02:21.182Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar ASDC sendASDCNotification
2022-03-07T04:02:21.182Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:21.183Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:02:21.184Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:21.186Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:21.187Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625741180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:21.287Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:21.288Z||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-03-07T04:02:21.289Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:21.321Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:21.323Z||pool-10-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:02:22.188Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:02:22.190Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:02:22.190Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 51ab8cc5-2965-4b4d-9e7f-f0be0baedc9c, URL: /sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar to file: /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:22.192Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220307035753-csar.csar
2022-03-07T04:02:22.327Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:22.327Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:23.187Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12102338060395515427/Definitions/service-Vfw20220307035753-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-07T04:02:26.826Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:02:26.832Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:02:26.832Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.832Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-07T04:02:26.832Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||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-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.832Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||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-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.832Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||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-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||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-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||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-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||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-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||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-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.833Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 25c9fcdd-1669 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-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.834Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.834Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||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-Vfw20220307035753-csar.csar
2022-03-07T04:02:26.834Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:02:26.841Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.843Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.848Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:26.848Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:02:26.850Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:02:26.852Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.852Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.852Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:26.852Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:02:26.852Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:02:26.853Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.853Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.856Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.857Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:26.857Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:26.857Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T04:02:26.857Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.857Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.858Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.858Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T04:02:26.858Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:26.858Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T04:02:26.858Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T04:02:26.858Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.859Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.859Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T04:02:26.859Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.859Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T04:02:26.859Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.860Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-07T04:02:26.860Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.860Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:02:26.862Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.862Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:26.862Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:26.863Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.863Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:26.863Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:26.863Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.864Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:26.864Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:26.864Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.864Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:26.864Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:26.864Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-07T04:02:26.865Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:26.865Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T04:02:26.865Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T04:02:26.865Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.865Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.866Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T04:02:26.866Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.866Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T04:02:26.866Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.866Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4cc511d0-d2f1-4fdf-b121-abf1db764747
2022-03-07T04:02:26.866Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.867Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:26.867Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:26.867Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T04:02:26.867Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.867Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.867Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.868Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T04:02:26.868Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:26.868Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-07T04:02:26.868Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T04:02:26.868Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.869Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T04:02:26.869Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.869Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e8cfa17e-de9f-4ee2-8d0b-254a1ca52124
2022-03-07T04:02:26.869Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.870Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:26.870Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:26.870Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T04:02:26.870Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.871Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.871Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.871Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T04:02:26.871Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:26.871Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T04:02:26.871Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T04:02:26.872Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:26.872Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:26.872Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-07T04:02:26.872Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=22ee1a6c-26c5-4f8a-b4f3-8e2faca53eb5
2022-03-07T04:02:26.873Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.873Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.873Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.873Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.873Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.874Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.874Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:26.874Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:26.874Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-07 03-57-53
Description:catalog service description
Model UUID:bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80
Model Version:NULL
Model InvariantUuid:3b9affbc-ba6b-492b-9aad-8b394b7a866e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 25c9fcdd-1669
Model UUID:8e7bd1d5-c164-4c3b-8db2-3b91a30f90cb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aea2a9a3-b10c-4423-a01f-2537dc7e34fb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2237d8c7-b5e8-49b6-b698-e6de0439331d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:55697348-7402-4cb2-a0db-7c8eb92973aa
ModelName:Vfw25c9fcdd1669..base_vfw..module-0
ModelUuid:d4d30826-2cbd-4aa1-a253-0e66ef0442bc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4cc511d0-d2f1-4fdf-b121-abf1db764747
ModelInvariantUuid:598ddfa5-9b26-4225-88c8-d9d2c7e68569
ModelName:vFW 25c9fcdd-1669-nodes.vfwCvfc
ModelUuid:2d9673e3-b97e-41b9-b683-217b51c91271
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0d5c326c-8aa6-4b2d-94d6-09342807de53
ModelInvariantUuid:ada3914b-8b64-4d92-a065-7de2cbd05a35
ModelName:Vfw25c9fcdd1669.compute.nodes.heat.vfw
ModelUuid:4eb183d9-7b8a-4223-ba4c-e8d87741142d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e8cfa17e-de9f-4ee2-8d0b-254a1ca52124
ModelInvariantUuid:5a21609a-62c6-4253-be95-1013857fd651
ModelName:vFW 25c9fcdd-1669-nodes.vsnCvfc
ModelUuid:ec2311c1-fc69-491f-8ae6-261d817cbf74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:77f6666d-bddc-4563-a417-4e7fe39bcbd6
ModelInvariantUuid:aa757f00-e576-48a7-8d28-74c917083ebc
ModelName:Vfw25c9fcdd1669.compute.nodes.heat.vsn
ModelUuid:54214ddc-7057-470b-a57f-6d31c1a6a5a1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:22ee1a6c-26c5-4f8a-b4f3-8e2faca53eb5
ModelInvariantUuid:d9273b8a-6951-42c2-a763-30f338634475
ModelName:vFW 25c9fcdd-1669-nodes.vpgCvfc
ModelUuid:eaaceab3-f1ee-40b9-8d93-ed404ba709a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6269972a-08fe-481f-89c2-84cf5295f597
ModelInvariantUuid:0132da72-c239-44c5-85b1-582bf2313d4c
ModelName:Vfw25c9fcdd1669.compute.nodes.heat.vpg
ModelUuid:add89f6a-91e9-495a-b73b-f436abbe7446
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-03-07T04:02:26.887Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 544da871-f19d-4a7c-a4f0-a7e1a8e8e064
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-03-07T04:02:26.999Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||vFW 25c9fcdd-1669 0
2022-03-07T04:02:27.008Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 544da871-f19d-4a7c-a4f0-a7e1a8e8e064
2022-03-07T04:02:27.008Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 095f88ba-3036-4aa7-a13d-6605fea173d5 from URL: /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json
2022-03-07T04:02:27.008Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:02:27.008Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json
2022-03-07T04:02:27.441Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:02:27.442Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json 095f88ba-3036-4aa7-a13d-6605fea173d5 785
2022-03-07T04:02:27.442Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json ASDC sendASDCNotification
2022-03-07T04:02:27.443Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json
2022-03-07T04:02:27.443Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:02:27.443Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:27.446Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:27.446Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625747442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:27.548Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-07T04:02:27.550Z||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-03-07T04:02:27.550Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:27.563Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:27.564Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:28.453Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw25c9fcdd1669..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "55697348-7402-4cb2-a0db-7c8eb92973aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4d30826-2cbd-4aa1-a253-0e66ef0442bc",
    "vfModuleModelCustomizationUUID": "8671ae92-47d3-4102-9c6e-fc6e9c78caa5",
    "isBase": true,
    "artifacts": [
      "2ba2441e-abaf-48d9-858b-4c979bf61ee8",
      "33821ece-4b0a-45e3-9b7a-f7fe73e69f12"
    ],
    "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-03-07T04:02:28.474Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw25c9fcdd1669..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4d30826-2cbd-4aa1-a253-0e66ef0442bc
VfModuleModelInvariantUUID:55697348-7402-4cb2-a0db-7c8eb92973aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ba2441e-abaf-48d9-858b-4c979bf61ee8
,
33821ece-4b0a-45e3-9b7a-f7fe73e69f12

}
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-03-07T04:02:28.481Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw25c9fcdd1669..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "55697348-7402-4cb2-a0db-7c8eb92973aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4d30826-2cbd-4aa1-a253-0e66ef0442bc",
    "vfModuleModelCustomizationUUID": "8671ae92-47d3-4102-9c6e-fc6e9c78caa5",
    "isBase": true,
    "artifacts": [
      "2ba2441e-abaf-48d9-858b-4c979bf61ee8",
      "33821ece-4b0a-45e3-9b7a-f7fe73e69f12"
    ],
    "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-03-07T04:02:28.481Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw25c9fcdd1669..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4d30826-2cbd-4aa1-a253-0e66ef0442bc
VfModuleModelInvariantUUID:55697348-7402-4cb2-a0db-7c8eb92973aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ba2441e-abaf-48d9-858b-4c979bf61ee8
,
33821ece-4b0a-45e3-9b7a-f7fe73e69f12

}
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-03-07T04:02:28.481Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2ba2441e-abaf-48d9-858b-4c979bf61ee8 from URL: /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml
2022-03-07T04:02:28.481Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:02:28.482Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml
2022-03-07T04:02:28.742Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:02:28.744Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml 2ba2441e-abaf-48d9-858b-4c979bf61ee8 20368
2022-03-07T04:02:28.745Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-07T04:02:28.745Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml
2022-03-07T04:02:28.745Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:02:28.745Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:28.747Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:28.748Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625748744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:28.848Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:28.849Z||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-03-07T04:02:28.849Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:28.863Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:28.863Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:29.753Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 33821ece-4b0a-45e3-9b7a-f7fe73e69f12 from URL: /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env
2022-03-07T04:02:29.753Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:02:29.754Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env
2022-03-07T04:02:29.965Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:02:29.966Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env 33821ece-4b0a-45e3-9b7a-f7fe73e69f12 2098
2022-03-07T04:02:29.967Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-07T04:02:29.967Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env
2022-03-07T04:02:29.968Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:02:29.968Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:29.971Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:29.971Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625749967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:02:30.072Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:02:30.073Z||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-03-07T04:02:30.074Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:30.096Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:30.097Z||pool-13-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:30.972Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80
2022-03-07T04:02:30.973Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 25c9fcdd-1669 0 544da871-f19d-4a7c-a4f0-a7e1a8e8e064 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-03-07T04:02:31.034Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18917c71, org.onap.sdc.toscaparser.api.parameters.Input@2e338a33, org.onap.sdc.toscaparser.api.parameters.Input@1fa9fbdf, org.onap.sdc.toscaparser.api.parameters.Input@2d94b69e, org.onap.sdc.toscaparser.api.parameters.Input@3e7525a9]
2022-03-07T04:02:31.076Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.077Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.077Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-07T04:02:31.077Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2237d8c7-b5e8-49b6-b698-e6de0439331d
2022-03-07T04:02:31.078Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2237d8c7-b5e8-49b6-b698-e6de0439331d matches Tosca VF Customization UUID: 2237d8c7-b5e8-49b6-b698-e6de0439331d
2022-03-07T04:02:31.078Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2237d8c7-b5e8-49b6-b698-e6de0439331d  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-03-07T04:02:31.086Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.087Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.089Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2237d8c7-b5e8-49b6-b698-e6de0439331d: {\"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-03-07T04:02:31.089Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23ccdd4b
2022-03-07T04:02:31.089Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.090Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:02:31.090Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8671ae92-47d3-4102-9c6e-fc6e9c78caa5
2022-03-07T04:02:31.091Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8671ae92-47d3-4102-9c6e-fc6e9c78caa5
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-03-07T04:02:31.099Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.100Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:31.100Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:31.101Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.101Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:31.101Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:31.102Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.102Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:31.102Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:31.102Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-07T04:02:31.102Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:31.102Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T04:02:31.103Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T04:02:31.103Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.103Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:31.103Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T04:02:31.103Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:31.104Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T04:02:31.104Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.104Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4cc511d0-d2f1-4fdf-b121-abf1db764747
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-03-07T04:02:31.114Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.115Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:31.115Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:31.116Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.116Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:31.116Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:31.116Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T04:02:31.117Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:31.117Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.117Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.117Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T04:02:31.118Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:31.118Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-07T04:02:31.118Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-07T04:02:31.118Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:31.119Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-07T04:02:31.119Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.120Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e8cfa17e-de9f-4ee2-8d0b-254a1ca52124
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-03-07T04:02:31.122Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.122Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:31.123Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:31.125Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.125Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is not matching search criteria
2022-03-07T04:02:31.126Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-07T04:02:31.126Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-07T04:02:31.126Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:31.126Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.126Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.126Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-07T04:02:31.127Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-07T04:02:31.127Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-07T04:02:31.127Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-07T04:02:31.127Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-07T04:02:31.127Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-07T04:02:31.127Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-07T04:02:31.128Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=22ee1a6c-26c5-4f8a-b4f3-8e2faca53eb5
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-03-07T04:02:31.130Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.130Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:31.130Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:02:31.131Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.131Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Node template vFW 25c9fcdd-1669 0 is matching search criteria
2022-03-07T04:02:31.131Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 25c9fcdd-1669 0] matching following query criteria: sdcType=VF, customizationUUID=2237d8c7-b5e8-49b6-b698-e6de0439331d
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-03-07T04:02:31.133Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.133Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.134Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80: vFW 25c9fcdd-1669
2022-03-07T04:02:31.134Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.134Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.135Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.135Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.135Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.135Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.136Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.136Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.136Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:02:31.141Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-07 03-57-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:02:31.141Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-07 03-57-53 
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-03-07T04:02:31.467Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 25c9fcdd-1669 544da871-f19d-4a7c-a4f0-a7e1a8e8e064 1 ASDC deployResourceStructure
2022-03-07T04:02:31.467Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json ASDC sendASDCNotification
2022-03-07T04:02:31.468Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json
2022-03-07T04:02:31.468Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:02:31.468Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:31.472Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:31.472Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625751467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:02:31.571Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:02:31.573Z||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-03-07T04:02:31.574Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:31.593Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:31.594Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:02:32.474Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-07T04:02:32.474Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml
2022-03-07T04:02:32.474Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:02:32.475Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:32.477Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:32.477Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625752474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:02:32.578Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:32.579Z||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-03-07T04:02:32.579Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:32.592Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:32.592Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:02:33.478Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-07T04:02:33.478Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env
2022-03-07T04:02:33.478Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:02:33.479Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:33.482Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:33.482Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625753478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-07T04:02:33.583Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:33.584Z||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-03-07T04:02:33.584Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:33.597Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:33.598Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:02:34.483Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar ASDC sendASDCNotification
2022-03-07T04:02:34.484Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar
2022-03-07T04:02:34.484Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:02:34.484Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:02:34.486Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:02:34.487Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625754483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:02:34.587Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:02:34.589Z||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-03-07T04:02:34.589Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:02:34.603Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:02:34.604Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:02:35.488Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:02:35.507Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:02:35.513Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:02:35.513Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:02:35.513Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:03:05.514Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:03:05.527Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:03:05.530Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:03:05.530Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:03:05.530Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:03:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:03:12.805Z||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-03-07T04:03:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:03:12.832Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:03:12.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:03:12.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "cds",
  "timestamp": 1646625732923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-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-03-07T04:03:12.856Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c092dba-709e-4fe4-a270-dd0b3544b35a
2022-03-07T04:03:12.857Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c092dba-709e-4fe4-a270-dd0b3544b35a 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-03-07T04:03:35.531Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:03:35.560Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:03:35.565Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:03:35.565Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:03:35.565Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:04:05.566Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:04:05.585Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:04:05.589Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:04:05.589Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:04:05.590Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:04:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:04:12.805Z||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-03-07T04:04:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:04:12.832Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:04:12.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:04:12.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625733316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:04:12.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:04:35.590Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:04:35.607Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:04:35.611Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:04:35.612Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:04:35.612Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:05:05.613Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:05:05.627Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:05:05.630Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:05:05.631Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:05:05.631Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:05:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:05:12.806Z||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-03-07T04:05:12.807Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:05:13.335Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:05:13.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625730400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "policy-id",
  "timestamp": 1646625729375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625730400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625734575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:05:13.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "policy-id",
  "timestamp": 1646625729375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "clamp",
  "timestamp": 1646625734552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625730400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625735678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.346Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:05:13.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "policy-id",
  "timestamp": 1646625729375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:05:13.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "clamp",
  "timestamp": 1646625734552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:05:13.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625730400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625736700,
  "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-03-07T04:05:13.358Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c092dba-709e-4fe4-a270-dd0b3544b35a
2022-03-07T04:05:13.359Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c092dba-709e-4fe4-a270-dd0b3544b35a 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-03-07T04:05:13.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "policy-id",
  "timestamp": 1646625737153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "clamp",
  "timestamp": 1646625734552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646625730400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646625737703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:05:13.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-07T04:05:13.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "policy-id",
  "timestamp": 1646625738158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:05:13.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "clamp",
  "timestamp": 1646625734552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "clamp",
  "timestamp": 1646625734552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "policy-id",
  "timestamp": 1646625739161,
  "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-03-07T04:05:13.393Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c092dba-709e-4fe4-a270-dd0b3544b35a
2022-03-07T04:05:13.394Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c092dba-709e-4fe4-a270-dd0b3544b35a 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-03-07T04:05:13.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:05:13.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "clamp",
  "timestamp": 1646625734552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "clamp",
  "timestamp": 1646625734552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:05:13.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625741180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625742601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "aai-ml",
  "timestamp": 1646625744035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625742601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "aai-ml",
  "timestamp": 1646625745042,
  "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-03-07T04:05:13.424Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f7699eaf-2eda-472f-8802-5d867b8c7d5b
2022-03-07T04:05:13.424Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7699eaf-2eda-472f-8802-5d867b8c7d5b 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-03-07T04:05:13.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625742601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "aai-ml",
  "timestamp": 1646625746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625742601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "aai-ml",
  "timestamp": 1646625746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625742601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625747442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "clamp",
  "timestamp": 1646625748418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "aai-ml",
  "timestamp": 1646625746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625742601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625748744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "aai-ml",
  "timestamp": 1646625746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625742601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:05:13.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "clamp",
  "timestamp": 1646625750428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:05:13.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625749967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "aai-ml",
  "timestamp": 1646625746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625750574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "clamp",
  "timestamp": 1646625751432,
  "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-03-07T04:05:13.452Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c092dba-709e-4fe4-a270-dd0b3544b35a
2022-03-07T04:05:13.452Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c092dba-709e-4fe4-a270-dd0b3544b35a 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-03-07T04:05:13.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "aai-ml",
  "timestamp": 1646625746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:05:13.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625751467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/vfw25c9fcdd16690_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:05:13.470Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "aai-ml",
  "timestamp": 1646625746047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:05:13.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:05:13.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625752474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:05:13.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625753414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:05:13.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625753478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/resourceInstances/vfw25c9fcdd16690/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-07T04:05:13.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "aai-ml",
  "timestamp": 1646625754834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:05:13.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646625754418,
  "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-03-07T04:05:13.480Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c092dba-709e-4fe4-a270-dd0b3544b35a
2022-03-07T04:05:13.481Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c092dba-709e-4fe4-a270-dd0b3544b35a 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-03-07T04:05:13.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625754483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220307035753/1.0/artifacts/service-Vfw20220307035753-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:05:13.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "aai-ml",
  "timestamp": 1646625765953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:05:13.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:05:13.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:05:13.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "aai-ml",
  "timestamp": 1646625766958,
  "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-03-07T04:05:13.501Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c092dba-709e-4fe4-a270-dd0b3544b35a
2022-03-07T04:05:13.501Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c092dba-709e-4fe4-a270-dd0b3544b35a 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-03-07T04:05:35.632Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:05:35.647Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b
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-03-07T04:05:35.652Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:05:35.652Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T04:05:35.653Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T04:05:35.653Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T04:05:35.653Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:05:35.653Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:05:35.653Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:05:35.654Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:05:35.654Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:05:35.654Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:05:35.654Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||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-03-07T04:05:35.660Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T04:06:05.664Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b 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-03-07T04:06:05.682Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7699eaf-2eda-472f-8802-5d867b8c7d5b and serviceModelVersionId: bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80
2022-03-07T04:06:05.683Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b9affbc-ba6b-492b-9aad-8b394b7a866e
2022-03-07T04:06:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:06:12.805Z||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-03-07T04:06:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:22.349Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:23.561Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0
2022-03-07T04:06:23.686Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T04:06:24.334Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0|INFO|500||Invoke
2022-03-07T04:06:24.347Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f7699eaf-2eda-472f-8802-5d867b8c7d5b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3bceea6f-1ba5-4fc1-bcf5-0750ed4e68ca], X-ECOMP-RequestID=[f7699eaf-2eda-472f-8802-5d867b8c7d5b], X-TransactionId=[], X-ONAP-RequestID=[f7699eaf-2eda-472f-8802-5d867b8c7d5b], Content-Type=[application/merge-patch+json]}
2022-03-07T04:06:24.527Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-07T04:06:24.914Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?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/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220307-04:06:25:353-99160], vertex-id=[327680], Content-Length=[0], Date=[Mon, 07 Mar 2022 04:06:25 GMT], Content-Type=[application/json]}
2022-03-07T04:06:24.916Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-07T04:06:24.917Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b9affbc-ba6b-492b-9aad-8b394b7a866e/model-vers/model-ver/bd8ebf86-a1e8-4dfa-b91f-d92b8bbb7e80?depth=0|INFO|500||InvokeReturn
2022-03-07T04:06:24.923Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T04:06:24.923Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||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-03-07T04:06:24.932Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||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-03-07T04:06:24.933Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7699eaf-2eda-472f-8802-5d867b8c7d5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T04:06:24.935Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T04:06:24.936Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:24.939Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:24.940Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625984934,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:06:25.041Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:25.042Z||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-03-07T04:06:25.042Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:25.073Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:25.074Z||pool-18-thread-1|||||INFO|500||cambria reply ok (33 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-03-07T04:06:25.957Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:06:25.957Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c092dba-709e-4fe4-a270-dd0b3544b35a","serviceName":"basic_onboard_dhwXxh","serviceVersion":"1.0","serviceUUID":"85836f4b-caa5-40b4-bc51-4a0c6d06ca8f","serviceDescription":"service","serviceInvariantUUID":"c9ae2d30-284c-4661-9c3a-688f19df4ae6","resources":[{"resourceInstanceName":"basic_onboard_dhwXxh 0","resourceName":"basic_onboard_dhwXxh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d5a2f3c-b0c1-465a-8399-0f915320e292","resourceInvariantUUID":"d36dc598-7f1b-4eb3-b792-330fe379f19c","resourceCustomizationUUID":"94d61839-9fd4-4cab-908b-92258bedd226","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml","artifactChecksum":"MjUwNDBlYjQ1Y2QwMTc3MjhkYzczOTQ4NDM2NWQwOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d32fbbb-de0a-4753-bf3d-f646e5698a26","artifactVersion":"1"},{"artifactName":"basic_onboard_dhwxxh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json","artifactChecksum":"MDM0N2M0OTAwYjAzOWY0ZmRiNGI3MjBkNjE1NGFkOGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15987e63-b047-434e-977b-0664482fd673","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"456079f7-12b2-46b9-9b26-ed1ef2395474","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b32072cf-c766-4d68-a4f0-293f09e1aeac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c2e6b77-0462-46f6-99d9-faabf56e20c6","artifactVersion":"2","generatedFromUUID":"456079f7-12b2-46b9-9b26-ed1ef2395474"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDhwxxh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml","artifactChecksum":"MjNlNjgxMzM3ZDA0MmMxOTE1YWJlZDU2ODM5MTMyNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f333e055-cf96-4ea9-859e-daac5397cf4f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDhwxxh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar","artifactChecksum":"ODU5ZGNiYWViMjQ3Mzg2MmRhYWYyMzFlZDgxMmE0OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bc734f2-30b5-47e0-97e8-9fc302cf9868","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:06:25.958Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:25.959Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:25.961Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:25.962Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:06:26.062Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:26.063Z||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-03-07T04:06:26.063Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:26.076Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:26.077Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:26.962Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:26.964Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:26.966Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:26.967Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:06:27.067Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:06:27.068Z||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-03-07T04:06:27.068Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:27.085Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:27.086Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:27.967Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:27.969Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:27.971Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:27.971Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:06:28.072Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:28.073Z||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-03-07T04:06:28.073Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:28.088Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:28.089Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:28.972Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:28.974Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:28.977Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:28.977Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:06:29.078Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:06:29.079Z||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-03-07T04:06:29.079Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:29.094Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:29.094Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:06:29.978Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:29.980Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:29.982Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:29.982Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-07T04:06:30.082Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:30.083Z||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-03-07T04:06:30.084Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:30.097Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:30.098Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:30.983Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:30.984Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:30.986Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:30.987Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:06:31.087Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:31.088Z||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-03-07T04:06:31.089Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:31.104Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:31.105Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:31.987Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:06:31.988Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:31.991Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:31.991Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:06:32.091Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:32.092Z||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-03-07T04:06:32.092Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:32.104Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:32.105Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:32.993Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "serviceName": "basic_onboard_dhwXxh",
  "serviceVersion": "1.0",
  "serviceUUID": "85836f4b-caa5-40b4-bc51-4a0c6d06ca8f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c9ae2d30-284c-4661-9c3a-688f19df4ae6",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_dhwXxh 0",
      "resourceCustomizationUUID": "94d61839-9fd4-4cab-908b-92258bedd226",
      "resourceName": "basic_onboard_dhwXxh",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d5a2f3c-b0c1-465a-8399-0f915320e292",
      "resourceInvariantUUID": "d36dc598-7f1b-4eb3-b792-330fe379f19c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_dhwxxh0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
          "artifactChecksum": "MDM0N2M0OTAwYjAzOWY0ZmRiNGI3MjBkNjE1NGFkOGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "15987e63-b047-434e-977b-0664482fd673",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "456079f7-12b2-46b9-9b26-ed1ef2395474",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3c2e6b77-0462-46f6-99d9-faabf56e20c6",
            "generatedFromUUID": "456079f7-12b2-46b9-9b26-ed1ef2395474"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3c2e6b77-0462-46f6-99d9-faabf56e20c6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDhwxxh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
      "artifactChecksum": "ODU5ZGNiYWViMjQ3Mzg2MmRhYWYyMzFlZDgxMmE0OTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4bc734f2-30b5-47e0-97e8-9fc302cf9868"
    }
  ],
  "workloadContext": "Production"
}
2022-03-07T04:06:32.993Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:06:32.994Z|f7699eaf-2eda-472f-8802-5d867b8c7d5b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85836f4b-caa5-40b4-bc51-4a0c6d06ca8f ASDC
2022-03-07T04:06:32.994Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2c092dba-709e-4fe4-a270-dd0b3544b35a
ServiceName:basic_onboard_dhwXxh
ServiceVersion:1.0
ServiceUUID:85836f4b-caa5-40b4-bc51-4a0c6d06ca8f
ServiceInvariantUUID:c9ae2d30-284c-4661-9c3a-688f19df4ae6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDhwxxh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar
ArtifactUUID:4bc734f2-30b5-47e0-97e8-9fc302cf9868
ArtifactChecksum:ODU5ZGNiYWViMjQ3Mzg2MmRhYWYyMzFlZDgxMmE0OTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dhwXxh 0
ResourceCustomizationUUID:94d61839-9fd4-4cab-908b-92258bedd226
ResourceInvariantUUID:d36dc598-7f1b-4eb3-b792-330fe379f19c
ResourceName:basic_onboard_dhwXxh
ResourceType:VF
ResourceUUID:3d5a2f3c-b0c1-465a-8399-0f915320e292
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dhwxxh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json
ArtifactUUID:15987e63-b047-434e-977b-0664482fd673
ArtifactChecksum:MDM0N2M0OTAwYjAzOWY0ZmRiNGI3MjBkNjE1NGFkOGI=
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/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:456079f7-12b2-46b9-9b26-ed1ef2395474
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/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env
ArtifactUUID:3c2e6b77-0462-46f6-99d9-faabf56e20c6
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/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env
ArtifactUUID:3c2e6b77-0462-46f6-99d9-faabf56e20c6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-07T04:06:32.994Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85836f4b-caa5-40b4-bc51-4a0c6d06ca8f 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-03-07T04:06:33.029Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:06:33.030Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:06:33.031Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:06:33.031Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4bc734f2-30b5-47e0-97e8-9fc302cf9868 from URL: /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:33.031Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:06:33.031Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:34.401Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:06:34.405Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar 4bc734f2-30b5-47e0-97e8-9fc302cf9868 71563
2022-03-07T04:06:34.406Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar ASDC sendASDCNotification
2022-03-07T04:06:34.406Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:34.406Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:06:34.407Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:34.409Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:34.409Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625994405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:06:34.509Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:34.510Z||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-03-07T04:06:34.511Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:34.524Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:34.525Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:35.410Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:06:35.412Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:06:35.412Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4bc734f2-30b5-47e0-97e8-9fc302cf9868, URL: /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar to file: /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:35.413Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:35.413Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:35.414Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:35.630Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1384437697504942973/Definitions/service-BasicOnboardDhwxxh-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-03-07T04:06:37.177Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:06:37.178Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:06:37.178Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.178Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-07T04:06:37.178Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||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-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.178Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||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-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.178Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||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-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dhwXxh 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-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||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-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||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-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||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-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:37.179Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:06:37.180Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.180Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.180Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:37.180Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:06:37.181Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:06:37.181Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.181Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.181Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:37.181Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:06:37.182Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:06:37.182Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.182Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.182Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.182Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is not matching search criteria
2022-03-07T04:06:37.182Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-07T04:06:37.183Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-07T04:06:37.183Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-07T04:06:37.183Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-07T04:06:37.183Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-07T04:06:37.183Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.184Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:06:37.184Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.184Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:37.184Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:06:37.185Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.185Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:37.185Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:06:37.185Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.185Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:37.186Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:06:37.186Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.186Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is not matching search criteria
2022-03-07T04:06:37.186Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-07T04:06:37.186Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-07T04:06:37.187Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c03a6068-35f9-4cd3-970b-15d09a30367b
2022-03-07T04:06:37.187Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.187Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.187Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.187Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.187Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.188Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.188Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:37.188Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:37.188Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_dhwXxh
Description:service
Model UUID:85836f4b-caa5-40b4-bc51-4a0c6d06ca8f
Model Version:NULL
Model InvariantUuid:c9ae2d30-284c-4661-9c3a-688f19df4ae6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_dhwXxh
Model UUID:81b2e86f-1b4a-41ca-9135-8f93aa12eb80
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d36dc598-7f1b-4eb3-b792-330fe379f19c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:94d61839-9fd4-4cab-908b-92258bedd226
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bbad5055-957c-47ee-b118-5a551978c9c2
ModelName:BasicOnboardDhwxxh..base_ubuntu18..module-0
ModelUuid:5e58e50d-87cc-4215-9a60-2ea152012fff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c03a6068-35f9-4cd3-970b-15d09a30367b
ModelInvariantUuid:9d36c025-19b4-488d-80ff-23410eca7012
ModelName:basic_onboard_dhwXxh-nodes.ubuntu18Cvfc
ModelUuid:da97acae-d30c-45bd-929f-54da88160ad1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2765d1b6-450e-484f-a883-f0e1881b22b6
ModelInvariantUuid:6a96ce07-17f0-4c0f-b481-8c2301332df3
ModelName:BasicOnboardDhwxxh.compute.nodes.heat.ubuntu18
ModelUuid:3b9b3d27-5aa1-4732-ba47-bd5eb9ae30dd
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-03-07T04:06:37.196Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d5a2f3c-b0c1-465a-8399-0f915320e292
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-03-07T04:06:37.201Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||basic_onboard_dhwXxh 0
2022-03-07T04:06:37.201Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d5a2f3c-b0c1-465a-8399-0f915320e292
2022-03-07T04:06:37.201Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 15987e63-b047-434e-977b-0664482fd673 from URL: /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json
2022-03-07T04:06:37.201Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:06:37.201Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json
2022-03-07T04:06:37.527Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:06:37.527Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json 15987e63-b047-434e-977b-0664482fd673 798
2022-03-07T04:06:37.528Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json ASDC sendASDCNotification
2022-03-07T04:06:37.528Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json
2022-03-07T04:06:37.528Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:06:37.528Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:37.532Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:37.532Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625997527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:06:37.632Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:37.634Z||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-03-07T04:06:37.634Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:37.654Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:37.655Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:38.533Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDhwxxh..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bbad5055-957c-47ee-b118-5a551978c9c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5e58e50d-87cc-4215-9a60-2ea152012fff",
    "vfModuleModelCustomizationUUID": "3b200616-fc97-434c-bc9f-cc79841327fe",
    "isBase": true,
    "artifacts": [
      "456079f7-12b2-46b9-9b26-ed1ef2395474",
      "3c2e6b77-0462-46f6-99d9-faabf56e20c6"
    ],
    "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-03-07T04:06:38.539Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDhwxxh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e58e50d-87cc-4215-9a60-2ea152012fff
VfModuleModelInvariantUUID:bbad5055-957c-47ee-b118-5a551978c9c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
456079f7-12b2-46b9-9b26-ed1ef2395474
,
3c2e6b77-0462-46f6-99d9-faabf56e20c6

}
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-03-07T04:06:38.542Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDhwxxh..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bbad5055-957c-47ee-b118-5a551978c9c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5e58e50d-87cc-4215-9a60-2ea152012fff",
    "vfModuleModelCustomizationUUID": "3b200616-fc97-434c-bc9f-cc79841327fe",
    "isBase": true,
    "artifacts": [
      "456079f7-12b2-46b9-9b26-ed1ef2395474",
      "3c2e6b77-0462-46f6-99d9-faabf56e20c6"
    ],
    "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-03-07T04:06:38.543Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDhwxxh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e58e50d-87cc-4215-9a60-2ea152012fff
VfModuleModelInvariantUUID:bbad5055-957c-47ee-b118-5a551978c9c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
456079f7-12b2-46b9-9b26-ed1ef2395474
,
3c2e6b77-0462-46f6-99d9-faabf56e20c6

}
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-03-07T04:06:38.543Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 456079f7-12b2-46b9-9b26-ed1ef2395474 from URL: /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml
2022-03-07T04:06:38.543Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:06:38.544Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml
2022-03-07T04:06:38.911Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:06:38.912Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml 456079f7-12b2-46b9-9b26-ed1ef2395474 5033
2022-03-07T04:06:38.912Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-07T04:06:38.913Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml
2022-03-07T04:06:38.913Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:06:38.913Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:38.916Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:38.916Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625998912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:06:39.016Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:39.017Z||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-03-07T04:06:39.017Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:39.032Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:39.032Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:39.917Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3c2e6b77-0462-46f6-99d9-faabf56e20c6 from URL: /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env
2022-03-07T04:06:39.922Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:06:39.923Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env
2022-03-07T04:06:40.305Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:06:40.306Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env 3c2e6b77-0462-46f6-99d9-faabf56e20c6 909
2022-03-07T04:06:40.306Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-07T04:06:40.306Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env
2022-03-07T04:06:40.306Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:06:40.307Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:40.309Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:40.309Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626000306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:06:40.409Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:40.411Z||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-03-07T04:06:40.411Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:40.422Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:40.423Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:41.310Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 85836f4b-caa5-40b4-bc51-4a0c6d06ca8f
2022-03-07T04:06:41.311Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dhwXxh 0 3d5a2f3c-b0c1-465a-8399-0f915320e292 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-03-07T04:06:41.327Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f04ac9d, org.onap.sdc.toscaparser.api.parameters.Input@4df5e932, org.onap.sdc.toscaparser.api.parameters.Input@d28c9d0, org.onap.sdc.toscaparser.api.parameters.Input@18dba0a4, org.onap.sdc.toscaparser.api.parameters.Input@62c19766]
2022-03-07T04:06:41.330Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.330Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.330Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-07T04:06:41.331Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 94d61839-9fd4-4cab-908b-92258bedd226
2022-03-07T04:06:41.331Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 94d61839-9fd4-4cab-908b-92258bedd226 matches Tosca VF Customization UUID: 94d61839-9fd4-4cab-908b-92258bedd226
2022-03-07T04:06:41.331Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 94d61839-9fd4-4cab-908b-92258bedd226  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-03-07T04:06:41.334Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.334Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.336Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 94d61839-9fd4-4cab-908b-92258bedd226: {\"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-03-07T04:06:41.336Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ea926bd
2022-03-07T04:06:41.337Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.337Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:06:41.337Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3b200616-fc97-434c-bc9f-cc79841327fe
2022-03-07T04:06:41.337Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3b200616-fc97-434c-bc9f-cc79841327fe
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-03-07T04:06:41.341Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.341Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:41.341Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:06:41.342Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.342Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:41.343Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:06:41.343Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.343Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is not matching search criteria
2022-03-07T04:06:41.344Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-07T04:06:41.344Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-07T04:06:41.344Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c03a6068-35f9-4cd3-970b-15d09a30367b
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-03-07T04:06:41.348Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.348Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:41.348Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:06:41.349Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.349Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_dhwXxh 0 is matching search criteria
2022-03-07T04:06:41.349Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_dhwXxh 0] matching following query criteria: sdcType=VF, customizationUUID=94d61839-9fd4-4cab-908b-92258bedd226
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-03-07T04:06:41.352Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.352Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.353Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 85836f4b-caa5-40b4-bc51-4a0c6d06ca8f: basic_onboard_dhwXxh
2022-03-07T04:06:41.353Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.353Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.354Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.354Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.354Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.355Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.355Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.355Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.356Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:06:41.356Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_dhwXxh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:06:41.356Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_dhwXxh 
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-03-07T04:06:41.453Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dhwXxh 3d5a2f3c-b0c1-465a-8399-0f915320e292 1 ASDC deployResourceStructure
2022-03-07T04:06:41.454Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json ASDC sendASDCNotification
2022-03-07T04:06:41.454Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json
2022-03-07T04:06:41.454Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:06:41.455Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:41.457Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:41.457Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626001454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:06:41.557Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:41.558Z||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-03-07T04:06:41.559Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:41.571Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:41.572Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:42.458Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-07T04:06:42.459Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml
2022-03-07T04:06:42.459Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:06:42.460Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:42.462Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:42.462Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626002458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:06:42.562Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:42.563Z||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-03-07T04:06:42.564Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:42.586Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:42.587Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:06:43.463Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-07T04:06:43.464Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env
2022-03-07T04:06:43.464Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:06:43.465Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:43.468Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:43.468Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626003463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-07T04:06:43.568Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:06:43.569Z||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-03-07T04:06:43.570Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:43.590Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:43.591Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:06:44.469Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar ASDC sendASDCNotification
2022-03-07T04:06:44.470Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar
2022-03-07T04:06:44.470Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:06:44.471Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:06:44.473Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:06:44.473Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626004469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:06:44.573Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:06:44.574Z||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-03-07T04:06:44.574Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:06:44.588Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:06:44.589Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:06:45.474Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c092dba-709e-4fe4-a270-dd0b3544b35a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:06:45.485Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c092dba-709e-4fe4-a270-dd0b3544b35a
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-03-07T04:06:45.489Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:06:45.490Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T04:06:45.490Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T04:06:45.490Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T04:06:45.490Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:06:45.490Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:06:45.490Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:06:45.491Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:06:45.491Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:06:45.491Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:06:45.491Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||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-03-07T04:06:45.496Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T04:07:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:07:12.806Z||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-03-07T04:07:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:07:13.428Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:07:13.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7699eaf-2eda-472f-8802-5d867b8c7d5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625984934,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:07:13.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:07:13.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:07:13.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:07:13.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:07:13.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:07:13.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:07:13.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:07:13.435Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:07:13.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-07T04:07:13.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:07:13.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:07:13.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:07:13.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625732801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:07:13.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:07:13.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625994405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:07:13.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625997527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:07:13.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646625998912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:07:13.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626000306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:07:13.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626001454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/basic_onboard_dhwxxh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:07:13.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626002458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:07:13.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626003463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/resourceInstances/basic_onboard_dhwxxh0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-07T04:07:13.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:13.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:07:13.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626004469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDhwxxh/1.0/artifacts/service-BasicOnboardDhwxxh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:07:13.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:07:15.497Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c092dba-709e-4fe4-a270-dd0b3544b35a 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-03-07T04:07:15.502Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c092dba-709e-4fe4-a270-dd0b3544b35a and serviceModelVersionId: 85836f4b-caa5-40b4-bc51-4a0c6d06ca8f
2022-03-07T04:07:15.503Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9ae2d30-284c-4661-9c3a-688f19df4ae6
2022-03-07T04:07:15.504Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9ae2d30-284c-4661-9c3a-688f19df4ae6/model-vers/model-ver/85836f4b-caa5-40b4-bc51-4a0c6d06ca8f?depth=0
2022-03-07T04:07:15.508Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T04:07:15.567Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9ae2d30-284c-4661-9c3a-688f19df4ae6/model-vers/model-ver/85836f4b-caa5-40b4-bc51-4a0c6d06ca8f?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-03-07T04:07:15.569Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9ae2d30-284c-4661-9c3a-688f19df4ae6/model-vers/model-ver/85836f4b-caa5-40b4-bc51-4a0c6d06ca8f?depth=0|INFO|500||Invoke
2022-03-07T04:07:15.603Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9ae2d30-284c-4661-9c3a-688f19df4ae6/model-vers/model-ver/85836f4b-caa5-40b4-bc51-4a0c6d06ca8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-07T04:07:15.717Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9ae2d30-284c-4661-9c3a-688f19df4ae6/model-vers/model-ver/85836f4b-caa5-40b4-bc51-4a0c6d06ca8f?depth=0|INFO|500||InvokeReturn
2022-03-07T04:07:15.718Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9ae2d30-284c-4661-9c3a-688f19df4ae6/model-vers/model-ver/85836f4b-caa5-40b4-bc51-4a0c6d06ca8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220307-04:07:16:430-44086], vertex-id=[262224], Content-Length=[0], Date=[Mon, 07 Mar 2022 04:07:16 GMT], Content-Type=[application/json]}
2022-03-07T04:07:15.719Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-07T04:07:15.719Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T04:07:15.720Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||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-03-07T04:07:15.724Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||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-03-07T04:07:15.725Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c092dba-709e-4fe4-a270-dd0b3544b35a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T04:07:15.725Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T04:07:15.726Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:07:15.729Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:07:15.729Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626035725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:07:15.829Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:07:15.830Z||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-03-07T04:07:15.830Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:07:15.845Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:07:15.845Z||pool-34-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-03-07T04:07:16.742Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:07:16.743Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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-03-07T04:07:16.743Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:07:26.984Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:07:26.986Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:07:26.987Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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-03-07T04:07:26.987Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:07:36.538Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:07:36.538Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:07:36.539Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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-03-07T04:07:36.539Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:07:46.081Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:07:46.082Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:07:46.083Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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-03-07T04:07:46.083Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:07:55.630Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:07:55.631Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:07:55.632Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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-03-07T04:07:55.633Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:08:05.193Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:08:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:08:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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-03-07T04:08:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:08:12.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:08:12.804Z||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-03-07T04:08:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:08:13.430Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:08:13.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:08:13.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c092dba-709e-4fe4-a270-dd0b3544b35a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626035725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:08:13.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:08:22.343Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:09:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:09:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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-03-07T04:09:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:09:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:09:12.805Z||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-03-07T04:09:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:09:22.349Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:09:22.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:10:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:10:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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-03-07T04:10:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:10:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:10:12.804Z||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-03-07T04:10:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:10:22.350Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:10:22.350Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:11:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:11:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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-03-07T04:11:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:11:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:11:12.804Z||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-03-07T04:11:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:11:22.350Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:11:22.350Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:12:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:12:12.803Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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-03-07T04:12:12.804Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:12:12.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:12:12.805Z||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-03-07T04:12:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:12:22.355Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:12:22.385Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:13:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:13:12.803Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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-03-07T04:13:12.803Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:13:12.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:13:12.805Z||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-03-07T04:13:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:13:22.368Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:13:22.369Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:14:12.801Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:14:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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-03-07T04:14:12.802Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:14:12.804Z||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-03-07T04:14:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:13.439Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:14:13.440Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:14:13.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626405172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.441Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.442Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d7b941e-04e9-402d-9e09-98224a1a3ab7","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"712bf01d-3cb5-4f1f-8cc9-066705a3f931","serviceDescription":"service","serviceInvariantUUID":"24161025-17c7-4a08-bb83-b9911bf72441","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7ab52ef8-7d04-4c61-98a0-444eb9e5037e","resourceInvariantUUID":"9f92465f-ed2b-41e6-8c7b-2f90636eabbd","resourceCustomizationUUID":"39db3dd9-32d9-4de1-9fe3-a7a544368bf3","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":"YjhmY2Q4MTdkODU2OGM1ZmY2Y2FjYTIzMjAzM2FjZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5c8d307-d340-4ddf-9681-cb612ac41361","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGE1MDU4MWUyN2I2Njk2NDQzMDdlZDc5NWY1YWViYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d56111d2-f61c-48f1-8fc5-b0a04c11f832","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:14:13.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1646626397417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "cds",
  "timestamp": 1646626398280,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626402601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "dcae-sch",
  "timestamp": 1646626397669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1646626397417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626405172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626402601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "cds",
  "timestamp": 1646626398280,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:14:13.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "dcae-sch",
  "timestamp": 1646626397669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "policy-id",
  "timestamp": 1646626409375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "cds",
  "timestamp": 1646626409655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626409727,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1646626410440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "policy-id",
  "timestamp": 1646626409375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "cds",
  "timestamp": 1646626410665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-07T04:14:13.451Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:14:13.452Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T04:14:13.456Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:14:13.456Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626452801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T04:14:13.478Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d7b941e-04e9-402d-9e09-98224a1a3ab7
2022-03-07T04:14:13.479Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7b941e-04e9-402d-9e09-98224a1a3ab7 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-03-07T04:14:13.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626410400,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626411492,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "policy-id",
  "timestamp": 1646626412514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626410400,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626412497,
  "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-03-07T04:14:13.506Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d7b941e-04e9-402d-9e09-98224a1a3ab7
2022-03-07T04:14:13.506Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7b941e-04e9-402d-9e09-98224a1a3ab7 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-03-07T04:14:13.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "policy-id",
  "timestamp": 1646626413519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:14:13.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "policy-id",
  "timestamp": 1646626414523,
  "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-03-07T04:14:13.527Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d7b941e-04e9-402d-9e09-98224a1a3ab7
2022-03-07T04:14:13.528Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7b941e-04e9-402d-9e09-98224a1a3ab7 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-03-07T04:14:13.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1646626418078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:14:13.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1646626419083,
  "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-03-07T04:14:13.547Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d7b941e-04e9-402d-9e09-98224a1a3ab7
2022-03-07T04:14:13.547Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7b941e-04e9-402d-9e09-98224a1a3ab7 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-03-07T04:14:13.556Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:14:13.558Z||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-03-07T04:14:13.558Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:13.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "clamp",
  "timestamp": 1646626424553,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:14:13.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "clamp",
  "timestamp": 1646626424553,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:14:13.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:14:13.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "clamp",
  "timestamp": 1646626430524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:14:13.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "clamp",
  "timestamp": 1646626432534,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:14:13.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:14:13.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:14:13.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "clamp",
  "timestamp": 1646626433539,
  "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-03-07T04:14:13.571Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:14:13.572Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:14:13.572Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d7b941e-04e9-402d-9e09-98224a1a3ab7
2022-03-07T04:14:13.573Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7b941e-04e9-402d-9e09-98224a1a3ab7 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-03-07T04:14:14.457Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:14:14.458Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:14:14.462Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:14:14.462Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626452801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:14:14.563Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:14:14.565Z||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-03-07T04:14:14.565Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:14.579Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:14:14.580Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:14:15.464Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "712bf01d-3cb5-4f1f-8cc9-066705a3f931",
  "serviceDescription": "service",
  "serviceInvariantUUID": "24161025-17c7-4a08-bb83-b9911bf72441",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "39db3dd9-32d9-4de1-9fe3-a7a544368bf3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "7ab52ef8-7d04-4c61-98a0-444eb9e5037e",
      "resourceInvariantUUID": "9f92465f-ed2b-41e6-8c7b-2f90636eabbd",
      "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": "NGE1MDU4MWUyN2I2Njk2NDQzMDdlZDc5NWY1YWViYTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d56111d2-f61c-48f1-8fc5-b0a04c11f832"
    }
  ],
  "workloadContext": "Production"
}
2022-03-07T04:14:15.465Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:14:15.465Z|2c092dba-709e-4fe4-a270-dd0b3544b35a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 712bf01d-3cb5-4f1f-8cc9-066705a3f931 ASDC
2022-03-07T04:14:15.466Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:0d7b941e-04e9-402d-9e09-98224a1a3ab7
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:712bf01d-3cb5-4f1f-8cc9-066705a3f931
ServiceInvariantUUID:24161025-17c7-4a08-bb83-b9911bf72441
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:d56111d2-f61c-48f1-8fc5-b0a04c11f832
ArtifactChecksum:NGE1MDU4MWUyN2I2Njk2NDQzMDdlZDc5NWY1YWViYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:39db3dd9-32d9-4de1-9fe3-a7a544368bf3
ResourceInvariantUUID:9f92465f-ed2b-41e6-8c7b-2f90636eabbd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7ab52ef8-7d04-4c61-98a0-444eb9e5037e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-07T04:14:15.467Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 712bf01d-3cb5-4f1f-8cc9-066705a3f931 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-03-07T04:14:15.506Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:14:15.508Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:14:15.508Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:14:15.509Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d56111d2-f61c-48f1-8fc5-b0a04c11f832 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-07T04:14:15.509Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:14:15.509Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-07T04:14:15.667Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:14:15.672Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d56111d2-f61c-48f1-8fc5-b0a04c11f832 52489
2022-03-07T04:14:15.673Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-07T04:14:15.673Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-07T04:14:15.674Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:14:15.675Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:14:15.681Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:14:15.682Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626455673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:14:15.781Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:14:15.783Z||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-03-07T04:14:15.783Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:15.798Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:14:15.799Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:14:16.683Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:14:16.685Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:14:16.686Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d56111d2-f61c-48f1-8fc5-b0a04c11f832, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-07T04:14:16.687Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-07T04:14:16.689Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-07T04:14:16.690Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-07T04:14:16.918Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP997244507025005655/Definitions/service-BasicNetwork-template.yml
2022-03-07T04:14:17.757Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:14:17.759Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:14:17.759Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-07T04:14:17.760Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-07T04:14:17.760Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.760Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.760Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.761Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.761Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.761Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.762Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.762Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.762Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:14:17.763Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.763Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.764Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-07T04:14:17.765Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:14:17.765Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:14:17.766Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.768Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.769Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-07T04:14:17.769Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:14:17.769Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:14:17.769Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.769Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.770Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.770Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.770Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.771Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.771Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.771Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.771Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.771Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.772Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:712bf01d-3cb5-4f1f-8cc9-066705a3f931
Model Version:NULL
Model InvariantUuid:24161025-17c7-4a08-bb83-b9911bf72441
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9f92465f-ed2b-41e6-8c7b-2f90636eabbd
Model UUID:257f5abf-6379-4592-ad44-c6a1ac72e804
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:39db3dd9-32d9-4de1-9fe3-a7a544368bf3
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-03-07T04:14:17.781Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 7ab52ef8-7d04-4c61-98a0-444eb9e5037e
2022-03-07T04:14:17.782Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||No resources found for Service: 712bf01d-3cb5-4f1f-8cc9-066705a3f931
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-03-07T04:14:17.789Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||
2022-03-07T04:14:17.789Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-07T04:14:17.790Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 712bf01d-3cb5-4f1f-8cc9-066705a3f931
2022-03-07T04:14:17.790Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 712bf01d-3cb5-4f1f-8cc9-066705a3f931
2022-03-07T04:14:17.790Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-07T04:14:17.791Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.797Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@697adf5f, org.onap.sdc.toscaparser.api.parameters.Input@662ea482, org.onap.sdc.toscaparser.api.parameters.Input@482f2762, org.onap.sdc.toscaparser.api.parameters.Input@2dc154f1, org.onap.sdc.toscaparser.api.parameters.Input@127ee631]
2022-03-07T04:14:17.799Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.800Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.800Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.800Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 712bf01d-3cb5-4f1f-8cc9-066705a3f931: Generic NeutronNet
2022-03-07T04:14:17.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.802Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.862Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.863Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.864Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.864Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.865Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:14:17.865Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:14:17.866Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:17.938Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-07T04:14:17.939Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-07T04:14:17.939Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-07T04:14:17.939Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:14:17.940Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:14:17.942Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:14:17.943Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626457939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:14:18.043Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:14:18.044Z||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-03-07T04:14:18.045Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:18.069Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:14:18.071Z||pool-38-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:14:18.943Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d7b941e-04e9-402d-9e09-98224a1a3ab7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:14:18.957Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d7b941e-04e9-402d-9e09-98224a1a3ab7
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-03-07T04:14:18.961Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:14:18.961Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T04:14:18.961Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T04:14:18.962Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T04:14:18.962Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:14:18.962Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:14:18.962Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:14:18.962Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:14:18.963Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:14:18.963Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:14:18.963Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:18.970Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T04:14:48.971Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d7b941e-04e9-402d-9e09-98224a1a3ab7 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-03-07T04:14:48.979Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d7b941e-04e9-402d-9e09-98224a1a3ab7 and serviceModelVersionId: 712bf01d-3cb5-4f1f-8cc9-066705a3f931
2022-03-07T04:14:48.979Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24161025-17c7-4a08-bb83-b9911bf72441
2022-03-07T04:14:48.982Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0
2022-03-07T04:14:48.989Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T04:14:49.071Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0|INFO|500||Invoke
2022-03-07T04:14:49.071Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d7b941e-04e9-402d-9e09-98224a1a3ab7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43629b63-7733-4b95-b767-67b39f3943ce], X-ECOMP-RequestID=[0d7b941e-04e9-402d-9e09-98224a1a3ab7], X-TransactionId=[], X-ONAP-RequestID=[0d7b941e-04e9-402d-9e09-98224a1a3ab7], Content-Type=[application/merge-patch+json]}
2022-03-07T04:14:49.105Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-07T04:14:49.363Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?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/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220307-04:14:49:963-24693], vertex-id=[213128], Content-Length=[0], Date=[Mon, 07 Mar 2022 04:14:49 GMT], Content-Type=[application/json]}
2022-03-07T04:14:49.364Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-07T04:14:49.365Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24161025-17c7-4a08-bb83-b9911bf72441/model-vers/model-ver/712bf01d-3cb5-4f1f-8cc9-066705a3f931?depth=0|INFO|500||InvokeReturn
2022-03-07T04:14:49.366Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T04:14:49.368Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:49.377Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||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-03-07T04:14:49.379Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d7b941e-04e9-402d-9e09-98224a1a3ab7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T04:14:49.379Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T04:14:49.380Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:14:49.383Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:14:49.384Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626489379,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:14:49.484Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-07T04:14:49.485Z||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-03-07T04:14:49.485Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:14:49.505Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:14:49.506Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 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-03-07T04:15:12.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:15:12.802Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|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-03-07T04:15:12.803Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:15:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:15:12.804Z||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-03-07T04:15:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:15:12.925Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:15:12.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:15:12.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626452801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:15:12.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:15:22.360Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:16:12.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:16:12.802Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|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-03-07T04:16:12.803Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:16:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:16:12.805Z||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-03-07T04:16:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:16:13.332Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:16:13.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:16:13.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626452801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:16:13.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:16:13.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:16:13.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626455673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:16:13.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:16:13.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:16:13.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626457939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:16:13.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:16:13.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-07T04:16:13.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7b941e-04e9-402d-9e09-98224a1a3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626489379,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:16:13.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:16:22.388Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:12.801Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:17:12.802Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|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-03-07T04:17:12.802Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:17:12.804Z||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-03-07T04:17:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:12.955Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:13.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "clamp",
  "timestamp": 1646626604552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626605172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "dcae-sch",
  "timestamp": 1646626597667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "aai-ml",
  "timestamp": 1646626607417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "clamp",
  "timestamp": 1646626604552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626605172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "dcae-sch",
  "timestamp": 1646626597667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "aai-ml",
  "timestamp": 1646626607417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "cds",
  "timestamp": 1646626608280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626605172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "clamp",
  "timestamp": 1646626604552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "dcae-sch",
  "timestamp": 1646626597667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "policy-id",
  "timestamp": 1646626609375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "aai-ml",
  "timestamp": 1646626607417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "cds",
  "timestamp": 1646626608280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "clamp",
  "timestamp": 1646626604552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626605172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "dcae-sch",
  "timestamp": 1646626597667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "policy-id",
  "timestamp": 1646626609375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "aai-ml",
  "timestamp": 1646626607417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "cds",
  "timestamp": 1646626608280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626610401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "clamp",
  "timestamp": 1646626604552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626605172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "policy-id",
  "timestamp": 1646626609375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "dcae-sch",
  "timestamp": 1646626597667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "aai-ml",
  "timestamp": 1646626607417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "cds",
  "timestamp": 1646626608280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626610401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626605172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "policy-id",
  "timestamp": 1646626609375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "clamp",
  "timestamp": 1646626604552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "dcae-sch",
  "timestamp": 1646626597667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "aai-ml",
  "timestamp": 1646626607417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "cds",
  "timestamp": 1646626608280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626610401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626612601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "clamp",
  "timestamp": 1646626604552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.256Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626605172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "policy-id",
  "timestamp": 1646626609375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "dcae-sch",
  "timestamp": 1646626597667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "aai-ml",
  "timestamp": 1646626607417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "cds",
  "timestamp": 1646626608280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626610401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626612601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626605172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "clamp",
  "timestamp": 1646626604552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "policy-id",
  "timestamp": 1646626609375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.284Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "dcae-sch",
  "timestamp": 1646626597667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "aai-ml",
  "timestamp": 1646626607417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "cds",
  "timestamp": 1646626608280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626610401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626612601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "policy-id",
  "timestamp": 1646626609375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "cds",
  "timestamp": 1646626608280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626610401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "aai-ml",
  "timestamp": 1646626616792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:17:13.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626612601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "policy-id",
  "timestamp": 1646626609375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626610401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626612601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626610401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "cds",
  "timestamp": 1646626618185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:17:13.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626612601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "policy-id",
  "timestamp": 1646626619281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:17:13.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "cds",
  "timestamp": 1646626619197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-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-03-07T04:17:13.314Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a383183-f1e8-45ae-abe8-d68db1c902e7
2022-03-07T04:17:13.314Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a383183-f1e8-45ae-abe8-d68db1c902e7 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-03-07T04:17:13.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626612601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "policy-id",
  "timestamp": 1646626620287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626619907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626612601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "policy-id",
  "timestamp": 1646626621290,
  "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-03-07T04:17:13.342Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a383183-f1e8-45ae-abe8-d68db1c902e7
2022-03-07T04:17:13.342Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a383183-f1e8-45ae-abe8-d68db1c902e7 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-03-07T04:17:13.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626621142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626621773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626622147,
  "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-03-07T04:17:13.358Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9a383183-f1e8-45ae-abe8-d68db1c902e7
2022-03-07T04:17:13.359Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a383183-f1e8-45ae-abe8-d68db1c902e7 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-03-07T04:17:13.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "clamp",
  "timestamp": 1646626623558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:17:13.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626624221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:17:13.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "clamp",
  "timestamp": 1646626625567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:17:13.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626625227,
  "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-03-07T04:17:13.382Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a383183-f1e8-45ae-abe8-d68db1c902e7
2022-03-07T04:17:13.382Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a383183-f1e8-45ae-abe8-d68db1c902e7 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-03-07T04:17:13.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "clamp",
  "timestamp": 1646626626571,
  "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-03-07T04:17:13.403Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a383183-f1e8-45ae-abe8-d68db1c902e7
2022-03-07T04:17:13.404Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a383183-f1e8-45ae-abe8-d68db1c902e7 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-03-07T04:17:13.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "aai-ml",
  "timestamp": 1646626626941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:17:13.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "aai-ml",
  "timestamp": 1646626627946,
  "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-03-07T04:17:13.418Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a383183-f1e8-45ae-abe8-d68db1c902e7
2022-03-07T04:17:13.419Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a383183-f1e8-45ae-abe8-d68db1c902e7 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-03-07T04:17:13.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:17:13.461Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:13.462Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:17:13.462Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a383183-f1e8-45ae-abe8-d68db1c902e7","serviceName":"Demo_pNF_yROW0GDTy95bHQlpvh0s","serviceVersion":"1.0","serviceUUID":"f2e00f4a-535f-465c-8db7-cb1e699c3ab1","serviceDescription":"catalog service description","serviceInvariantUUID":"63c8dedb-01ca-4212-a421-7b2eb17a02da","resources":[{"resourceInstanceName":"pNF 53782dd4-3875 0","resourceName":"pNF 53782dd4-3875","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c","resourceInvariantUUID":"f7d1f693-3587-4321-9219-a5eacd1f30cc","resourceCustomizationUUID":"0ae64015-b698-4e56-9677-9816e01537e4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml","artifactChecksum":"ZTNkNTE1YzkwMWM1NWNkZmVkOTRhODE2MGY1OWI5ODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"078b13ab-8375-4b34-8358-0a85a718edd3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar","artifactChecksum":"OTVjNDExNDUzNjhlNjlkZWMxZWU3MjY3M2Q1MGRjMTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e10361d-f229-4730-9970-39779b010403","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b0f9a2e-b7a6-4df2-880e-8a8b5e38f182","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml","artifactChecksum":"MWU3MmQ2OWI3NmQzODRmMzdmOTAzNTc3Zjg5YTFmN2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"10e7d728-dc12-4d5b-a089-cbba77dfa1f7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51f34dc3-d890-4baa-b69a-e7d5335b6e28","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8a92835-6f80-41b1-b06e-1d0270138c7b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml","artifactChecksum":"YjQ0MTg0YzU4ZDUwY2M4YzA5ZWE2MmQ2Y2JjYzRlNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"999103a3-9543-46a0-997f-ca1499a37a94","artifactVersion":"1"},{"artifactName":"service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar","artifactChecksum":"OGIyMTM2ZmZhMGMwNGYyMGM5ZDY2YjNmYTJjZDdhOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46d1e6d6-060f-46dc-8181-f64051981ad8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:17:13.465Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:13.465Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:13.467Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:13.467Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:13.568Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:17:13.570Z||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-03-07T04:17:13.570Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:13.584Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:13.585Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:17:14.468Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:14.469Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:14.471Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:14.471Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:14.572Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:17:14.574Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T04:17:14.574Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:14.589Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:14.590Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:17:15.472Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:15.473Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:15.483Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:15.483Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:15.583Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:17:15.584Z||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-03-07T04:17:15.584Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:15.597Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:15.597Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:17:16.483Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:16.484Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:16.487Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:16.487Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:16.587Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:17:16.589Z||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-03-07T04:17:16.589Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:16.600Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:16.601Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:17:17.488Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:17.490Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:17.492Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:17.493Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:17.593Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:17:17.594Z||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-03-07T04:17:17.594Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:17.607Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:17.608Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:17:18.493Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:18.495Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:18.497Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:18.498Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:18.598Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:17:18.599Z||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-03-07T04:17:18.599Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:18.614Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:18.614Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:17:19.499Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:19.500Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:19.513Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:19.513Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:19.605Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-07T04:17:19.606Z||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-03-07T04:17:19.607Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:19.621Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:19.622Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:17:20.516Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:20.517Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:20.519Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:20.520Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:17:20.620Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:17:20.623Z||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-03-07T04:17:20.624Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:20.647Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:20.648Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:17:21.523Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "serviceName": "Demo_pNF_yROW0GDTy95bHQlpvh0s",
  "serviceVersion": "1.0",
  "serviceUUID": "f2e00f4a-535f-465c-8db7-cb1e699c3ab1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "63c8dedb-01ca-4212-a421-7b2eb17a02da",
  "resources": [
    {
      "resourceInstanceName": "pNF 53782dd4-3875 0",
      "resourceCustomizationUUID": "0ae64015-b698-4e56-9677-9816e01537e4",
      "resourceName": "pNF 53782dd4-3875",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c",
      "resourceInvariantUUID": "f7d1f693-3587-4321-9219-a5eacd1f30cc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
      "artifactChecksum": "OGIyMTM2ZmZhMGMwNGYyMGM5ZDY2YjNmYTJjZDdhOTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "46d1e6d6-060f-46dc-8181-f64051981ad8"
    }
  ],
  "workloadContext": "Production"
}
2022-03-07T04:17:21.523Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:17:21.523Z|0d7b941e-04e9-402d-9e09-98224a1a3ab7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f2e00f4a-535f-465c-8db7-cb1e699c3ab1 ASDC
2022-03-07T04:17:21.524Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9a383183-f1e8-45ae-abe8-d68db1c902e7
ServiceName:Demo_pNF_yROW0GDTy95bHQlpvh0s
ServiceVersion:1.0
ServiceUUID:f2e00f4a-535f-465c-8db7-cb1e699c3ab1
ServiceInvariantUUID:63c8dedb-01ca-4212-a421-7b2eb17a02da
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
ArtifactUUID:46d1e6d6-060f-46dc-8181-f64051981ad8
ArtifactChecksum:OGIyMTM2ZmZhMGMwNGYyMGM5ZDY2YjNmYTJjZDdhOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 53782dd4-3875 0
ResourceCustomizationUUID:0ae64015-b698-4e56-9677-9816e01537e4
ResourceInvariantUUID:f7d1f693-3587-4321-9219-a5eacd1f30cc
ResourceName:pNF 53782dd4-3875
ResourceType:PNF
ResourceUUID:ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-07T04:17:21.524Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2e00f4a-535f-465c-8db7-cb1e699c3ab1 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-03-07T04:17:21.554Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:17:21.555Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:17:21.555Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:17:21.555Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 46d1e6d6-060f-46dc-8181-f64051981ad8 from URL: /sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:21.556Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:17:21.556Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:22.024Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:17:22.041Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar 46d1e6d6-060f-46dc-8181-f64051981ad8 82627
2022-03-07T04:17:22.042Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar ASDC sendASDCNotification
2022-03-07T04:17:22.047Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:22.048Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:17:22.048Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:22.051Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:22.052Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626642041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:17:22.152Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:17:22.153Z||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-03-07T04:17:22.153Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:22.167Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:22.168Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:17:23.053Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:17:23.055Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:17:23.055Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 46d1e6d6-060f-46dc-8181-f64051981ad8, URL: /sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar to file: /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:23.056Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:23.056Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:23.057Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:23.173Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3596071820763279679/Definitions/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml
2022-03-07T04:17:24.176Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:17:24.177Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:17:24.177Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.177Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-07T04:17:24.177Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 53782dd4-3875 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-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||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-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||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-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||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-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||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-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||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-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.178Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:17:24.179Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:17:24.179Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.179Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Node template pNF 53782dd4-3875 0 is matching search criteria
2022-03-07T04:17:24.180Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:17:24.180Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 53782dd4-3875 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:17:24.180Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:17:24.181Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.181Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Node template pNF 53782dd4-3875 0 is matching search criteria
2022-03-07T04:17:24.181Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:17:24.181Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 53782dd4-3875 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:17:24.181Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:17:24.182Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.182Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:17:24.182Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.182Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:17:24.183Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.183Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:17:24.183Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.183Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:17:24.184Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.184Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_yROW0GDTy95bHQlpvh0s
Description:catalog service description
Model UUID:f2e00f4a-535f-465c-8db7-cb1e699c3ab1
Model Version:NULL
Model InvariantUuid:63c8dedb-01ca-4212-a421-7b2eb17a02da
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-03-07T04:17:24.191Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c
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-03-07T04:17:24.194Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||pNF 53782dd4-3875 0
2022-03-07T04:17:24.195Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c
2022-03-07T04:17:24.195Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||No resources found for Service: f2e00f4a-535f-465c-8db7-cb1e699c3ab1
2022-03-07T04:17:24.195Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f2e00f4a-535f-465c-8db7-cb1e699c3ab1
2022-03-07T04:17:24.195Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 53782dd4-3875 0 ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c 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-03-07T04:17:24.200Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@477c057, org.onap.sdc.toscaparser.api.parameters.Input@7e896734, org.onap.sdc.toscaparser.api.parameters.Input@1ae8878f, org.onap.sdc.toscaparser.api.parameters.Input@77c0925d, org.onap.sdc.toscaparser.api.parameters.Input@4d8f818a]
2022-03-07T04:17:24.200Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:17:24.201Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.201Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f2e00f4a-535f-465c-8db7-cb1e699c3ab1: pNF 53782dd4-3875
2022-03-07T04:17:24.201Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Processing PNF resource: ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c
2022-03-07T04:17:24.202Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:17:24.202Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_yROW0GDTy95bHQlpvh0s is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:17:24.202Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||Resource customization UUID: 0ae64015-b698-4e56-9677-9816e01537e4 is the same as notified resource customizationUUID: 0ae64015-b698-4e56-9677-9816e01537e4
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-03-07T04:17:24.257Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 53782dd4-3875 ea8d7d94-68fe-49d7-ae6a-6fce8a8b632c 0 ASDC deployResourceStructure
2022-03-07T04:17:24.258Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar ASDC sendASDCNotification
2022-03-07T04:17:24.258Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar
2022-03-07T04:17:24.258Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:17:24.258Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:24.277Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:24.277Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626644258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:17:24.361Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-03-07T04:17:24.363Z||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-03-07T04:17:24.363Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:24.403Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:24.404Z||pool-49-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:17:25.284Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a383183-f1e8-45ae-abe8-d68db1c902e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:17:25.302Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a383183-f1e8-45ae-abe8-d68db1c902e7
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-03-07T04:17:25.306Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:17:25.306Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T04:17:25.306Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T04:17:25.307Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T04:17:25.307Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:17:25.307Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:17:25.312Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:17:25.313Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:17:25.314Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:17:25.314Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:17:25.314Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:17:25.315Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||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-03-07T04:17:25.326Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T04:17:55.327Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a383183-f1e8-45ae-abe8-d68db1c902e7 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-03-07T04:17:55.335Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a383183-f1e8-45ae-abe8-d68db1c902e7 and serviceModelVersionId: f2e00f4a-535f-465c-8db7-cb1e699c3ab1
2022-03-07T04:17:55.335Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63c8dedb-01ca-4212-a421-7b2eb17a02da
2022-03-07T04:17:55.336Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63c8dedb-01ca-4212-a421-7b2eb17a02da/model-vers/model-ver/f2e00f4a-535f-465c-8db7-cb1e699c3ab1?depth=0
2022-03-07T04:17:55.346Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T04:17:55.438Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c8dedb-01ca-4212-a421-7b2eb17a02da/model-vers/model-ver/f2e00f4a-535f-465c-8db7-cb1e699c3ab1?depth=0|INFO|500||Invoke
2022-03-07T04:17:55.439Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c8dedb-01ca-4212-a421-7b2eb17a02da/model-vers/model-ver/f2e00f4a-535f-465c-8db7-cb1e699c3ab1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c8dedb-01ca-4212-a421-7b2eb17a02da/model-vers/model-ver/f2e00f4a-535f-465c-8db7-cb1e699c3ab1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9a383183-f1e8-45ae-abe8-d68db1c902e7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[920d7d64-08f4-4dae-ab7d-c054b2cee722], X-ECOMP-RequestID=[9a383183-f1e8-45ae-abe8-d68db1c902e7], X-TransactionId=[], X-ONAP-RequestID=[9a383183-f1e8-45ae-abe8-d68db1c902e7], Content-Type=[application/merge-patch+json]}
2022-03-07T04:17:55.468Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c8dedb-01ca-4212-a421-7b2eb17a02da/model-vers/model-ver/f2e00f4a-535f-465c-8db7-cb1e699c3ab1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-07T04:17:55.806Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c8dedb-01ca-4212-a421-7b2eb17a02da/model-vers/model-ver/f2e00f4a-535f-465c-8db7-cb1e699c3ab1?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/63c8dedb-01ca-4212-a421-7b2eb17a02da/model-vers/model-ver/f2e00f4a-535f-465c-8db7-cb1e699c3ab1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220307-04:17:56:336-97831], vertex-id=[229512], Content-Length=[0], Date=[Mon, 07 Mar 2022 04:17:56 GMT], Content-Type=[application/json]}
2022-03-07T04:17:55.807Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c8dedb-01ca-4212-a421-7b2eb17a02da/model-vers/model-ver/f2e00f4a-535f-465c-8db7-cb1e699c3ab1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-07T04:17:55.808Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63c8dedb-01ca-4212-a421-7b2eb17a02da/model-vers/model-ver/f2e00f4a-535f-465c-8db7-cb1e699c3ab1?depth=0|INFO|500||InvokeReturn
2022-03-07T04:17:55.809Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T04:17:55.809Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||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-03-07T04:17:55.814Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||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-03-07T04:17:55.815Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a383183-f1e8-45ae-abe8-d68db1c902e7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T04:17:55.815Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T04:17:55.816Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:55.818Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:55.819Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626675815,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:17:55.919Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:17:55.920Z||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-03-07T04:17:55.920Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:55.956Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:55.958Z||pool-50-thread-1|||||INFO|500||cambria reply ok (39 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-03-07T04:17:56.845Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:17:56.845Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"160e59be-fec6-4059-996c-958ae81ef811","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9a3e6a79-1298-41c8-9ad8-ec0a1c759fde","serviceDescription":"service","serviceInvariantUUID":"83180274-17dd-4edf-8db0-9479591a2949","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d1c537dd-b674-4610-90ee-5fba69090ee0","resourceInvariantUUID":"9bfbc00d-627c-448e-807a-0e8066a69315","resourceCustomizationUUID":"6b267f45-1fad-4739-b2d4-8588592f54ea","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":"NjBjODJjMjE5Y2M4OTljMzk3YTA4MDNjNmQ0Njc4NTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43c5c997-bc84-45a6-8074-1b06fb3db912","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":"022c1bf7-8888-4547-b52e-d3079970eef4","artifactVersion":"2","generatedFromUUID":"6144f5c3-c450-4342-abde-841915ccb768"},{"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":"6144f5c3-c450-4342-abde-841915ccb768","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":"YjYwZjQzMTU5NTBkNWE3YzE4ZjU0MjMwZDU4ZWNhNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"88ae3842-869c-4ef3-8d3c-d461721c2b4f","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":"64b02074-d94c-42e5-883c-9a35313d6175","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":"44f22a20-58c3-4596-a2f1-6775d298d576","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":"4c30ab6a-da03-418f-b9e0-71fb6542ecda","artifactVersion":"2","generatedFromUUID":"64b02074-d94c-42e5-883c-9a35313d6175"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWNkMWEzNmE5ZTY1MjY4NWE4NmRkMmU2MDY4MTkwYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"410ea63f-2b18-429e-a795-2222a936d0a8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NmI0NmRmNmY2MzQ2Mjg4MGFhYWQxMDRhMjJkZTFiZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e459b754-d8fa-493f-917b-2691aa185c9d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:17:56.846Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:56.846Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:56.850Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:56.851Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:17:56.949Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-07T04:17:56.950Z||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-03-07T04:17:56.950Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:56.967Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:56.968Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:17:57.851Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:57.852Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:57.857Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:57.858Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-07T04:17:57.958Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:17:57.959Z||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-03-07T04:17:57.959Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:57.982Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:57.982Z||pool-52-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:17:58.858Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:58.859Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:58.862Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:58.862Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-07T04:17:58.965Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-07T04:17:58.967Z||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-03-07T04:17:58.967Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:17:58.988Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:17:58.988Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:17:59.863Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:17:59.864Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:17:59.870Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:17:59.870Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:17:59.970Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:17:59.971Z||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-03-07T04:17:59.972Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:00.008Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:00.009Z||pool-54-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:00.871Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:18:00.872Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:00.874Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:00.874Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:18:00.975Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:18:00.977Z||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-03-07T04:18:00.977Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:01.001Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:01.002Z||pool-55-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:01.875Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:18:01.876Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:01.878Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:01.878Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:18:01.978Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:18:01.980Z||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-03-07T04:18:01.980Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:01.993Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:01.994Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:18:02.879Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:18:02.880Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:02.882Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:02.882Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-07T04:18:02.982Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:18:02.983Z||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-03-07T04:18:02.984Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:02.997Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:02.998Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:03.883Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:18:03.884Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:03.886Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:03.887Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:18:03.988Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:18:03.989Z||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-03-07T04:18:03.989Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:04.010Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:04.011Z||pool-58-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:04.887Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:18:04.888Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:04.892Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:04.893Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:18:04.992Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:18:04.994Z||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-03-07T04:18:04.994Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:05.011Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:05.012Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:05.894Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "9a3e6a79-1298-41c8-9ad8-ec0a1c759fde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "83180274-17dd-4edf-8db0-9479591a2949",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "6b267f45-1fad-4739-b2d4-8588592f54ea",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d1c537dd-b674-4610-90ee-5fba69090ee0",
      "resourceInvariantUUID": "9bfbc00d-627c-448e-807a-0e8066a69315",
      "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": "022c1bf7-8888-4547-b52e-d3079970eef4",
          "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": "6144f5c3-c450-4342-abde-841915ccb768",
          "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": "YjYwZjQzMTU5NTBkNWE3YzE4ZjU0MjMwZDU4ZWNhNzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "88ae3842-869c-4ef3-8d3c-d461721c2b4f",
          "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": "64b02074-d94c-42e5-883c-9a35313d6175",
          "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": "4c30ab6a-da03-418f-b9e0-71fb6542ecda",
            "generatedFromUUID": "64b02074-d94c-42e5-883c-9a35313d6175"
          },
          "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": "4c30ab6a-da03-418f-b9e0-71fb6542ecda",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NmI0NmRmNmY2MzQ2Mjg4MGFhYWQxMDRhMjJkZTFiZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e459b754-d8fa-493f-917b-2691aa185c9d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-07T04:18:05.895Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:18:05.895Z|9a383183-f1e8-45ae-abe8-d68db1c902e7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9a3e6a79-1298-41c8-9ad8-ec0a1c759fde ASDC
2022-03-07T04:18:05.896Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:160e59be-fec6-4059-996c-958ae81ef811
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9a3e6a79-1298-41c8-9ad8-ec0a1c759fde
ServiceInvariantUUID:83180274-17dd-4edf-8db0-9479591a2949
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:e459b754-d8fa-493f-917b-2691aa185c9d
ArtifactChecksum:NmI0NmRmNmY2MzQ2Mjg4MGFhYWQxMDRhMjJkZTFiZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6b267f45-1fad-4739-b2d4-8588592f54ea
ResourceInvariantUUID:9bfbc00d-627c-448e-807a-0e8066a69315
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d1c537dd-b674-4610-90ee-5fba69090ee0
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:022c1bf7-8888-4547-b52e-d3079970eef4
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:6144f5c3-c450-4342-abde-841915ccb768
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:88ae3842-869c-4ef3-8d3c-d461721c2b4f
ArtifactChecksum:YjYwZjQzMTU5NTBkNWE3YzE4ZjU0MjMwZDU4ZWNhNzA=
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:64b02074-d94c-42e5-883c-9a35313d6175
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:4c30ab6a-da03-418f-b9e0-71fb6542ecda
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:4c30ab6a-da03-418f-b9e0-71fb6542ecda
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-07T04:18:05.896Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a3e6a79-1298-41c8-9ad8-ec0a1c759fde 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-03-07T04:18:05.944Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:18:05.945Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:18:05.945Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:18:05.946Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e459b754-d8fa-493f-917b-2691aa185c9d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-07T04:18:05.946Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:18:05.946Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-07T04:18:06.424Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:18:06.428Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e459b754-d8fa-493f-917b-2691aa185c9d 68937
2022-03-07T04:18:06.429Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-07T04:18:06.429Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-07T04:18:06.429Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:18:06.430Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:06.432Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:06.432Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626686429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:18:06.532Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:18:06.534Z||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-03-07T04:18:06.534Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:06.555Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:06.556Z||pool-60-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:07.435Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:18:07.435Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:18:07.436Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e459b754-d8fa-493f-917b-2691aa185c9d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-07T04:18:07.436Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-07T04:18:07.438Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-07T04:18:07.438Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-07T04:18:07.673Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3477276385825235876/Definitions/service-BasicCnf-template.yml
2022-03-07T04:18:09.207Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:18:09.208Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:18:09.209Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-07T04:18:09.209Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-07T04:18:09.209Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:09.209Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:09.210Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:09.210Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:09.210Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:18:09.210Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.211Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:09.211Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-07T04:18:09.211Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:18:09.212Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:18:09.212Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.212Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:09.213Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-07T04:18:09.213Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:18:09.213Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:18:09.214Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.214Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:09.214Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.215Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-07T04:18:09.215Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-07T04:18:09.215Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-07T04:18:09.215Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-07T04:18:09.216Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.216Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:18:09.216Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.217Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-07T04:18:09.217Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:18:09.218Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.218Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-07T04:18:09.218Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:18:09.219Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.219Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-07T04:18:09.219Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:18:09.220Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.221Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-07T04:18:09.221Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-07T04:18:09.222Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5225159a-b542-4aca-b832-06160cb415d1
2022-03-07T04:18:09.223Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.223Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:09.224Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.224Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:09.225Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.226Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:09.226Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:09.227Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:09.227Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9a3e6a79-1298-41c8-9ad8-ec0a1c759fde
Model Version:NULL
Model InvariantUuid:83180274-17dd-4edf-8db0-9479591a2949
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:7a12130a-ef75-4f30-8012-61f59278cecd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9bfbc00d-627c-448e-807a-0e8066a69315
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6b267f45-1fad-4739-b2d4-8588592f54ea
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ad01068f-42d0-48d6-85c2-b9bd32c2bd32
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:8f0a165c-8dc6-4243-bad7-58804799d9d3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5225159a-b542-4aca-b832-06160cb415d1
ModelInvariantUuid:af1c4bbb-26b6-4032-8b72-219dde95544b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0c31c994-e803-494f-9467-e9a48e5f4f23
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:bc19e85c-af8d-49e7-be72-ab12f01df81f
ModelInvariantUuid:02e165da-61cf-4af1-b8fb-a74c85c0f7a5
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:98495b40-3452-4d59-a9c2-757985c63e9f
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-03-07T04:18:09.235Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d1c537dd-b674-4610-90ee-5fba69090ee0
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-03-07T04:18:09.239Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-03-07T04:18:09.240Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d1c537dd-b674-4610-90ee-5fba69090ee0
2022-03-07T04:18:09.240Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 022c1bf7-8888-4547-b52e-d3079970eef4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-07T04:18:09.240Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:18:09.241Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:09.541Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:18:09.542Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 022c1bf7-8888-4547-b52e-d3079970eef4 12
2022-03-07T04:18:09.543Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:09.543Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:09.543Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:18:09.544Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:09.546Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:09.546Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626689543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:18:09.646Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:18:09.647Z||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-03-07T04:18:09.647Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:09.665Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:09.666Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:18:10.547Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6144f5c3-c450-4342-abde-841915ccb768 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-07T04:18:10.549Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:18:10.549Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:10.845Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:18:10.847Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6144f5c3-c450-4342-abde-841915ccb768 2688
2022-03-07T04:18:10.848Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:10.848Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:10.848Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:18:10.849Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:10.852Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:10.852Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626690848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:18:10.953Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:18:10.954Z||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-03-07T04:18:10.954Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:10.969Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:10.970Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:18:11.857Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 88ae3842-869c-4ef3-8d3c-d461721c2b4f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-07T04:18:11.858Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:18:11.858Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:12.131Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:18:12.131Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 88ae3842-869c-4ef3-8d3c-d461721c2b4f 828
2022-03-07T04:18:12.132Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:12.132Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:12.132Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:18:12.133Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:12.135Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:12.135Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626692132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:18:12.235Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:18:12.236Z||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-03-07T04:18:12.236Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:12.251Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:12.252Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:18:12.805Z||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-03-07T04:18:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:12.828Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:12.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:18:12.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:18:12.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:18:13.136Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ad01068f-42d0-48d6-85c2-b9bd32c2bd32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f0a165c-8dc6-4243-bad7-58804799d9d3",
    "vfModuleModelCustomizationUUID": "4f8a115e-67c9-4e38-9f93-2f5bab3d38dc",
    "isBase": true,
    "artifacts": [
      "64b02074-d94c-42e5-883c-9a35313d6175",
      "6144f5c3-c450-4342-abde-841915ccb768",
      "4c30ab6a-da03-418f-b9e0-71fb6542ecda"
    ],
    "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-03-07T04:18:13.144Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f0a165c-8dc6-4243-bad7-58804799d9d3
VfModuleModelInvariantUUID:ad01068f-42d0-48d6-85c2-b9bd32c2bd32
VfModuleModelDescription:NULL
Artifacts UUID List:{
64b02074-d94c-42e5-883c-9a35313d6175
,
6144f5c3-c450-4342-abde-841915ccb768
,
4c30ab6a-da03-418f-b9e0-71fb6542ecda

}
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-03-07T04:18:13.149Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ad01068f-42d0-48d6-85c2-b9bd32c2bd32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f0a165c-8dc6-4243-bad7-58804799d9d3",
    "vfModuleModelCustomizationUUID": "4f8a115e-67c9-4e38-9f93-2f5bab3d38dc",
    "isBase": true,
    "artifacts": [
      "64b02074-d94c-42e5-883c-9a35313d6175",
      "6144f5c3-c450-4342-abde-841915ccb768",
      "4c30ab6a-da03-418f-b9e0-71fb6542ecda"
    ],
    "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-03-07T04:18:13.149Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f0a165c-8dc6-4243-bad7-58804799d9d3
VfModuleModelInvariantUUID:ad01068f-42d0-48d6-85c2-b9bd32c2bd32
VfModuleModelDescription:NULL
Artifacts UUID List:{
64b02074-d94c-42e5-883c-9a35313d6175
,
6144f5c3-c450-4342-abde-841915ccb768
,
4c30ab6a-da03-418f-b9e0-71fb6542ecda

}
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-03-07T04:18:13.150Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 64b02074-d94c-42e5-883c-9a35313d6175 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-07T04:18:13.150Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:18:13.150Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:13.279Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:18:13.280Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 64b02074-d94c-42e5-883c-9a35313d6175 1164
2022-03-07T04:18:13.281Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:13.281Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:13.282Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:18:13.282Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:13.285Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:13.285Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626693281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:18:13.385Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:18:13.386Z||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-03-07T04:18:13.386Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:13.403Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:13.404Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:14.286Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4c30ab6a-da03-418f-b9e0-71fb6542ecda from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-07T04:18:14.287Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:18:14.288Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:14.430Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:18:14.431Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4c30ab6a-da03-418f-b9e0-71fb6542ecda 200
2022-03-07T04:18:14.431Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:14.432Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:14.432Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:18:14.432Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:14.435Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:14.435Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626694431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:18:14.536Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:18:14.538Z||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-03-07T04:18:14.538Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:14.554Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:14.556Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:15.436Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9a3e6a79-1298-41c8-9ad8-ec0a1c759fde
2022-03-07T04:18:15.437Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d1c537dd-b674-4610-90ee-5fba69090ee0 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-03-07T04:18:15.461Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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 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-03-07T04:18:15.465Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ffc7c0d, org.onap.sdc.toscaparser.api.parameters.Input@7b47085, org.onap.sdc.toscaparser.api.parameters.Input@4db063c9, org.onap.sdc.toscaparser.api.parameters.Input@45ca14e3, org.onap.sdc.toscaparser.api.parameters.Input@91a0443]
2022-03-07T04:18:15.467Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.467Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:15.468Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-07T04:18:15.468Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 6b267f45-1fad-4739-b2d4-8588592f54ea
2022-03-07T04:18:15.468Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b267f45-1fad-4739-b2d4-8588592f54ea matches Tosca VF Customization UUID: 6b267f45-1fad-4739-b2d4-8588592f54ea
2022-03-07T04:18:15.468Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 6b267f45-1fad-4739-b2d4-8588592f54ea  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-03-07T04:18:15.471Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.471Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:15.472Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 6b267f45-1fad-4739-b2d4-8588592f54ea: {\"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-03-07T04:18:15.473Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7696806c
2022-03-07T04:18:15.473Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.473Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:18:15.473Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4f8a115e-67c9-4e38-9f93-2f5bab3d38dc
2022-03-07T04:18:15.473Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4f8a115e-67c9-4e38-9f93-2f5bab3d38dc
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-03-07T04:18:15.477Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.478Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-07T04:18:15.478Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:18:15.478Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.478Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-07T04:18:15.478Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:18:15.479Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.479Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-07T04:18:15.479Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-07T04:18:15.479Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5225159a-b542-4aca-b832-06160cb415d1
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-03-07T04:18:15.482Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.483Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-07T04:18:15.483Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:18:15.483Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.483Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-07T04:18:15.483Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6b267f45-1fad-4739-b2d4-8588592f54ea
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-03-07T04:18:15.485Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.486Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:15.486Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9a3e6a79-1298-41c8-9ad8-ec0a1c759fde: basic_cnf
2022-03-07T04:18:15.486Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.486Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:15.486Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.487Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:15.487Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.487Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:15.487Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.488Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:15.488Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:18:15.488Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:18:15.488Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:15.569Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d1c537dd-b674-4610-90ee-5fba69090ee0 1 ASDC deployResourceStructure
2022-03-07T04:18:15.571Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:15.572Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:15.572Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-07T04:18:15.575Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:15.581Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:15.581Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626695570,
  "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-03-07T04:18:15.679Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-07T04:18:15.681Z||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-03-07T04:18:15.681Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:15.699Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:15.699Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:16.582Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:16.583Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:16.583Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-07T04:18:16.584Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:16.588Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:16.589Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626696582,
  "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-03-07T04:18:16.688Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:18:16.689Z||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-03-07T04:18:16.689Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:16.709Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:16.710Z||pool-67-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:17.590Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:17.591Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:17.591Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:18:17.591Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:17.604Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:17.605Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626697590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:18:17.702Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-07T04:18:17.703Z||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-03-07T04:18:17.703Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:17.718Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:17.719Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:18.606Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:18.607Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:18.607Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:18:18.608Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:18.610Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:18.610Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626698606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:18:18.711Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:18:18.712Z||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-03-07T04:18:18.713Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:18.731Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:18.734Z||pool-69-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:19.611Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:19.612Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:18:19.612Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:18:19.613Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:19.615Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:19.615Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626699611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-07T04:18:19.715Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:18:19.717Z||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-03-07T04:18:19.717Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:19.736Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:19.737Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:20.617Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-07T04:18:20.617Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-07T04:18:20.617Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:18:20.617Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:18:20.619Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:18:20.619Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626700617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:18:20.720Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:18:20.721Z||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-03-07T04:18:20.721Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:18:20.735Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:18:20.735Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:18:21.621Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 160e59be-fec6-4059-996c-958ae81ef811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:18:21.641Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 160e59be-fec6-4059-996c-958ae81ef811
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-03-07T04:18:21.649Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:18:21.649Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:18:21.649Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:18:51.650Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 160e59be-fec6-4059-996c-958ae81ef811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:18:51.671Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 160e59be-fec6-4059-996c-958ae81ef811
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-03-07T04:18:51.673Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:18:51.674Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:18:51.674Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:19:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:19:12.806Z||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-03-07T04:19:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:19:12.841Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:19:12.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:19:12.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "dcae-sch",
  "timestamp": 1646626617667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:19:12.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:19:21.674Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 160e59be-fec6-4059-996c-958ae81ef811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:19:21.692Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 160e59be-fec6-4059-996c-958ae81ef811
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-03-07T04:19:21.695Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:19:21.696Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:19:21.696Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:19:51.696Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 160e59be-fec6-4059-996c-958ae81ef811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:19:51.715Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 160e59be-fec6-4059-996c-958ae81ef811
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-03-07T04:19:51.717Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:19:51.717Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-07T04:19:51.718Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-07T04:20:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:20:12.806Z||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-03-07T04:20:12.806Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:20:12.831Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:20:12.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "cds",
  "timestamp": 1646626633860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "cds",
  "timestamp": 1646626634881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T04:20:12.883Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 160e59be-fec6-4059-996c-958ae81ef811
2022-03-07T04:20:12.883Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 160e59be-fec6-4059-996c-958ae81ef811 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-03-07T04:20:12.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626635312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.901Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626636426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.903Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626637597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "dcae-sch",
  "timestamp": 1646626637667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/resourceInstances/pnf53782dd438750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626638904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "policy-id",
  "timestamp": 1646626639368,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "dcae-sch",
  "timestamp": 1646626637667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626639963,
  "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-03-07T04:20:12.918Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 160e59be-fec6-4059-996c-958ae81ef811
2022-03-07T04:20:12.918Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 160e59be-fec6-4059-996c-958ae81ef811 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-03-07T04:20:12.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "policy-id",
  "timestamp": 1646626640372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:12.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "dcae-sch",
  "timestamp": 1646626637667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626640967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:12.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "policy-id",
  "timestamp": 1646626641376,
  "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-03-07T04:20:12.942Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 160e59be-fec6-4059-996c-958ae81ef811
2022-03-07T04:20:12.943Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 160e59be-fec6-4059-996c-958ae81ef811 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-03-07T04:20:12.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "dcae-sch",
  "timestamp": 1646626637667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626642041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "dcae-sch",
  "timestamp": 1646626637667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "dcae-sch",
  "timestamp": 1646626637667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "cds",
  "timestamp": 1646626643870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626644258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrow0gdty95bhqlpvh0s/1.0/artifacts/service-DemoPnfYrow0gdty95bhqlpvh0s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:12.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "dcae-sch",
  "timestamp": 1646626637667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "cds",
  "timestamp": 1646626644880,
  "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-03-07T04:20:12.976Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58195d19-dd4a-4fc5-b662-e4cb764b43c3
2022-03-07T04:20:12.976Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58195d19-dd4a-4fc5-b662-e4cb764b43c3 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-03-07T04:20:12.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "dcae-sch",
  "timestamp": 1646626637667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "aai-ml",
  "timestamp": 1646626647674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626649377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "policy-id",
  "timestamp": 1646626649996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "dcae-sch",
  "timestamp": 1646626650070,
  "artifactURL": "/sdc/v1/catalog/services/61d411ae-4419-4c16-9c3c-96f69b2386fe/resourceInstances/basicclamp0/artifacts/3fda27f1-b61e-4631-a363-cdff0c1fe92a",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.994Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626650746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:12.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "policy-id",
  "timestamp": 1646626651000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:12.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:12.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:12.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:12.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "dcae-sch",
  "timestamp": 1646626651456,
  "artifactURL": "/sdc/v1/catalog/services/61d411ae-4419-4c16-9c3c-96f69b2386fe/resourceInstances/basicclamp0/artifacts/3fda27f1-b61e-4631-a363-cdff0c1fe92a",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:12.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:12.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:12.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "policy-id",
  "timestamp": 1646626652003,
  "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-03-07T04:20:13.002Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58195d19-dd4a-4fc5-b662-e4cb764b43c3
2022-03-07T04:20:13.003Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58195d19-dd4a-4fc5-b662-e4cb764b43c3 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-03-07T04:20:13.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626652141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "dcae-sch",
  "timestamp": 1646626652462,
  "artifactURL": "/sdc/v1/catalog/services/61d411ae-4419-4c16-9c3c-96f69b2386fe/resourceInstances/basicclamp0/artifacts/3fda27f1-b61e-4631-a363-cdff0c1fe92a",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:20:13.028Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 18647a64-7c95-4147-ab21-d9e2b0523ce2
2022-03-07T04:20:13.028Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18647a64-7c95-4147-ab21-d9e2b0523ce2 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T04:20:13.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626652670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626653167,
  "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-03-07T04:20:13.045Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58195d19-dd4a-4fc5-b662-e4cb764b43c3
2022-03-07T04:20:13.046Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58195d19-dd4a-4fc5-b662-e4cb764b43c3 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-03-07T04:20:13.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "cds",
  "timestamp": 1646626623280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626654171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626630400,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "cds",
  "timestamp": 1646626654658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626655552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "cds",
  "timestamp": 1646626655667,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T04:20:13.066Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 18647a64-7c95-4147-ab21-d9e2b0523ce2
2022-03-07T04:20:13.066Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18647a64-7c95-4147-ab21-d9e2b0523ce2 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-03-07T04:20:13.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "clamp",
  "timestamp": 1646626656562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626656558,
  "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-03-07T04:20:13.087Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 160e59be-fec6-4059-996c-958ae81ef811
2022-03-07T04:20:13.087Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 160e59be-fec6-4059-996c-958ae81ef811 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-03-07T04:20:13.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "clamp",
  "timestamp": 1646626659564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "policy-id",
  "timestamp": 1646626629375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "clamp",
  "timestamp": 1646626660570,
  "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-03-07T04:20:13.115Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 160e59be-fec6-4059-996c-958ae81ef811
2022-03-07T04:20:13.116Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 160e59be-fec6-4059-996c-958ae81ef811 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-03-07T04:20:13.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "aai-ml",
  "timestamp": 1646626660644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "policy-id",
  "timestamp": 1646626661376,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "aai-ml",
  "timestamp": 1646626661652,
  "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-03-07T04:20:13.138Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 160e59be-fec6-4059-996c-958ae81ef811
2022-03-07T04:20:13.139Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 160e59be-fec6-4059-996c-958ae81ef811 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-03-07T04:20:13.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "policy-id",
  "timestamp": 1646626662379,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626625172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "policy-id",
  "timestamp": 1646626663382,
  "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-03-07T04:20:13.171Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18647a64-7c95-4147-ab21-d9e2b0523ce2
2022-03-07T04:20:13.172Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18647a64-7c95-4147-ab21-d9e2b0523ce2 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-03-07T04:20:13.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626663610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626664720,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.190Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626664769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.191Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626665125,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.191Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626665805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626666186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "cds",
  "timestamp": 1646626666464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.194Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626666830,
  "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-03-07T04:20:13.202Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18647a64-7c95-4147-ab21-d9e2b0523ce2
2022-03-07T04:20:13.202Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18647a64-7c95-4147-ab21-d9e2b0523ce2 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-03-07T04:20:13.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626667191,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T04:20:13.231Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 380e0121-67f9-4656-9af0-8b4fb38126a6
2022-03-07T04:20:13.232Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 380e0121-67f9-4656-9af0-8b4fb38126a6 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-03-07T04:20:13.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626667459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.245Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626667834,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.246Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626668468,
  "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-03-07T04:20:13.257Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58195d19-dd4a-4fc5-b662-e4cb764b43c3
2022-03-07T04:20:13.257Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58195d19-dd4a-4fc5-b662-e4cb764b43c3 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-03-07T04:20:13.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "cds",
  "timestamp": 1646626669141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-07T04:20:13.283Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 380e0121-67f9-4656-9af0-8b4fb38126a6
2022-03-07T04:20:13.283Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 380e0121-67f9-4656-9af0-8b4fb38126a6 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-03-07T04:20:13.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "aai-ml",
  "timestamp": 1646626669863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "policy-id",
  "timestamp": 1646626674657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "dcae-sch",
  "timestamp": 1646626657667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "policy-id",
  "timestamp": 1646626675662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646626655189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a383183-f1e8-45ae-abe8-d68db1c902e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626675815,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:20:13.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "clamp",
  "timestamp": 1646626676565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "policy-id",
  "timestamp": 1646626676665,
  "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-03-07T04:20:13.323Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 380e0121-67f9-4656-9af0-8b4fb38126a6
2022-03-07T04:20:13.323Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 380e0121-67f9-4656-9af0-8b4fb38126a6 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-03-07T04:20:13.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "cds",
  "timestamp": 1646626656672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626677860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "cds",
  "timestamp": 1646626678995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "clamp",
  "timestamp": 1646626679567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "clamp",
  "timestamp": 1646626680573,
  "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-03-07T04:20:13.349Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58195d19-dd4a-4fc5-b662-e4cb764b43c3
2022-03-07T04:20:13.350Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58195d19-dd4a-4fc5-b662-e4cb764b43c3 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-03-07T04:20:13.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "cds",
  "timestamp": 1646626680273,
  "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-03-07T04:20:13.377Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64e63a08-7cc1-471d-a276-1a45ec100176
2022-03-07T04:20:13.378Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e63a08-7cc1-471d-a276-1a45ec100176 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-03-07T04:20:13.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626680728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626681733,
  "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-03-07T04:20:13.398Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 18647a64-7c95-4147-ab21-d9e2b0523ce2
2022-03-07T04:20:13.398Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18647a64-7c95-4147-ab21-d9e2b0523ce2 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-03-07T04:20:13.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "aai-ml",
  "timestamp": 1646626682570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "aai-ml",
  "timestamp": 1646626683576,
  "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-03-07T04:20:13.430Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58195d19-dd4a-4fc5-b662-e4cb764b43c3
2022-03-07T04:20:13.430Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58195d19-dd4a-4fc5-b662-e4cb764b43c3 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-03-07T04:20:13.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "policy-id",
  "timestamp": 1646626664384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626668839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "policy-id",
  "timestamp": 1646626686284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626686429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626687015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "policy-id",
  "timestamp": 1646626687289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "policy-id",
  "timestamp": 1646626688291,
  "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-03-07T04:20:13.453Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64e63a08-7cc1-471d-a276-1a45ec100176
2022-03-07T04:20:13.453Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e63a08-7cc1-471d-a276-1a45ec100176 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-03-07T04:20:13.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626688234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.466Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626634552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626689556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626689543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:13.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626690581,
  "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-03-07T04:20:13.476Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64e63a08-7cc1-471d-a276-1a45ec100176
2022-03-07T04:20:13.476Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e63a08-7cc1-471d-a276-1a45ec100176 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-03-07T04:20:13.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626642601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626690848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "aai-ml",
  "timestamp": 1646626637417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:13.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:20:13.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646626691584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:20:13.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626692047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626692132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:13.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:20:13.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "aai-ml",
  "timestamp": 1646626693170,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:20:13.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:20:21.718Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 160e59be-fec6-4059-996c-958ae81ef811
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:20:21.735Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 160e59be-fec6-4059-996c-958ae81ef811
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-03-07T04:20:21.740Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:20:21.740Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T04:20:21.740Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T04:20:21.740Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T04:20:21.740Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:20:21.741Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:20:21.741Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:20:21.741Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:20:21.741Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:20:21.741Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:20:21.741Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:20:21.748Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T04:20:51.748Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 160e59be-fec6-4059-996c-958ae81ef811 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-03-07T04:20:51.757Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 160e59be-fec6-4059-996c-958ae81ef811 and serviceModelVersionId: 9a3e6a79-1298-41c8-9ad8-ec0a1c759fde
2022-03-07T04:20:51.757Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83180274-17dd-4edf-8db0-9479591a2949
2022-03-07T04:20:51.760Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83180274-17dd-4edf-8db0-9479591a2949/model-vers/model-ver/9a3e6a79-1298-41c8-9ad8-ec0a1c759fde?depth=0
2022-03-07T04:20:51.774Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T04:20:51.865Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83180274-17dd-4edf-8db0-9479591a2949/model-vers/model-ver/9a3e6a79-1298-41c8-9ad8-ec0a1c759fde?depth=0|INFO|500||Invoke
2022-03-07T04:20:51.866Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83180274-17dd-4edf-8db0-9479591a2949/model-vers/model-ver/9a3e6a79-1298-41c8-9ad8-ec0a1c759fde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83180274-17dd-4edf-8db0-9479591a2949/model-vers/model-ver/9a3e6a79-1298-41c8-9ad8-ec0a1c759fde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[160e59be-fec6-4059-996c-958ae81ef811], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[99097924-5132-4c93-8090-c34f9231ab00], X-ECOMP-RequestID=[160e59be-fec6-4059-996c-958ae81ef811], X-TransactionId=[], X-ONAP-RequestID=[160e59be-fec6-4059-996c-958ae81ef811], Content-Type=[application/merge-patch+json]}
2022-03-07T04:20:51.904Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83180274-17dd-4edf-8db0-9479591a2949/model-vers/model-ver/9a3e6a79-1298-41c8-9ad8-ec0a1c759fde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-07T04:20:52.411Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83180274-17dd-4edf-8db0-9479591a2949/model-vers/model-ver/9a3e6a79-1298-41c8-9ad8-ec0a1c759fde?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/83180274-17dd-4edf-8db0-9479591a2949/model-vers/model-ver/9a3e6a79-1298-41c8-9ad8-ec0a1c759fde?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220307-04:20:52:776-33380], vertex-id=[233592], Content-Length=[0], Date=[Mon, 07 Mar 2022 04:20:52 GMT], Content-Type=[application/json]}
2022-03-07T04:20:52.411Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83180274-17dd-4edf-8db0-9479591a2949/model-vers/model-ver/9a3e6a79-1298-41c8-9ad8-ec0a1c759fde?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-07T04:20:52.412Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83180274-17dd-4edf-8db0-9479591a2949/model-vers/model-ver/9a3e6a79-1298-41c8-9ad8-ec0a1c759fde?depth=0|INFO|500||InvokeReturn
2022-03-07T04:20:52.413Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T04:20:52.413Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:20:52.422Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||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-03-07T04:20:52.422Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 160e59be-fec6-4059-996c-958ae81ef811 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T04:20:52.423Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T04:20:52.423Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:20:52.429Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:20:52.429Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626852423,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:20:52.528Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:20:52.530Z||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-03-07T04:20:52.531Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:20:52.554Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:20:52.555Z||pool-72-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-07T04:20:53.445Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:20:53.445Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"58195d19-dd4a-4fc5-b662-e4cb764b43c3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1277d496-9fd1-4e55-a758-31194a61807c","serviceDescription":"service","serviceInvariantUUID":"f65ac47f-cdba-4e8d-a7fc-ee79d01324e9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ed2abe1-468b-4d6f-a65b-200c452978ab","resourceInvariantUUID":"13a2a87d-3da9-4c3d-a422-69efb09ec614","resourceCustomizationUUID":"3ec75517-4d1c-4703-b092-e4e76f5fecaf","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":"ZmJlNWViMGQwODVmNzdiZDgzYTNlZTE1MzIxMzE0NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b23196d-da9d-4e62-aebf-80d61caca19f","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":"NjlmNmE5ZGZlODhjMDAyNTVmNTNmMTI4ODQzMTAzMmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"943afa83-87e7-45da-a97e-8fbfb3287cf1","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":"c1b0d2df-ac0d-4ac1-aaeb-aea0e914f186","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":"696551c5-a2b5-4cfb-9655-3088ac37a1c5","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":"af67b08c-753f-4892-8f70-ae7ef5b8a066","artifactVersion":"2","generatedFromUUID":"c1b0d2df-ac0d-4ac1-aaeb-aea0e914f186"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjliMTE4MTEyZmE4NTBkNmY5MmRjYzE2ZmQ4NGU3Zjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"060025aa-ef7e-4d53-bc25-c9afd22fda21","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODU1YjEwZTFlMzI1YmJmOTFmNDMwYmMyYjAxYmQwNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"681e6490-3cc3-4eee-b104-22e62a642f47","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:20:53.446Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:20:53.446Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:20:53.450Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:20:53.450Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:53.550Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:20:53.551Z||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-03-07T04:20:53.551Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:20:53.565Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:20:53.566Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:20:54.451Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:20:54.452Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:20:54.455Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:20:54.455Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:20:54.555Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:20:54.556Z||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-03-07T04:20:54.557Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:20:54.569Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:20:54.570Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:20:55.456Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:20:55.457Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:20:55.459Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:20:55.460Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:20:55.568Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-03-07T04:20:55.569Z||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-03-07T04:20:55.570Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:20:55.600Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:20:55.602Z||pool-75-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:20:56.461Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:20:56.462Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:20:56.465Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:20:56.466Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:56.566Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:20:56.568Z||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-03-07T04:20:56.568Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:20:56.583Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:20:56.584Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:20:57.467Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:20:57.467Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:20:57.470Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:20:57.470Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-07T04:20:57.570Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:20:57.572Z||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-03-07T04:20:57.572Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:20:57.586Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:20:57.587Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:20:58.471Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:20:58.471Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:20:58.474Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:20:58.474Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:20:58.574Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:20:58.575Z||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-03-07T04:20:58.576Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:20:58.590Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:20:58.591Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:20:59.475Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:20:59.476Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:20:59.478Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:20:59.478Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:20:59.579Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:20:59.580Z||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-03-07T04:20:59.580Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:20:59.605Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:20:59.607Z||pool-79-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:00.479Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "1277d496-9fd1-4e55-a758-31194a61807c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f65ac47f-cdba-4e8d-a7fc-ee79d01324e9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3ec75517-4d1c-4703-b092-e4e76f5fecaf",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0ed2abe1-468b-4d6f-a65b-200c452978ab",
      "resourceInvariantUUID": "13a2a87d-3da9-4c3d-a422-69efb09ec614",
      "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": "NjlmNmE5ZGZlODhjMDAyNTVmNTNmMTI4ODQzMTAzMmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "943afa83-87e7-45da-a97e-8fbfb3287cf1",
          "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": "c1b0d2df-ac0d-4ac1-aaeb-aea0e914f186",
          "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": "af67b08c-753f-4892-8f70-ae7ef5b8a066",
            "generatedFromUUID": "c1b0d2df-ac0d-4ac1-aaeb-aea0e914f186"
          },
          "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": "af67b08c-753f-4892-8f70-ae7ef5b8a066",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODU1YjEwZTFlMzI1YmJmOTFmNDMwYmMyYjAxYmQwNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "681e6490-3cc3-4eee-b104-22e62a642f47"
    }
  ],
  "workloadContext": "Production"
}
2022-03-07T04:21:00.528Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:21:00.530Z|160e59be-fec6-4059-996c-958ae81ef811|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1277d496-9fd1-4e55-a758-31194a61807c ASDC
2022-03-07T04:21:00.540Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:58195d19-dd4a-4fc5-b662-e4cb764b43c3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1277d496-9fd1-4e55-a758-31194a61807c
ServiceInvariantUUID:f65ac47f-cdba-4e8d-a7fc-ee79d01324e9
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:681e6490-3cc3-4eee-b104-22e62a642f47
ArtifactChecksum:ODU1YjEwZTFlMzI1YmJmOTFmNDMwYmMyYjAxYmQwNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3ec75517-4d1c-4703-b092-e4e76f5fecaf
ResourceInvariantUUID:13a2a87d-3da9-4c3d-a422-69efb09ec614
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:0ed2abe1-468b-4d6f-a65b-200c452978ab
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:943afa83-87e7-45da-a97e-8fbfb3287cf1
ArtifactChecksum:NjlmNmE5ZGZlODhjMDAyNTVmNTNmMTI4ODQzMTAzMmI=
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:c1b0d2df-ac0d-4ac1-aaeb-aea0e914f186
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:af67b08c-753f-4892-8f70-ae7ef5b8a066
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:af67b08c-753f-4892-8f70-ae7ef5b8a066
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-07T04:21:00.540Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1277d496-9fd1-4e55-a758-31194a61807c 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-03-07T04:21:00.597Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:21:00.599Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:21:00.599Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:21:00.599Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 681e6490-3cc3-4eee-b104-22e62a642f47 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-07T04:21:00.600Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:21:00.601Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-07T04:21:02.344Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:21:02.353Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 681e6490-3cc3-4eee-b104-22e62a642f47 71031
2022-03-07T04:21:02.354Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-07T04:21:02.354Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-07T04:21:02.354Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:21:02.355Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:02.358Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:02.358Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626862354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:02.458Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:21:02.460Z||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-03-07T04:21:02.460Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:02.472Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:02.473Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:21:03.359Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:21:03.360Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:21:03.361Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 681e6490-3cc3-4eee-b104-22e62a642f47, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-07T04:21:03.361Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-07T04:21:03.362Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-07T04:21:03.362Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-07T04:21:03.571Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15454756734983517643/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-03-07T04:21:05.056Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:21:05.057Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:21:05.057Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-07T04:21:05.057Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-07T04:21:05.058Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:05.058Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:05.058Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:05.058Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:05.058Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:05.058Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:05.059Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:05.059Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:05.059Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:05.059Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:21:05.059Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.060Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:05.060Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-07T04:21:05.060Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:21:05.060Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:21:05.061Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.061Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:05.061Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-07T04:21:05.061Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:21:05.061Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:21:05.062Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.062Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:05.062Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.062Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-07T04:21:05.063Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-07T04:21:05.063Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-07T04:21:05.063Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-07T04:21:05.063Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-07T04:21:05.064Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-07T04:21:05.064Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.064Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:21:05.064Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.064Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-07T04:21:05.065Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:21:05.065Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.065Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-07T04:21:05.066Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:21:05.066Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.066Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-07T04:21:05.066Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:21:05.067Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.067Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-07T04:21:05.067Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-07T04:21:05.067Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-07T04:21:05.067Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c404257-3e5e-47de-9f82-1f090d8b0ed7
2022-03-07T04:21:05.068Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.068Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:05.068Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.068Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:05.069Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.069Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:05.069Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:05.069Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:05.070Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:1277d496-9fd1-4e55-a758-31194a61807c
Model Version:NULL
Model InvariantUuid:f65ac47f-cdba-4e8d-a7fc-ee79d01324e9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:56d967b9-16a7-4a1d-a1d8-3e60cb80d1ef
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:13a2a87d-3da9-4c3d-a422-69efb09ec614
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3ec75517-4d1c-4703-b092-e4e76f5fecaf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:13aeed37-1dc3-469f-ab16-1c8d0f28a4f5
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f262a050-19ef-440c-9ed8-fba3ddaa5940
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2c404257-3e5e-47de-9f82-1f090d8b0ed7
ModelInvariantUuid:58321271-b6f0-42b0-900b-151031dc5cf0
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:5e1ead39-c181-4a2a-aa60-6a20e90c8476
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:214ba6e3-e399-40b1-b7fb-56275f852dbf
ModelInvariantUuid:9c9e68e9-52c8-4387-9e24-7756f304aac8
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:93255564-c50b-488d-b583-a74eaebaead3
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-03-07T04:21:05.076Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ed2abe1-468b-4d6f-a65b-200c452978ab
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-03-07T04:21:05.083Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-03-07T04:21:05.083Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ed2abe1-468b-4d6f-a65b-200c452978ab
2022-03-07T04:21:05.084Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 943afa83-87e7-45da-a97e-8fbfb3287cf1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-07T04:21:05.085Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:21:05.086Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:05.650Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:21:05.650Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 943afa83-87e7-45da-a97e-8fbfb3287cf1 787
2022-03-07T04:21:05.651Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:05.651Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:05.651Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:21:05.651Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:05.655Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:05.655Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626865651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:05.756Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:21:05.757Z||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-03-07T04:21:05.757Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:05.771Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:05.771Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:06.656Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "13aeed37-1dc3-469f-ab16-1c8d0f28a4f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f262a050-19ef-440c-9ed8-fba3ddaa5940",
    "vfModuleModelCustomizationUUID": "10633b08-e70c-4e7d-ada9-016b1488f21c",
    "isBase": true,
    "artifacts": [
      "c1b0d2df-ac0d-4ac1-aaeb-aea0e914f186",
      "af67b08c-753f-4892-8f70-ae7ef5b8a066"
    ],
    "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-03-07T04:21:06.662Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f262a050-19ef-440c-9ed8-fba3ddaa5940
VfModuleModelInvariantUUID:13aeed37-1dc3-469f-ab16-1c8d0f28a4f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1b0d2df-ac0d-4ac1-aaeb-aea0e914f186
,
af67b08c-753f-4892-8f70-ae7ef5b8a066

}
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-03-07T04:21:06.666Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "13aeed37-1dc3-469f-ab16-1c8d0f28a4f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f262a050-19ef-440c-9ed8-fba3ddaa5940",
    "vfModuleModelCustomizationUUID": "10633b08-e70c-4e7d-ada9-016b1488f21c",
    "isBase": true,
    "artifacts": [
      "c1b0d2df-ac0d-4ac1-aaeb-aea0e914f186",
      "af67b08c-753f-4892-8f70-ae7ef5b8a066"
    ],
    "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-03-07T04:21:06.666Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f262a050-19ef-440c-9ed8-fba3ddaa5940
VfModuleModelInvariantUUID:13aeed37-1dc3-469f-ab16-1c8d0f28a4f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1b0d2df-ac0d-4ac1-aaeb-aea0e914f186
,
af67b08c-753f-4892-8f70-ae7ef5b8a066

}
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-03-07T04:21:06.666Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c1b0d2df-ac0d-4ac1-aaeb-aea0e914f186 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-07T04:21:06.667Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:21:06.667Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:07.249Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:21:07.252Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c1b0d2df-ac0d-4ac1-aaeb-aea0e914f186 5033
2022-03-07T04:21:07.253Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:07.253Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:07.253Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:21:07.253Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:07.256Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:07.256Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626867252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:07.355Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:21:07.356Z||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-03-07T04:21:07.356Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:07.370Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:07.371Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:08.257Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: af67b08c-753f-4892-8f70-ae7ef5b8a066 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-07T04:21:08.257Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:21:08.258Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:08.524Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:21:08.525Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env af67b08c-753f-4892-8f70-ae7ef5b8a066 903
2022-03-07T04:21:08.526Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:08.526Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:08.526Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:21:08.526Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:08.529Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:08.529Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626868525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:08.629Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:21:08.631Z||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-03-07T04:21:08.631Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:08.643Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:08.644Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:09.530Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1277d496-9fd1-4e55-a758-31194a61807c
2022-03-07T04:21:09.531Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0ed2abe1-468b-4d6f-a65b-200c452978ab 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-03-07T04:21:09.548Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a38ded6, org.onap.sdc.toscaparser.api.parameters.Input@57fa4b7a, org.onap.sdc.toscaparser.api.parameters.Input@235f8103, org.onap.sdc.toscaparser.api.parameters.Input@12f34bc5, org.onap.sdc.toscaparser.api.parameters.Input@5ef1e923]
2022-03-07T04:21:09.551Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.551Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:09.551Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-07T04:21:09.552Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3ec75517-4d1c-4703-b092-e4e76f5fecaf
2022-03-07T04:21:09.552Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ec75517-4d1c-4703-b092-e4e76f5fecaf matches Tosca VF Customization UUID: 3ec75517-4d1c-4703-b092-e4e76f5fecaf
2022-03-07T04:21:09.552Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3ec75517-4d1c-4703-b092-e4e76f5fecaf  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-03-07T04:21:09.557Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.557Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:09.558Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3ec75517-4d1c-4703-b092-e4e76f5fecaf: {\"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-03-07T04:21:09.558Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c78d3d1
2022-03-07T04:21:09.558Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.558Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:21:09.559Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 10633b08-e70c-4e7d-ada9-016b1488f21c
2022-03-07T04:21:09.559Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 10633b08-e70c-4e7d-ada9-016b1488f21c
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-03-07T04:21:09.562Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.562Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-07T04:21:09.562Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:21:09.563Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.563Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-07T04:21:09.563Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:21:09.563Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.564Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-07T04:21:09.564Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-07T04:21:09.564Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-07T04:21:09.564Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c404257-3e5e-47de-9f82-1f090d8b0ed7
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-03-07T04:21:09.567Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.567Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-07T04:21:09.567Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:21:09.568Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.568Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-07T04:21:09.568Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3ec75517-4d1c-4703-b092-e4e76f5fecaf
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-03-07T04:21:09.571Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.571Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:09.571Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1277d496-9fd1-4e55-a758-31194a61807c: basic_vm
2022-03-07T04:21:09.572Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.572Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:09.572Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.572Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:09.572Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.573Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:09.573Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.573Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:09.574Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:09.574Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:09.574Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:09.672Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0ed2abe1-468b-4d6f-a65b-200c452978ab 1 ASDC deployResourceStructure
2022-03-07T04:21:09.673Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:09.673Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:09.673Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:21:09.674Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:09.676Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:09.677Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626869673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:09.777Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:21:09.778Z||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-03-07T04:21:09.778Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:09.793Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:09.796Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:10.677Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:10.678Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:10.678Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:21:10.678Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:10.681Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:10.681Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626870677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:10.781Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:21:10.783Z||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-03-07T04:21:10.783Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:10.798Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:10.798Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:21:11.682Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:11.682Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:11.683Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:21:11.683Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:11.686Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:11.686Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626871682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:11.786Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:21:11.787Z||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-03-07T04:21:11.787Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:11.803Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:11.804Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:12.687Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-07T04:21:12.687Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-07T04:21:12.687Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:21:12.688Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:12.691Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:12.691Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626872687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.791Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:21:12.792Z||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-03-07T04:21:12.792Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:12.804Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:21:12.806Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:21:12.807Z||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-03-07T04:21:12.807Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:12.839Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:12.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626693281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:12.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626694097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626694431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:12.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626695104,
  "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-03-07T04:21:12.851Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 380e0121-67f9-4656-9af0-8b4fb38126a6
2022-03-07T04:21:12.851Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 380e0121-67f9-4656-9af0-8b4fb38126a6 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-03-07T04:21:12.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626695570,
  "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-03-07T04:21:12.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626696582,
  "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-03-07T04:21:12.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626696110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626697568,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:12.863Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626697590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.863Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626696110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626698573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:12.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626698606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626696110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626699611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626696110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626700617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.867Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626696110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626696110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626702659,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.869Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626696110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626703663,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626696110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:21:12.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "clamp",
  "timestamp": 1646626704673,
  "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-03-07T04:21:12.878Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 18647a64-7c95-4147-ab21-d9e2b0523ce2
2022-03-07T04:21:12.878Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18647a64-7c95-4147-ab21-d9e2b0523ce2 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-03-07T04:21:12.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626705117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:12.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "aai-ml",
  "timestamp": 1646626706636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "aai-ml",
  "timestamp": 1646626707642,
  "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-03-07T04:21:12.895Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 18647a64-7c95-4147-ab21-d9e2b0523ce2
2022-03-07T04:21:12.895Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18647a64-7c95-4147-ab21-d9e2b0523ce2 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-03-07T04:21:12.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626708122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646626709127,
  "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-03-07T04:21:12.910Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64e63a08-7cc1-471d-a276-1a45ec100176
2022-03-07T04:21:12.910Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e63a08-7cc1-471d-a276-1a45ec100176 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-03-07T04:21:12.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:21:12.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:21:12.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "aai-ml",
  "timestamp": 1646626718565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:12.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "clamp",
  "timestamp": 1646626724573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:12.924Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "aai-ml",
  "timestamp": 1646626725712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "clamp",
  "timestamp": 1646626726584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "aai-ml",
  "timestamp": 1646626726716,
  "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-03-07T04:21:12.932Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 380e0121-67f9-4656-9af0-8b4fb38126a6
2022-03-07T04:21:12.932Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 380e0121-67f9-4656-9af0-8b4fb38126a6 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-03-07T04:21:12.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "clamp",
  "timestamp": 1646626727587,
  "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-03-07T04:21:12.949Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 380e0121-67f9-4656-9af0-8b4fb38126a6
2022-03-07T04:21:12.949Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 380e0121-67f9-4656-9af0-8b4fb38126a6 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-03-07T04:21:12.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:21:12.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:12.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "aai-ml",
  "timestamp": 1646626708647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:21:12.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "clamp",
  "timestamp": 1646626705678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:21:12.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:21:12.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "aai-ml",
  "timestamp": 1646626736153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:12.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "clamp",
  "timestamp": 1646626745623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:12.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "clamp",
  "timestamp": 1646626749581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "clamp",
  "timestamp": 1646626750584,
  "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-03-07T04:21:12.968Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 64e63a08-7cc1-471d-a276-1a45ec100176
2022-03-07T04:21:12.969Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e63a08-7cc1-471d-a276-1a45ec100176 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-03-07T04:21:12.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "aai-ml",
  "timestamp": 1646626751446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:21:12.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:21:12.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:21:12.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "aai-ml",
  "timestamp": 1646626752451,
  "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-03-07T04:21:12.982Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64e63a08-7cc1-471d-a276-1a45ec100176
2022-03-07T04:21:12.983Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e63a08-7cc1-471d-a276-1a45ec100176 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-03-07T04:21:13.691Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58195d19-dd4a-4fc5-b662-e4cb764b43c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:21:13.702Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58195d19-dd4a-4fc5-b662-e4cb764b43c3
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-03-07T04:21:13.705Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:21:13.705Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T04:21:13.705Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T04:21:13.706Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T04:21:13.706Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:21:13.706Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:21:13.706Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:21:13.706Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:21:13.706Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:21:13.706Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:21:13.706Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:13.711Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T04:21:43.712Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58195d19-dd4a-4fc5-b662-e4cb764b43c3 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-03-07T04:21:43.717Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58195d19-dd4a-4fc5-b662-e4cb764b43c3 and serviceModelVersionId: 1277d496-9fd1-4e55-a758-31194a61807c
2022-03-07T04:21:43.717Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f65ac47f-cdba-4e8d-a7fc-ee79d01324e9
2022-03-07T04:21:43.718Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f65ac47f-cdba-4e8d-a7fc-ee79d01324e9/model-vers/model-ver/1277d496-9fd1-4e55-a758-31194a61807c?depth=0
2022-03-07T04:21:43.723Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T04:21:43.779Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f65ac47f-cdba-4e8d-a7fc-ee79d01324e9/model-vers/model-ver/1277d496-9fd1-4e55-a758-31194a61807c?depth=0|INFO|500||Invoke
2022-03-07T04:21:43.780Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f65ac47f-cdba-4e8d-a7fc-ee79d01324e9/model-vers/model-ver/1277d496-9fd1-4e55-a758-31194a61807c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f65ac47f-cdba-4e8d-a7fc-ee79d01324e9/model-vers/model-ver/1277d496-9fd1-4e55-a758-31194a61807c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58195d19-dd4a-4fc5-b662-e4cb764b43c3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a68c1407-305d-473a-bf0f-e2934a628a5f], X-ECOMP-RequestID=[58195d19-dd4a-4fc5-b662-e4cb764b43c3], X-TransactionId=[], X-ONAP-RequestID=[58195d19-dd4a-4fc5-b662-e4cb764b43c3], Content-Type=[application/merge-patch+json]}
2022-03-07T04:21:43.804Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f65ac47f-cdba-4e8d-a7fc-ee79d01324e9/model-vers/model-ver/1277d496-9fd1-4e55-a758-31194a61807c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-07T04:21:43.958Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f65ac47f-cdba-4e8d-a7fc-ee79d01324e9/model-vers/model-ver/1277d496-9fd1-4e55-a758-31194a61807c?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/f65ac47f-cdba-4e8d-a7fc-ee79d01324e9/model-vers/model-ver/1277d496-9fd1-4e55-a758-31194a61807c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220307-04:21:44:681-15374], vertex-id=[425984], Content-Length=[0], Date=[Mon, 07 Mar 2022 04:21:44 GMT], Content-Type=[application/json]}
2022-03-07T04:21:43.959Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f65ac47f-cdba-4e8d-a7fc-ee79d01324e9/model-vers/model-ver/1277d496-9fd1-4e55-a758-31194a61807c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-07T04:21:43.960Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f65ac47f-cdba-4e8d-a7fc-ee79d01324e9/model-vers/model-ver/1277d496-9fd1-4e55-a758-31194a61807c?depth=0|INFO|500||InvokeReturn
2022-03-07T04:21:43.961Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T04:21:43.963Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:43.971Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||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-03-07T04:21:43.973Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58195d19-dd4a-4fc5-b662-e4cb764b43c3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T04:21:43.973Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T04:21:43.974Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:43.977Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:43.979Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626903973,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:21:44.077Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-07T04:21:44.079Z||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-03-07T04:21:44.079Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:44.099Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:44.100Z||pool-88-thread-1|||||INFO|500||cambria reply ok (22 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-03-07T04:21:44.994Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:21:44.995Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"18647a64-7c95-4147-ab21-d9e2b0523ce2","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"61d411ae-4419-4c16-9c3c-96f69b2386fe","serviceDescription":"service","serviceInvariantUUID":"ab56c211-7ad1-4989-9ee6-4118f9af097a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1b37c8d-da57-4966-b554-09891d8380b6","resourceInvariantUUID":"6a8fcbe5-dde9-45af-9744-699a9802f611","resourceCustomizationUUID":"1c86d525-4312-4e69-a7d7-f9b2dd9d4d9c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3fda27f1-b61e-4631-a363-cdff0c1fe92a","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MzIyYWI3MWVmNWIyN2NiMWQ0ZjYyZGFkOTZkOGU3Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7df73bdf-f223-4fe4-a90d-48300659cf71","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZDNlNjYzMTBjOWE4NGJlYmIwNmMxZjk2ZmQ4ZDY2OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"30f0299b-258f-4f64-b705-5d09440be315","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"623a05a3-7b6b-4fbc-a412-8702fde1272e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f5e4735c-017a-4685-b35a-3c02d6b5cb70","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3ddcab4c-9034-403f-8485-5b16b45bd5f8","artifactVersion":"2","generatedFromUUID":"623a05a3-7b6b-4fbc-a412-8702fde1272e"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZDI0ZDg0MjMzNmU5NGEzMTdjZWM0ZTg2NDI2NTJhZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b4e0e59-d7cd-4926-b6d1-153073aaed50","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NGRlNDU4ZjIxNjVjOGI4NTI5OTQ4MGZlMjBmODdmYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d681898-7247-4c93-b2e6-54ea3935dbb2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:21:44.995Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:21:44.995Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:44.997Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:44.997Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:45.098Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:21:45.099Z||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-03-07T04:21:45.100Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:45.114Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:45.115Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:45.998Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:21:45.999Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:46.001Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:46.002Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:46.102Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:21:46.103Z||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-03-07T04:21:46.104Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:46.117Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:46.118Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:47.003Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:21:47.003Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:47.006Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:47.006Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:21:47.108Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-07T04:21:47.110Z||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-03-07T04:21:47.110Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:47.122Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:47.123Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:48.008Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:21:48.009Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:48.012Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:48.013Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:21:48.112Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:21:48.113Z||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-03-07T04:21:48.114Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:48.128Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:48.129Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:49.014Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:21:49.015Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:49.020Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:49.021Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:49.121Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:21:49.122Z||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-03-07T04:21:49.122Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:49.137Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:49.138Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:50.022Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:21:50.022Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:50.025Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:50.025Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-07T04:21:50.125Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:21:50.127Z||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-03-07T04:21:50.127Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:50.141Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:50.146Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:51.027Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:21:51.027Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:51.031Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:51.035Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:21:51.131Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-07T04:21:51.132Z||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-03-07T04:21:51.132Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:51.151Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:51.151Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:52.036Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:21:52.037Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:52.039Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:52.039Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:21:52.140Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:21:52.141Z||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-03-07T04:21:52.141Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:52.154Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:52.155Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:53.040Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "61d411ae-4419-4c16-9c3c-96f69b2386fe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ab56c211-7ad1-4989-9ee6-4118f9af097a",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "1c86d525-4312-4e69-a7d7-f9b2dd9d4d9c",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e1b37c8d-da57-4966-b554-09891d8380b6",
      "resourceInvariantUUID": "6a8fcbe5-dde9-45af-9744-699a9802f611",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "ZDNlNjYzMTBjOWE4NGJlYmIwNmMxZjk2ZmQ4ZDY2OTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "30f0299b-258f-4f64-b705-5d09440be315",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "623a05a3-7b6b-4fbc-a412-8702fde1272e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3ddcab4c-9034-403f-8485-5b16b45bd5f8",
            "generatedFromUUID": "623a05a3-7b6b-4fbc-a412-8702fde1272e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3ddcab4c-9034-403f-8485-5b16b45bd5f8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NGRlNDU4ZjIxNjVjOGI4NTI5OTQ4MGZlMjBmODdmYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d681898-7247-4c93-b2e6-54ea3935dbb2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-07T04:21:53.041Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:21:53.041Z|58195d19-dd4a-4fc5-b662-e4cb764b43c3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 61d411ae-4419-4c16-9c3c-96f69b2386fe ASDC
2022-03-07T04:21:53.041Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:18647a64-7c95-4147-ab21-d9e2b0523ce2
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:61d411ae-4419-4c16-9c3c-96f69b2386fe
ServiceInvariantUUID:ab56c211-7ad1-4989-9ee6-4118f9af097a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:4d681898-7247-4c93-b2e6-54ea3935dbb2
ArtifactChecksum:NGRlNDU4ZjIxNjVjOGI4NTI5OTQ4MGZlMjBmODdmYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:1c86d525-4312-4e69-a7d7-f9b2dd9d4d9c
ResourceInvariantUUID:6a8fcbe5-dde9-45af-9744-699a9802f611
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:e1b37c8d-da57-4966-b554-09891d8380b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:30f0299b-258f-4f64-b705-5d09440be315
ArtifactChecksum:ZDNlNjYzMTBjOWE4NGJlYmIwNmMxZjk2ZmQ4ZDY2OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:623a05a3-7b6b-4fbc-a412-8702fde1272e
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:3ddcab4c-9034-403f-8485-5b16b45bd5f8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:3ddcab4c-9034-403f-8485-5b16b45bd5f8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-07T04:21:53.042Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61d411ae-4419-4c16-9c3c-96f69b2386fe 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-03-07T04:21:53.083Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:21:53.084Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:21:53.084Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:21:53.084Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4d681898-7247-4c93-b2e6-54ea3935dbb2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-07T04:21:53.085Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:21:53.085Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-07T04:21:54.111Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:21:54.116Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 4d681898-7247-4c93-b2e6-54ea3935dbb2 73652
2022-03-07T04:21:54.116Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-07T04:21:54.117Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-07T04:21:54.117Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:21:54.117Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:54.119Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:54.120Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626914116,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:54.220Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:21:54.221Z||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-03-07T04:21:54.221Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:54.233Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:54.234Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:55.120Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:21:55.121Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:21:55.121Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4d681898-7247-4c93-b2e6-54ea3935dbb2, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:55.121Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-07T04:21:55.122Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:55.122Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:55.245Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14881193775102447431/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-07T04:21:56.842Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:21:56.843Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:21:56.843Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:56.843Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-07T04:21:56.843Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:56.843Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:56.843Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:56.843Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:56.844Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:56.844Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:56.844Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:56.844Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:56.844Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-07T04:21:56.844Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:21:56.844Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.844Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:56.844Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-07T04:21:56.844Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:21:56.845Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:21:56.845Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.845Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:56.845Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-07T04:21:56.845Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:21:56.845Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:21:56.845Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.845Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:56.846Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.846Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-07T04:21:56.846Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-07T04:21:56.846Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-07T04:21:56.846Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-07T04:21:56.846Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-07T04:21:56.846Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-07T04:21:56.846Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.847Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:21:56.847Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.847Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-07T04:21:56.847Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:21:56.847Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.847Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-07T04:21:56.848Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:21:56.848Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.848Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-07T04:21:56.848Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:21:56.848Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.848Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-07T04:21:56.849Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-07T04:21:56.849Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-07T04:21:56.849Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2a35b63d-61fe-4580-abcb-14c226121fa5
2022-03-07T04:21:56.849Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.849Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:56.849Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.849Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:56.850Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.850Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:56.850Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:21:56.850Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:21:56.850Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:61d411ae-4419-4c16-9c3c-96f69b2386fe
Model Version:NULL
Model InvariantUuid:ab56c211-7ad1-4989-9ee6-4118f9af097a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:e2a7af62-23a1-467a-9d55-4221c5e00853
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6a8fcbe5-dde9-45af-9744-699a9802f611
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1c86d525-4312-4e69-a7d7-f9b2dd9d4d9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9a30e7ed-a6a0-430c-969c-5f1da0489db4
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:cf0e98da-f8dd-41c7-9d0f-1c1c879f4eee
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a35b63d-61fe-4580-abcb-14c226121fa5
ModelInvariantUuid:b33d1dbd-eeeb-417c-81f4-680a78729655
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:a1fb878d-5e92-476b-94ac-17919c1b6aa5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f5c79826-4cfb-41ae-bff5-4b438856cb51
ModelInvariantUuid:6965adaa-2aca-4ef7-b14f-48dd2a74da27
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:4909360d-0c52-46e6-bd6b-54aef5f711a8
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-03-07T04:21:56.857Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e1b37c8d-da57-4966-b554-09891d8380b6
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-03-07T04:21:56.866Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||basicclamp 0
2022-03-07T04:21:56.867Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1b37c8d-da57-4966-b554-09891d8380b6
2022-03-07T04:21:56.867Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 30f0299b-258f-4f64-b705-5d09440be315 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-07T04:21:56.867Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:21:56.867Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-07T04:21:57.309Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:21:57.309Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 30f0299b-258f-4f64-b705-5d09440be315 790
2022-03-07T04:21:57.310Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-07T04:21:57.310Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-07T04:21:57.311Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:21:57.311Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:57.315Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:57.315Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626917310,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:57.413Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-07T04:21:57.414Z||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-03-07T04:21:57.415Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:57.429Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:57.430Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:58.315Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9a30e7ed-a6a0-430c-969c-5f1da0489db4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf0e98da-f8dd-41c7-9d0f-1c1c879f4eee",
    "vfModuleModelCustomizationUUID": "241ef187-f479-43ea-80ed-5c1f010b0b21",
    "isBase": true,
    "artifacts": [
      "623a05a3-7b6b-4fbc-a412-8702fde1272e",
      "3ddcab4c-9034-403f-8485-5b16b45bd5f8"
    ],
    "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-03-07T04:21:58.320Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf0e98da-f8dd-41c7-9d0f-1c1c879f4eee
VfModuleModelInvariantUUID:9a30e7ed-a6a0-430c-969c-5f1da0489db4
VfModuleModelDescription:NULL
Artifacts UUID List:{
623a05a3-7b6b-4fbc-a412-8702fde1272e
,
3ddcab4c-9034-403f-8485-5b16b45bd5f8

}
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-03-07T04:21:58.323Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9a30e7ed-a6a0-430c-969c-5f1da0489db4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cf0e98da-f8dd-41c7-9d0f-1c1c879f4eee",
    "vfModuleModelCustomizationUUID": "241ef187-f479-43ea-80ed-5c1f010b0b21",
    "isBase": true,
    "artifacts": [
      "623a05a3-7b6b-4fbc-a412-8702fde1272e",
      "3ddcab4c-9034-403f-8485-5b16b45bd5f8"
    ],
    "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-03-07T04:21:58.323Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf0e98da-f8dd-41c7-9d0f-1c1c879f4eee
VfModuleModelInvariantUUID:9a30e7ed-a6a0-430c-969c-5f1da0489db4
VfModuleModelDescription:NULL
Artifacts UUID List:{
623a05a3-7b6b-4fbc-a412-8702fde1272e
,
3ddcab4c-9034-403f-8485-5b16b45bd5f8

}
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-03-07T04:21:58.323Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 623a05a3-7b6b-4fbc-a412-8702fde1272e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-07T04:21:58.323Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:21:58.323Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-07T04:21:58.757Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:21:58.758Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 623a05a3-7b6b-4fbc-a412-8702fde1272e 5033
2022-03-07T04:21:58.758Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-07T04:21:58.759Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-07T04:21:58.759Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:21:58.759Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:21:58.761Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:21:58.762Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626918758,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:21:58.862Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:21:58.863Z||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-03-07T04:21:58.864Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:21:58.881Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:21:58.882Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:21:59.763Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3ddcab4c-9034-403f-8485-5b16b45bd5f8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-07T04:21:59.763Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:21:59.763Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-07T04:22:00.566Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:22:00.566Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 3ddcab4c-9034-403f-8485-5b16b45bd5f8 909
2022-03-07T04:22:00.566Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-07T04:22:00.567Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-07T04:22:00.567Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:22:00.567Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:00.570Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:00.571Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626920566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:22:00.672Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:22:00.673Z||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-03-07T04:22:00.674Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:00.690Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:00.691Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:01.571Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 61d411ae-4419-4c16-9c3c-96f69b2386fe
2022-03-07T04:22:01.572Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 e1b37c8d-da57-4966-b554-09891d8380b6 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-03-07T04:22:01.593Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70c329db, org.onap.sdc.toscaparser.api.parameters.Input@6592b4bc, org.onap.sdc.toscaparser.api.parameters.Input@5400daeb, org.onap.sdc.toscaparser.api.parameters.Input@2e2f506a, org.onap.sdc.toscaparser.api.parameters.Input@47cb2985]
2022-03-07T04:22:01.596Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.596Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:01.597Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-07T04:22:01.597Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1c86d525-4312-4e69-a7d7-f9b2dd9d4d9c
2022-03-07T04:22:01.597Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c86d525-4312-4e69-a7d7-f9b2dd9d4d9c matches Tosca VF Customization UUID: 1c86d525-4312-4e69-a7d7-f9b2dd9d4d9c
2022-03-07T04:22:01.598Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1c86d525-4312-4e69-a7d7-f9b2dd9d4d9c  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-03-07T04:22:01.601Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.602Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:01.604Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1c86d525-4312-4e69-a7d7-f9b2dd9d4d9c: {\"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-03-07T04:22:01.604Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31f1a1d7
2022-03-07T04:22:01.605Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.605Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:22:01.606Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 241ef187-f479-43ea-80ed-5c1f010b0b21
2022-03-07T04:22:01.606Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 241ef187-f479-43ea-80ed-5c1f010b0b21
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-03-07T04:22:01.610Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.610Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-07T04:22:01.610Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:22:01.611Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.611Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-07T04:22:01.611Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:22:01.611Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.611Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-07T04:22:01.611Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-07T04:22:01.612Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-07T04:22:01.612Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2a35b63d-61fe-4580-abcb-14c226121fa5
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-03-07T04:22:01.614Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.615Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-07T04:22:01.615Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:22:01.615Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.615Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-07T04:22:01.615Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=1c86d525-4312-4e69-a7d7-f9b2dd9d4d9c
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-03-07T04:22:01.617Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.618Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:01.618Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 61d411ae-4419-4c16-9c3c-96f69b2386fe: basicclamp
2022-03-07T04:22:01.618Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.619Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:01.619Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.619Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:01.619Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.620Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:01.620Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.620Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:01.621Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:01.621Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:01.621Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-07T04:22:01.731Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp e1b37c8d-da57-4966-b554-09891d8380b6 1 ASDC deployResourceStructure
2022-03-07T04:22:01.732Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-07T04:22:01.732Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-07T04:22:01.733Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:22:01.733Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:01.737Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:01.737Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626921732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:22:01.837Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:22:01.838Z||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-03-07T04:22:01.838Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:01.886Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:01.887Z||pool-101-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:22:02.738Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-07T04:22:02.739Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-07T04:22:02.739Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:22:02.739Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:02.754Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:02.754Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626922738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:22:02.852Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-07T04:22:02.853Z||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-03-07T04:22:02.854Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:02.870Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:02.871Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:03.755Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-07T04:22:03.755Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-07T04:22:03.756Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:22:03.756Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:03.759Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:03.760Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626923755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-07T04:22:03.863Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-07T04:22:03.864Z||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-03-07T04:22:03.864Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:03.881Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:03.882Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:04.760Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-07T04:22:04.761Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-07T04:22:04.761Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:22:04.761Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:04.763Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:04.763Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626924760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:22:04.863Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:22:04.865Z||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-03-07T04:22:04.865Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:04.879Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:04.880Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:05.764Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18647a64-7c95-4147-ab21-d9e2b0523ce2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:22:05.775Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18647a64-7c95-4147-ab21-d9e2b0523ce2
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-03-07T04:22:05.780Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:22:05.780Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T04:22:05.780Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T04:22:05.781Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T04:22:05.781Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:05.781Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:05.781Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:05.781Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:05.781Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:05.782Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:05.782Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:05.782Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||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-03-07T04:22:05.787Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T04:22:12.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:22:12.805Z||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-03-07T04:22:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:12.838Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:12.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "160e59be-fec6-4059-996c-958ae81ef811",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626852423,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:22:12.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:22:12.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:22:12.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:22:12.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:22:12.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:22:12.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:22:12.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:22:12.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:22:12.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:22:12.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-07T04:22:12.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:22:12.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:22:12.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:22:12.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:22:12.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:22:12.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626862354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:22:12.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:22:12.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626865651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:22:12.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:22:12.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626867252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:22:12.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:22:12.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626868525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:22:12.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:22:12.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626869673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:22:12.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:22:12.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626870677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:22:12.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:22:12.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626871682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-07T04:22:12.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:22:12.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-07T04:22:12.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626872687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:22:12.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:22:35.787Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 18647a64-7c95-4147-ab21-d9e2b0523ce2 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-03-07T04:22:35.793Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 18647a64-7c95-4147-ab21-d9e2b0523ce2 and serviceModelVersionId: 61d411ae-4419-4c16-9c3c-96f69b2386fe
2022-03-07T04:22:35.793Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab56c211-7ad1-4989-9ee6-4118f9af097a
2022-03-07T04:22:35.794Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab56c211-7ad1-4989-9ee6-4118f9af097a/model-vers/model-ver/61d411ae-4419-4c16-9c3c-96f69b2386fe?depth=0
2022-03-07T04:22:35.798Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T04:22:35.851Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab56c211-7ad1-4989-9ee6-4118f9af097a/model-vers/model-ver/61d411ae-4419-4c16-9c3c-96f69b2386fe?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-03-07T04:22:35.852Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab56c211-7ad1-4989-9ee6-4118f9af097a/model-vers/model-ver/61d411ae-4419-4c16-9c3c-96f69b2386fe?depth=0|INFO|500||Invoke
2022-03-07T04:22:35.873Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab56c211-7ad1-4989-9ee6-4118f9af097a/model-vers/model-ver/61d411ae-4419-4c16-9c3c-96f69b2386fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-07T04:22:36.323Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab56c211-7ad1-4989-9ee6-4118f9af097a/model-vers/model-ver/61d411ae-4419-4c16-9c3c-96f69b2386fe?depth=0|INFO|500||InvokeReturn
2022-03-07T04:22:36.324Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab56c211-7ad1-4989-9ee6-4118f9af097a/model-vers/model-ver/61d411ae-4419-4c16-9c3c-96f69b2386fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220307-04:22:36:754-34491], vertex-id=[450560], Content-Length=[0], Date=[Mon, 07 Mar 2022 04:22:36 GMT], Content-Type=[application/json]}
2022-03-07T04:22:36.325Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-07T04:22:36.326Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T04:22:36.326Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||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-03-07T04:22:36.332Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||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-03-07T04:22:36.333Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 18647a64-7c95-4147-ab21-d9e2b0523ce2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T04:22:36.333Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T04:22:36.333Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:36.337Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:36.337Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626956333,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:22:36.437Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:22:36.439Z||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-03-07T04:22:36.439Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:36.465Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:36.466Z||pool-105-thread-1|||||INFO|500||cambria reply ok (28 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-03-07T04:22:37.348Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:22:37.349Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|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-03-07T04:22:37.349Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:41.719Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:41.720Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:22:41.720Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"380e0121-67f9-4656-9af0-8b4fb38126a6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"713cf372-c135-443e-be52-b5a2536fcfdb","serviceDescription":"service","serviceInvariantUUID":"c1fc3be0-9618-45a3-9e1d-43e0ef6bf076","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0755b0bc-1f34-46c6-9d10-a7b11fc25bcf","resourceInvariantUUID":"ef2f17db-565a-4132-8f60-90fb915b7a58","resourceCustomizationUUID":"f6be5dda-cd6a-435b-9921-47752908e393","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"MDBhYTA5YmU1ZWJkMmExY2MzYmEzODhhZjY1ZGFiMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df8e5a78-2d15-4ca4-9ea1-0fc616bfbeab","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f514125-e4c6-4fa1-b17b-72a4b42081d3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b580bc52-b359-4f0f-b90e-ab80efcd9202","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YTU0ZmJiZjg0OTQwYjU2Y2ZjOWI4OTA5ZWExMzA5YjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"05c4abe7-e2f0-4e77-8100-ade2d6062b71","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f8251f3-a69d-477e-8a5a-054d7cad7ca0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f586e76-d39d-460f-89a9-3d56d96373eb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1e854cb-aec2-4019-8847-2f6cd43eb5d9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MmQ3NjMxMTgzZWZhN2FhMGUxZTViOGM4MWQ1YWU5ODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e568d3b2-3da2-48dc-905a-cfd6e4554e6e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTc4ZDBkNWFmZjM1YjNkYzBjMTlhMjI4ZmUxYjBiYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab507e9b-a92b-4d65-9549-f0f5e71ab703","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:22:41.723Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:22:41.724Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:41.726Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:41.726Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:22:41.826Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:22:41.828Z||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-03-07T04:22:41.828Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:41.840Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:41.841Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:42.726Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:22:42.727Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:42.729Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:42.729Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:22:42.829Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:22:42.831Z||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-03-07T04:22:42.831Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:42.843Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:42.844Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:43.729Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:22:43.730Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:43.732Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:43.732Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:22:43.832Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:22:43.833Z||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-03-07T04:22:43.833Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:43.845Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:43.845Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:44.733Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:22:44.733Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:44.735Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:44.735Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:22:44.836Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:22:44.838Z||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-03-07T04:22:44.838Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:44.867Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:44.868Z||pool-109-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:22:45.736Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:22:45.737Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:45.739Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:45.739Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:22:45.839Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:22:45.840Z||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-03-07T04:22:45.840Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:45.853Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:45.854Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:46.740Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:22:46.740Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:46.742Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:46.742Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:22:46.843Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:22:46.844Z||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-03-07T04:22:46.844Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:46.858Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:46.859Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:47.743Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:22:47.744Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:47.746Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:47.746Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:22:47.846Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:22:47.847Z||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-03-07T04:22:47.847Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:47.866Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:47.867Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:48.747Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:22:48.747Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:48.750Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:48.750Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:22:48.850Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:22:48.851Z||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-03-07T04:22:48.851Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:48.863Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:48.864Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:49.750Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:22:49.752Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:49.754Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:49.755Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:22:49.855Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:22:49.856Z||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-03-07T04:22:49.856Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:49.869Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:49.870Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:50.756Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "713cf372-c135-443e-be52-b5a2536fcfdb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1fc3be0-9618-45a3-9e1d-43e0ef6bf076",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "f6be5dda-cd6a-435b-9921-47752908e393",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0755b0bc-1f34-46c6-9d10-a7b11fc25bcf",
      "resourceInvariantUUID": "ef2f17db-565a-4132-8f60-90fb915b7a58",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YTc4ZDBkNWFmZjM1YjNkYzBjMTlhMjI4ZmUxYjBiYzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ab507e9b-a92b-4d65-9549-f0f5e71ab703"
    }
  ],
  "workloadContext": "Production"
}
2022-03-07T04:22:50.757Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:22:50.757Z|18647a64-7c95-4147-ab21-d9e2b0523ce2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 713cf372-c135-443e-be52-b5a2536fcfdb ASDC
2022-03-07T04:22:50.758Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:380e0121-67f9-4656-9af0-8b4fb38126a6
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:713cf372-c135-443e-be52-b5a2536fcfdb
ServiceInvariantUUID:c1fc3be0-9618-45a3-9e1d-43e0ef6bf076
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:ab507e9b-a92b-4d65-9549-f0f5e71ab703
ArtifactChecksum:YTc4ZDBkNWFmZjM1YjNkYzBjMTlhMjI4ZmUxYjBiYzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:f6be5dda-cd6a-435b-9921-47752908e393
ResourceInvariantUUID:ef2f17db-565a-4132-8f60-90fb915b7a58
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0755b0bc-1f34-46c6-9d10-a7b11fc25bcf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-07T04:22:50.758Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 713cf372-c135-443e-be52-b5a2536fcfdb 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-03-07T04:22:50.793Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:22:50.794Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:22:50.794Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:22:50.794Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ab507e9b-a92b-4d65-9549-f0f5e71ab703 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-07T04:22:50.794Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:22:50.794Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-07T04:22:51.924Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:22:51.930Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ab507e9b-a92b-4d65-9549-f0f5e71ab703 105640
2022-03-07T04:22:51.931Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-07T04:22:51.932Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-07T04:22:51.932Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:22:51.932Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:51.935Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:51.935Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626971931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:22:52.035Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:22:52.036Z||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-03-07T04:22:52.036Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:52.049Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:52.050Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:22:52.936Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:22:52.937Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:22:52.937Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ab507e9b-a92b-4d65-9549-f0f5e71ab703, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-07T04:22:52.937Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-07T04:22:52.938Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-07T04:22:52.938Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-07T04:22:53.081Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11624783327120743510/Definitions/service-TestPnfMacro-template.yml
2022-03-07T04:22:54.309Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:22:54.310Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:22:54.310Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-07T04:22:54.310Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-07T04:22:54.310Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-07T04:22:54.310Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-07T04:22:54.311Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-07T04:22:54.311Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-07T04:22:54.311Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-07T04:22:54.311Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-07T04:22:54.311Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-07T04:22:54.311Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:22:54.311Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:54.311Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:54.312Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-07T04:22:54.312Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:22:54.312Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:22:54.312Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:54.312Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:54.312Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-07T04:22:54.312Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:22:54.313Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:22:54.313Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:54.313Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:54.313Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:54.313Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:54.313Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:54.313Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:54.313Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:54.314Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:54.314Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:54.314Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:54.314Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:713cf372-c135-443e-be52-b5a2536fcfdb
Model Version:NULL
Model InvariantUuid:c1fc3be0-9618-45a3-9e1d-43e0ef6bf076
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-03-07T04:22:54.321Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0755b0bc-1f34-46c6-9d10-a7b11fc25bcf
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-03-07T04:22:54.325Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-03-07T04:22:54.326Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0755b0bc-1f34-46c6-9d10-a7b11fc25bcf
2022-03-07T04:22:54.326Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 713cf372-c135-443e-be52-b5a2536fcfdb
2022-03-07T04:22:54.326Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 713cf372-c135-443e-be52-b5a2536fcfdb
2022-03-07T04:22:54.327Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0755b0bc-1f34-46c6-9d10-a7b11fc25bcf 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-03-07T04:22:54.333Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d859313, org.onap.sdc.toscaparser.api.parameters.Input@7b661cb1, org.onap.sdc.toscaparser.api.parameters.Input@654b1b04, org.onap.sdc.toscaparser.api.parameters.Input@79ed1174, org.onap.sdc.toscaparser.api.parameters.Input@68610851]
2022-03-07T04:22:54.333Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:54.334Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:54.334Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 713cf372-c135-443e-be52-b5a2536fcfdb: test-pnf
2022-03-07T04:22:54.335Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||Processing PNF resource: 0755b0bc-1f34-46c6-9d10-a7b11fc25bcf
2022-03-07T04:22:54.335Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:22:54.335Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:22:54.336Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||Resource customization UUID: f6be5dda-cd6a-435b-9921-47752908e393 is the same as notified resource customizationUUID: f6be5dda-cd6a-435b-9921-47752908e393
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-03-07T04:22:54.391Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0755b0bc-1f34-46c6-9d10-a7b11fc25bcf 0 ASDC deployResourceStructure
2022-03-07T04:22:54.392Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-07T04:22:54.392Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-07T04:22:54.392Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:22:54.393Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:22:54.395Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:22:54.395Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626974392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:22:54.495Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:22:54.496Z||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-03-07T04:22:54.496Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:22:54.509Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:22:54.509Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:22:55.396Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 380e0121-67f9-4656-9af0-8b4fb38126a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:22:55.409Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 380e0121-67f9-4656-9af0-8b4fb38126a6
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-03-07T04:22:55.413Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:22:55.413Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T04:22:55.413Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T04:22:55.413Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T04:22:55.413Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:55.414Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:55.414Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:55.414Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:55.414Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:55.414Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:55.414Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:22:55.414Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||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-03-07T04:22:55.420Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T04:23:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:23:12.805Z||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-03-07T04:23:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:12.833Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:12.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58195d19-dd4a-4fc5-b662-e4cb764b43c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626903973,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:23:12.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:23:12.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:23:12.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:23:12.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:23:12.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:23:12.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:23:12.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:23:12.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626632801,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:23:12.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:23:12.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626914116,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:23:12.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:23:12.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626917310,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:23:12.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:23:12.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626918758,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:23:12.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:23:12.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626920566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:23:12.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:23:12.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626921732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:23:12.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:23:12.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626922738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:23:12.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:23:12.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626923755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-07T04:23:12.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:23:12.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:23:12.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626924760,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:23:12.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:23:25.420Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 380e0121-67f9-4656-9af0-8b4fb38126a6 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-03-07T04:23:25.429Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 380e0121-67f9-4656-9af0-8b4fb38126a6 and serviceModelVersionId: 713cf372-c135-443e-be52-b5a2536fcfdb
2022-03-07T04:23:25.429Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1fc3be0-9618-45a3-9e1d-43e0ef6bf076
2022-03-07T04:23:25.430Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1fc3be0-9618-45a3-9e1d-43e0ef6bf076/model-vers/model-ver/713cf372-c135-443e-be52-b5a2536fcfdb?depth=0
2022-03-07T04:23:25.436Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T04:23:25.538Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1fc3be0-9618-45a3-9e1d-43e0ef6bf076/model-vers/model-ver/713cf372-c135-443e-be52-b5a2536fcfdb?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-03-07T04:23:25.539Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1fc3be0-9618-45a3-9e1d-43e0ef6bf076/model-vers/model-ver/713cf372-c135-443e-be52-b5a2536fcfdb?depth=0|INFO|500||Invoke
2022-03-07T04:23:25.582Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1fc3be0-9618-45a3-9e1d-43e0ef6bf076/model-vers/model-ver/713cf372-c135-443e-be52-b5a2536fcfdb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-07T04:23:26.043Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1fc3be0-9618-45a3-9e1d-43e0ef6bf076/model-vers/model-ver/713cf372-c135-443e-be52-b5a2536fcfdb?depth=0|INFO|500||InvokeReturn
2022-03-07T04:23:26.043Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1fc3be0-9618-45a3-9e1d-43e0ef6bf076/model-vers/model-ver/713cf372-c135-443e-be52-b5a2536fcfdb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220307-04:23:26:473-97899], vertex-id=[462848], Content-Length=[0], Date=[Mon, 07 Mar 2022 04:23:26 GMT], Content-Type=[application/json]}
2022-03-07T04:23:26.044Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-07T04:23:26.054Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T04:23:26.054Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||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-03-07T04:23:26.063Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||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-03-07T04:23:26.064Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 380e0121-67f9-4656-9af0-8b4fb38126a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T04:23:26.064Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T04:23:26.064Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:26.066Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:26.067Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627006064,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:23:26.168Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-07T04:23:26.172Z||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-03-07T04:23:26.173Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:26.188Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:26.189Z||pool-117-thread-1|||||INFO|500||cambria reply ok (21 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-03-07T04:23:27.079Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:23:27.080Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"64e63a08-7cc1-471d-a276-1a45ec100176","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f12eacaf-69e2-4382-ac1a-37a57bd9da2c","serviceDescription":"service","serviceInvariantUUID":"d70759b6-d8bd-4dbe-a005-df5188df913f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ffe10919-5f51-464a-b0f0-b61110cdac0b","resourceInvariantUUID":"d46c1a46-2848-4872-8c13-5e525b63cbe3","resourceCustomizationUUID":"40a452fc-d23a-479a-a940-3133d6733894","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":"MTU0ZGE1NDI2ZGViYzNhZWJiYjg2ZGE2ZTg0YzYxYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9b9c009-f85a-4871-84a3-4c952cbc887c","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":"NjY2ODg5ZjFmOGJmZmZhYWIyZDFkNDQyNWQwOTRhNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fadb0664-c597-46d1-baad-20133fff658f","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":"a7f082f7-ae1b-48a6-a9cd-013bf1fbb409","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":"a0bcc823-5dbe-4883-b32f-e1e0007166f9","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":"6b3573f1-d34e-475d-ab63-84fb76fda818","artifactVersion":"2","generatedFromUUID":"a7f082f7-ae1b-48a6-a9cd-013bf1fbb409"},{"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":"ZDIyOTI2NWYxNzM1NWU2Nzc4MGE2NGYwNzc3Zjk5ZjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e90dbc49-521c-40b5-86f1-dcb2489b9da2","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":"ZGY2YTY5NzQ5NmYxMzZhYzAwZTIyOWQ1NGIwNmRjNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"175f2f19-3053-4bb4-8ae0-011d8b72055c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWQ5YjllZThlNzQyYWFjZjNmZDU1ZTA3Y2U3MGY0MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74c0e265-b5f5-4690-863c-86026baef7a1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-07T04:23:27.080Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:23:27.081Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:27.084Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:27.085Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:23:27.184Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:23:27.186Z||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-03-07T04:23:27.186Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:27.200Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:27.201Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:23:28.085Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:23:28.086Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:28.088Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:28.088Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:23:28.188Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:28.189Z||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-03-07T04:23:28.189Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:28.203Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:28.204Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:23:29.089Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:23:29.090Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:29.094Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:29.095Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:23:29.194Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:23:29.195Z||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-03-07T04:23:29.195Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:29.209Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:29.209Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:23:30.096Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:23:30.097Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:30.099Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:30.100Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:23:30.199Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:23:30.201Z||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-03-07T04:23:30.201Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:30.218Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:30.218Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:23:31.101Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:23:31.102Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:31.105Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:31.106Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-07T04:23:31.206Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:31.207Z||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-03-07T04:23:31.207Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:31.219Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:31.220Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:23:32.107Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:23:32.107Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:32.109Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:32.109Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:23:32.209Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:32.210Z||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-03-07T04:23:32.210Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:32.223Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:32.224Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:23:33.110Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:23:33.111Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:33.114Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:33.114Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:23:33.215Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:33.216Z||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-03-07T04:23:33.216Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:33.230Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:33.231Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:23:34.116Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-07T04:23:34.117Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:34.119Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:34.119Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:23:34.219Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:34.221Z||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-03-07T04:23:34.221Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:34.235Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:34.235Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:23:35.120Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f12eacaf-69e2-4382-ac1a-37a57bd9da2c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d70759b6-d8bd-4dbe-a005-df5188df913f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "40a452fc-d23a-479a-a940-3133d6733894",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ffe10919-5f51-464a-b0f0-b61110cdac0b",
      "resourceInvariantUUID": "d46c1a46-2848-4872-8c13-5e525b63cbe3",
      "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": "NjY2ODg5ZjFmOGJmZmZhYWIyZDFkNDQyNWQwOTRhNWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fadb0664-c597-46d1-baad-20133fff658f",
          "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": "a7f082f7-ae1b-48a6-a9cd-013bf1fbb409",
          "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": "6b3573f1-d34e-475d-ab63-84fb76fda818",
            "generatedFromUUID": "a7f082f7-ae1b-48a6-a9cd-013bf1fbb409"
          },
          "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": "6b3573f1-d34e-475d-ab63-84fb76fda818",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWQ5YjllZThlNzQyYWFjZjNmZDU1ZTA3Y2U3MGY0MjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "74c0e265-b5f5-4690-863c-86026baef7a1"
    }
  ],
  "workloadContext": "Production"
}
2022-03-07T04:23:35.121Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-07T04:23:35.121Z|380e0121-67f9-4656-9af0-8b4fb38126a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f12eacaf-69e2-4382-ac1a-37a57bd9da2c ASDC
2022-03-07T04:23:35.121Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:64e63a08-7cc1-471d-a276-1a45ec100176
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f12eacaf-69e2-4382-ac1a-37a57bd9da2c
ServiceInvariantUUID:d70759b6-d8bd-4dbe-a005-df5188df913f
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:74c0e265-b5f5-4690-863c-86026baef7a1
ArtifactChecksum:ZWQ5YjllZThlNzQyYWFjZjNmZDU1ZTA3Y2U3MGY0MjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:40a452fc-d23a-479a-a940-3133d6733894
ResourceInvariantUUID:d46c1a46-2848-4872-8c13-5e525b63cbe3
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:ffe10919-5f51-464a-b0f0-b61110cdac0b
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:fadb0664-c597-46d1-baad-20133fff658f
ArtifactChecksum:NjY2ODg5ZjFmOGJmZmZhYWIyZDFkNDQyNWQwOTRhNWY=
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:a7f082f7-ae1b-48a6-a9cd-013bf1fbb409
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:6b3573f1-d34e-475d-ab63-84fb76fda818
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:6b3573f1-d34e-475d-ab63-84fb76fda818
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-07T04:23:35.125Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f12eacaf-69e2-4382-ac1a-37a57bd9da2c 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-03-07T04:23:35.170Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:23:35.171Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:23:35.171Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:23:35.171Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 74c0e265-b5f5-4690-863c-86026baef7a1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-07T04:23:35.171Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:23:35.172Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-07T04:23:36.556Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:23:36.563Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 74c0e265-b5f5-4690-863c-86026baef7a1 78777
2022-03-07T04:23:36.565Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-07T04:23:36.565Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-07T04:23:36.565Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:23:36.565Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:36.568Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:36.568Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627016564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:23:36.668Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:36.669Z||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-03-07T04:23:36.669Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:36.692Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:36.692Z||pool-126-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:23:37.568Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-07T04:23:37.569Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-07T04:23:37.569Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 74c0e265-b5f5-4690-863c-86026baef7a1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-07T04:23:37.570Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-07T04:23:37.570Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-07T04:23:37.570Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-07T04:23:37.750Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5488032578948268131/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-03-07T04:23:39.172Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-07T04:23:39.172Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:23:39.172Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-07T04:23:39.172Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-07T04:23:39.173Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:39.173Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:39.173Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:39.173Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:39.173Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:39.173Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:39.173Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:39.173Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:39.173Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:39.173Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-07T04:23:39.173Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.174Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:39.174Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-07T04:23:39.174Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:23:39.174Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:23:39.174Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.174Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:39.174Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-07T04:23:39.175Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-07T04:23:39.175Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-07T04:23:39.175Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.175Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:39.175Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.175Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-07T04:23:39.175Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-07T04:23:39.175Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-07T04:23:39.176Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-07T04:23:39.176Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-07T04:23:39.176Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-07T04:23:39.176Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.176Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:23:39.176Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.176Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-07T04:23:39.176Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:23:39.177Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.177Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-07T04:23:39.177Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:23:39.177Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.177Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-07T04:23:39.177Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:23:39.178Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.178Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-07T04:23:39.178Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-07T04:23:39.178Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-07T04:23:39.178Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aa280868-f301-455c-9880-64d9f1fae7b1
2022-03-07T04:23:39.178Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.178Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:39.178Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.178Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:39.179Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.179Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:39.179Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:39.179Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:39.179Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f12eacaf-69e2-4382-ac1a-37a57bd9da2c
Model Version:NULL
Model InvariantUuid:d70759b6-d8bd-4dbe-a005-df5188df913f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:efafa7cb-d9a7-45f0-bf64-55c1a97e66f3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d46c1a46-2848-4872-8c13-5e525b63cbe3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:40a452fc-d23a-479a-a940-3133d6733894
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:312b39e1-ad6a-4b1f-9152-d578cf4000ae
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:509f6270-aa4d-416e-a775-e9f6262ad912
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa280868-f301-455c-9880-64d9f1fae7b1
ModelInvariantUuid:39a3c732-dca5-4c72-b09e-574fbd7de72a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:678cbd25-e594-431d-ad43-e5fa52636d03
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9acec0d6-48f2-4d0c-8e78-fcef11b35b04
ModelInvariantUuid:0b593289-fe65-4498-8e01-05a68a1bd5bc
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d30f7af7-3a6e-4769-96f1-4876709966d3
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-03-07T04:23:39.185Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ffe10919-5f51-464a-b0f0-b61110cdac0b
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-03-07T04:23:39.187Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-03-07T04:23:39.187Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ffe10919-5f51-464a-b0f0-b61110cdac0b
2022-03-07T04:23:39.187Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fadb0664-c597-46d1-baad-20133fff658f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-07T04:23:39.188Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:23:39.188Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:39.272Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:23:39.273Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json fadb0664-c597-46d1-baad-20133fff658f 792
2022-03-07T04:23:39.273Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:39.273Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:39.273Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:23:39.273Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:39.275Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:39.275Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627019273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:23:39.376Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:39.377Z||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-03-07T04:23:39.377Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:39.393Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:39.393Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:23:40.276Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "312b39e1-ad6a-4b1f-9152-d578cf4000ae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "509f6270-aa4d-416e-a775-e9f6262ad912",
    "vfModuleModelCustomizationUUID": "63614f9b-ba5f-44a0-a57e-df641b2571cc",
    "isBase": true,
    "artifacts": [
      "a7f082f7-ae1b-48a6-a9cd-013bf1fbb409",
      "6b3573f1-d34e-475d-ab63-84fb76fda818"
    ],
    "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-03-07T04:23:40.280Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:509f6270-aa4d-416e-a775-e9f6262ad912
VfModuleModelInvariantUUID:312b39e1-ad6a-4b1f-9152-d578cf4000ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7f082f7-ae1b-48a6-a9cd-013bf1fbb409
,
6b3573f1-d34e-475d-ab63-84fb76fda818

}
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-03-07T04:23:40.282Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "312b39e1-ad6a-4b1f-9152-d578cf4000ae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "509f6270-aa4d-416e-a775-e9f6262ad912",
    "vfModuleModelCustomizationUUID": "63614f9b-ba5f-44a0-a57e-df641b2571cc",
    "isBase": true,
    "artifacts": [
      "a7f082f7-ae1b-48a6-a9cd-013bf1fbb409",
      "6b3573f1-d34e-475d-ab63-84fb76fda818"
    ],
    "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-03-07T04:23:40.283Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:509f6270-aa4d-416e-a775-e9f6262ad912
VfModuleModelInvariantUUID:312b39e1-ad6a-4b1f-9152-d578cf4000ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7f082f7-ae1b-48a6-a9cd-013bf1fbb409
,
6b3573f1-d34e-475d-ab63-84fb76fda818

}
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-03-07T04:23:40.283Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a7f082f7-ae1b-48a6-a9cd-013bf1fbb409 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-07T04:23:40.283Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:23:40.283Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:40.724Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:23:40.725Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a7f082f7-ae1b-48a6-a9cd-013bf1fbb409 5033
2022-03-07T04:23:40.725Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:40.725Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:40.725Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:23:40.725Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:40.727Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:40.728Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627020725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:23:40.828Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:40.829Z||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-03-07T04:23:40.829Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:40.842Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:40.844Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:23:41.728Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6b3573f1-d34e-475d-ab63-84fb76fda818 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-07T04:23:41.729Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-07T04:23:41.729Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:41.936Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-07T04:23:41.937Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 6b3573f1-d34e-475d-ab63-84fb76fda818 903
2022-03-07T04:23:41.937Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:41.937Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:41.937Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-07T04:23:41.938Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:41.940Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:41.940Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627021937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:23:42.040Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:42.041Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T04:23:42.041Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:42.056Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:42.057Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:23:42.941Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f12eacaf-69e2-4382-ac1a-37a57bd9da2c
2022-03-07T04:23:42.941Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ffe10919-5f51-464a-b0f0-b61110cdac0b 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-03-07T04:23:42.956Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e482d23, org.onap.sdc.toscaparser.api.parameters.Input@45ca2f5e, org.onap.sdc.toscaparser.api.parameters.Input@41cef544, org.onap.sdc.toscaparser.api.parameters.Input@4e21fea2, org.onap.sdc.toscaparser.api.parameters.Input@14ff370]
2022-03-07T04:23:42.958Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.958Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:42.959Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-07T04:23:42.959Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 40a452fc-d23a-479a-a940-3133d6733894
2022-03-07T04:23:42.959Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 40a452fc-d23a-479a-a940-3133d6733894 matches Tosca VF Customization UUID: 40a452fc-d23a-479a-a940-3133d6733894
2022-03-07T04:23:42.959Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 40a452fc-d23a-479a-a940-3133d6733894  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-03-07T04:23:42.963Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.963Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:42.965Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 40a452fc-d23a-479a-a940-3133d6733894: {\"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-03-07T04:23:42.965Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@622c11df
2022-03-07T04:23:42.965Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.965Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-07T04:23:42.966Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 63614f9b-ba5f-44a0-a57e-df641b2571cc
2022-03-07T04:23:42.966Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 63614f9b-ba5f-44a0-a57e-df641b2571cc
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-03-07T04:23:42.969Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.969Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-07T04:23:42.969Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:23:42.970Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.970Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-07T04:23:42.970Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:23:42.970Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.970Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-07T04:23:42.971Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-07T04:23:42.971Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-07T04:23:42.971Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aa280868-f301-455c-9880-64d9f1fae7b1
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-03-07T04:23:42.974Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.974Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-07T04:23:42.974Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-07T04:23:42.974Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.975Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-07T04:23:42.975Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=40a452fc-d23a-479a-a940-3133d6733894
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-03-07T04:23:42.977Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.977Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:42.977Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f12eacaf-69e2-4382-ac1a-37a57bd9da2c: basic_vm_macro
2022-03-07T04:23:42.977Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.978Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:42.978Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.978Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:42.978Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.978Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:42.979Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.979Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:42.979Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-07T04:23:42.979Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-07T04:23:42.980Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:43.067Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ffe10919-5f51-464a-b0f0-b61110cdac0b 1 ASDC deployResourceStructure
2022-03-07T04:23:43.067Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:43.068Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:43.068Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:23:43.068Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:43.070Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:43.070Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627023067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:23:43.170Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:43.171Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T04:23:43.172Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:43.188Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:43.189Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:23:44.071Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:44.071Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:44.072Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:23:44.072Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:44.074Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:44.075Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627024071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:23:44.175Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:44.177Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T04:23:44.177Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:44.192Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:44.192Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-07T04:23:45.076Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:45.076Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:45.076Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:23:45.077Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:45.079Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:45.080Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627025076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-07T04:23:45.180Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:45.181Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T04:23:45.181Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:45.194Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:45.194Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:23:46.081Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-07T04:23:46.081Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-07T04:23:46.081Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-07T04:23:46.081Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:23:46.084Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:23:46.084Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627026081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:23:46.184Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-07T04:23:46.185Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T04:23:46.185Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:23:46.197Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:23:46.198Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-07T04:23:47.085Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64e63a08-7cc1-471d-a276-1a45ec100176
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-07T04:23:47.097Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64e63a08-7cc1-471d-a276-1a45ec100176
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-03-07T04:23:47.100Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-07T04:23:47.101Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-07T04:23:47.101Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-07T04:23:47.101Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-07T04:23:47.101Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:23:47.101Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:23:47.102Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:23:47.102Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:23:47.102Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:23:47.102Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-07T04:23:47.102Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:23:47.108Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-07T04:24:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:24:12.805Z||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-03-07T04:24:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:24:12.829Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:24:12.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:24:12.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18647a64-7c95-4147-ab21-d9e2b0523ce2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626956333,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:24:12.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:24:12.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:24:12.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:24:12.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:24:12.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:24:12.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:24:12.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:24:12.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:24:12.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:24:12.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:24:12.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:24:12.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:24:12.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:24:12.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:24:12.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:24:12.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:24:12.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626971931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:24:12.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:24:12.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-07T04:24:12.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626974392,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:24:12.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:24:17.108Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64e63a08-7cc1-471d-a276-1a45ec100176 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-03-07T04:24:17.115Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64e63a08-7cc1-471d-a276-1a45ec100176 and serviceModelVersionId: f12eacaf-69e2-4382-ac1a-37a57bd9da2c
2022-03-07T04:24:17.116Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d70759b6-d8bd-4dbe-a005-df5188df913f
2022-03-07T04:24:17.116Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d70759b6-d8bd-4dbe-a005-df5188df913f/model-vers/model-ver/f12eacaf-69e2-4382-ac1a-37a57bd9da2c?depth=0
2022-03-07T04:24:17.120Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-07T04:24:17.155Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d70759b6-d8bd-4dbe-a005-df5188df913f/model-vers/model-ver/f12eacaf-69e2-4382-ac1a-37a57bd9da2c?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-03-07T04:24:17.164Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d70759b6-d8bd-4dbe-a005-df5188df913f/model-vers/model-ver/f12eacaf-69e2-4382-ac1a-37a57bd9da2c?depth=0|INFO|500||Invoke
2022-03-07T04:24:17.190Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d70759b6-d8bd-4dbe-a005-df5188df913f/model-vers/model-ver/f12eacaf-69e2-4382-ac1a-37a57bd9da2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-07T04:24:17.273Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d70759b6-d8bd-4dbe-a005-df5188df913f/model-vers/model-ver/f12eacaf-69e2-4382-ac1a-37a57bd9da2c?depth=0|INFO|500||InvokeReturn
2022-03-07T04:24:17.274Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d70759b6-d8bd-4dbe-a005-df5188df913f/model-vers/model-ver/f12eacaf-69e2-4382-ac1a-37a57bd9da2c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220307-04:24:18:075-77464], vertex-id=[188576], Content-Length=[0], Date=[Mon, 07 Mar 2022 04:24:18 GMT], Content-Type=[application/json]}
2022-03-07T04:24:17.274Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-07T04:24:17.275Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-07T04:24:17.275Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:24:17.279Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||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-03-07T04:24:17.280Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64e63a08-7cc1-471d-a276-1a45ec100176 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-07T04:24:17.280Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-07T04:24:17.280Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-07T04:24:17.282Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-07T04:24:17.282Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627057280,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:24:17.383Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-07T04:24:17.384Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-07T04:24:17.384Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:24:17.410Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:24:17.411Z||pool-134-thread-1|||||INFO|500||cambria reply ok (28 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-03-07T04:24:18.297Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:24:18.298Z||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-03-07T04:24:18.298Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:24:27.859Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:24:27.860Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:24:27.861Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-07T04:24:27.861Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y1Z0ANprRkFVttaa) ...
2022-03-07T04:24:37.416Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:24:37.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:24:37.417Z||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-03-07T04:24:37.417Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:24:46.962Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:24:46.963Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:24:46.964Z||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-03-07T04:24:46.964Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:24:56.519Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:24:56.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:24:56.521Z||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-03-07T04:24:56.521Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:25:06.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:25:06.082Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:25:06.082Z||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-03-07T04:25:06.083Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:25:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:25:12.805Z|64e63a08-7cc1-471d-a276-1a45ec100176|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-03-07T04:25:12.806Z|64e63a08-7cc1-471d-a276-1a45ec100176|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:25:12.837Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:25:12.838Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.838Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "380e0121-67f9-4656-9af0-8b4fb38126a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627006064,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:25:12.840Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:25:12.840Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.840Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:25:12.841Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:25:12.841Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.841Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-07T04:25:12.841Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:25:12.842Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.842Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-07T04:25:12.842Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:25:12.842Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.843Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:25:12.843Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:25:12.843Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.843Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-07T04:25:12.843Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:25:12.844Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.844Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:25:12.844Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:25:12.844Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.844Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-07T04:25:12.845Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:25:12.845Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.845Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646626957348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-07T04:25:12.845Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-07T04:25:12.845Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.846Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627016564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:25:12.846Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:25:12.846Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.846Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627019273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:25:12.846Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:25:12.846Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.847Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627020725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:25:12.847Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:25:12.847Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.847Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627021937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-07T04:25:12.847Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:25:12.848Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.848Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627023067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-07T04:25:12.848Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:25:12.848Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.848Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627024071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-07T04:25:12.848Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:25:12.849Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.849Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627025076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-07T04:25:12.849Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:25:12.849Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-07T04:25:12.850Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627026081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-07T04:25:12.850Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:25:15.638Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:25:15.639Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:25:15.640Z||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-03-07T04:25:15.640Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:25:25.189Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:26:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:26:12.803Z||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-03-07T04:26:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:26:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:26:12.804Z||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-03-07T04:26:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:26:13.337Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:26:13.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-07T04:26:13.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e63a08-7cc1-471d-a276-1a45ec100176",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646627057280,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-07T04:26:13.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-07T04:26:22.355Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:27:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:27:12.802Z||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-03-07T04:27:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:27:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:27:12.805Z||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-03-07T04:27:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:27:22.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:27:22.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:28:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:28:12.802Z||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-03-07T04:28:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:28:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:28:12.805Z||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-03-07T04:28:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:28:22.352Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:28:22.353Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:29:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:29:12.802Z||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-03-07T04:29:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:29:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:29:12.804Z||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-03-07T04:29:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:29:22.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:29:22.357Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:30:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:30:12.802Z||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-03-07T04:30:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:30:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:30:12.804Z||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-03-07T04:30:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:30:22.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:30:22.352Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:31:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:31:12.802Z||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-03-07T04:31:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:31:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:31:12.804Z||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-03-07T04:31:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:31:22.354Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:31:22.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:32:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:32:12.803Z||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-03-07T04:32:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:32:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:32:12.805Z||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-03-07T04:32:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:32:22.363Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:32:22.363Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:33:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:33:12.803Z||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-03-07T04:33:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:33:12.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:33:12.804Z||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-03-07T04:33:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:33:22.365Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:33:22.368Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:34:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:34:12.802Z||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-03-07T04:34:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:34:12.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:34:12.804Z||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-03-07T04:34:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:34:22.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:34:22.355Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:35:12.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:35:12.803Z||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-03-07T04:35:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:35:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:35:12.805Z||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-03-07T04:35:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:35:22.345Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:35:22.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:36:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:36:12.802Z||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-03-07T04:36:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:36:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:36:12.804Z||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-03-07T04:36:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:36:22.355Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:36:22.357Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:37:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:37:12.802Z||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-03-07T04:37:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:37:12.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:37:12.804Z||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-03-07T04:37:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:37:22.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:37:22.350Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:38:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:38:12.802Z||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-03-07T04:38:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:38:12.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:38:12.804Z||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-03-07T04:38:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:38:22.362Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:38:22.364Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:39:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:39:12.802Z||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-03-07T04:39:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:39:12.804Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:39:12.804Z||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-03-07T04:39:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:39:22.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:39:22.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:40:12.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:40:12.802Z||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-03-07T04:40:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:40:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:40:12.805Z|64e63a08-7cc1-471d-a276-1a45ec100176|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-03-07T04:40:12.805Z|64e63a08-7cc1-471d-a276-1a45ec100176|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:40:22.350Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:40:22.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:41:12.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:41:12.803Z||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-03-07T04:41:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:41:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:41:12.804Z||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-03-07T04:41:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:41:22.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:41:22.358Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:42:12.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:42:12.803Z||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-03-07T04:42:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:42:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:42:12.804Z||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-03-07T04:42:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:42:22.348Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:42:22.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:43:12.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:43:12.802Z||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-03-07T04:43:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:43:12.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:43:12.804Z||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-03-07T04:43:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:43:22.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:43:22.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:44:12.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:44:12.802Z||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-03-07T04:44:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:44:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:44:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|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-03-07T04:44:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:44:22.344Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:44:22.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:45:12.801Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:45:12.802Z||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-03-07T04:45:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:45:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:45:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|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-03-07T04:45:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:45:22.369Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:45:22.406Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:46:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:46:12.802Z||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-03-07T04:46:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:46:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:46:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|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-03-07T04:46:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:46:22.348Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:46:22.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:47:12.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:47:12.802Z||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-03-07T04:47:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:47:12.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:47:12.804Z||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-03-07T04:47:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:47:22.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:47:22.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:48:12.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:48:12.803Z||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-03-07T04:48:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:48:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:48:12.804Z||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-03-07T04:48:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:48:22.353Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:48:22.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:49:12.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:49:12.802Z||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-03-07T04:49:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:49:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:49:12.805Z||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-03-07T04:49:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:49:22.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:49:22.354Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:50:12.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:50:12.802Z||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-03-07T04:50:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:50:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:50:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|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-03-07T04:50:12.805Z|64e63a08-7cc1-471d-a276-1a45ec100176|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:50:22.346Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:50:22.349Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:51:12.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:51:12.802Z||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-03-07T04:51:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:51:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:51:12.804Z||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-03-07T04:51:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:51:22.363Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:51:22.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:52:12.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:52:12.802Z||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-03-07T04:52:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:52:12.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:52:12.804Z||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-03-07T04:52:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:52:22.348Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:52:22.357Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:53:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:53:12.802Z||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-03-07T04:53:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:53:12.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:53:12.804Z||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-03-07T04:53:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:53:22.386Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:53:22.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:54:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:54:12.802Z||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-03-07T04:54:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:54:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:54:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|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-03-07T04:54:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:54:22.361Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:54:22.362Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:55:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:55:12.803Z||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-03-07T04:55:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:55:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:55:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|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-03-07T04:55:12.804Z|64e63a08-7cc1-471d-a276-1a45ec100176|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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:55:22.367Z|64e63a08-7cc1-471d-a276-1a45ec100176|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:55:22.385Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:56:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:56:12.803Z||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-03-07T04:56:12.803Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:56:12.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:56:12.804Z||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-03-07T04:56:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:56:22.366Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:56:22.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:57:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:57:12.802Z||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-03-07T04:57:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:57:12.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:57:12.804Z||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-03-07T04:57:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:57:22.353Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:57:22.354Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:58:12.249Z||http-nio-8085-exec-5|||||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-03-07T04:58:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:58:12.802Z||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-03-07T04:58:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:58:12.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:58:12.804Z||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-03-07T04:58:12.804Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:58:22.356Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:58:22.358Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:59:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:59:12.802Z||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-03-07T04:59:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:59:12.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T04:59:12.804Z||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-03-07T04:59:12.805Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T04:59:22.364Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T04:59:22.364Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-07T05:00:12.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:00:12.802Z||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-03-07T05:00:12.802Z||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 y1Z0ANprRkFVttaa) ...
2022-03-07T05:00:12.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-07T05:00:12.805Z||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-03-07T05:00:12.805Z||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 y1Z0ANprRkFVttaa) ...