Results

By type

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

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

2022-06-08T10:45:50.408Z||main|||||INFO|500||The following profiles are active: basic
2022-06-08T10:46:04.120Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-08T10:46:04.121Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-08T10:46:04.265Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-08T10:46:09.439Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-08T10:46:09.929Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-08T10:46:10.501Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-08T10:46:10.510Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-08T10:46:10.648Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-08T10:46:10.956Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-08T10:46:11.612Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-08T10:46:13.406Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-08T10:46:16.033Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-08T10:46:16.102Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-08T10:46:16.735Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-08T10:46:16.995Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-08T10:46:18.264Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-08T10:46:19.520Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-08T10:46:19.539Z||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$$36dd570f.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-08T10:46:19.540Z||main|||||WARN|500||The sdc end point is not alive
2022-06-08T10:46:23.383Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-08T10:46:26.788Z||main|||||WARN|500||---
2022-06-08T10:46:26.789Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-08T10:46:26.789Z||main|||||WARN|500||---
2022-06-08T10:46:27.352Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-08T10:46:33.172Z||main|||||INFO|500||Started Application in 46.396 seconds (JVM running for 48.81)
2022-06-08T10:46:33.187Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-08T10:46:33.193Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-08T10:46:33.212Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-08T10:46:33.244Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-08T10:46:33.296Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a215d208-152d-42bf-9b15-3ce161de75b7 url= /sdc/v1/artifactTypes
2022-06-08T10:46:33.296Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-08T10:46:33.615Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-08T10:46:33.649Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-08T10:46:33.677Z||scheduling-1|||||DEBUG|500||create keys
2022-06-08T10:46:33.685Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-08T10:46:33.763Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:46:33.781Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 209a86a7-6987-4821-965b-07aa75a1ca37 url= /sdc/v1/registerForDistribution
2022-06-08T10:46:33.974Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 209a86a7-6987-4821-965b-07aa75a1ca37 url= /sdc/v1/registerForDistribution
2022-06-08T10:46:33.975Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-08T10:46:33.990Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:46:33.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:46:33.999Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-08T10:46:34.007Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:46:34.008Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:46:34.018Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:46:34.023Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:46:44.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:46:44.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:47:33.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:47:33.984Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:47:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:47:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:47:33.985Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:47:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:47:43.565Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:47:43.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:48:33.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:48:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:48:33.985Z||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-06-08T10:48:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:48:33.987Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:48:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:48:43.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:48:43.625Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:49:33.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:49:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:49:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:49:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:49:33.987Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:49:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:49:43.582Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:49:43.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:50:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:50:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:50:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:50:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:50:33.985Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:50:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:50:43.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:50:43.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:51:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:51:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:51:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:51:33.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:51:33.985Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:51:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:51:43.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:51:43.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:52:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:52:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:52:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:52:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:52:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:52:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:52:43.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:52:43.555Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:53:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:53:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:53:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:53:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:53:33.986Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:53:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:53:43.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:53:43.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:54:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:54:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:54:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:54:33.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:54:33.985Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:54:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:54:43.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:54:43.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:55:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:55:33.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:55:33.985Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:55:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:55:33.986Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:55:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:55:43.552Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:55:43.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:56:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:56:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:56:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:56:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:56:33.986Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:56:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:56:35.305Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-08T10:56:43.550Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:56:43.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:57:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:57:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:57:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:57:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:57:33.985Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:57:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:57:43.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:57:43.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:58:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:58:33.984Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:58:33.985Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:58:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:58:33.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:58:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:58:43.544Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:58:43.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:59:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:59:33.984Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:59:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T10:59:33.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T10:59:33.986Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T10:59:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T10:59:43.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T10:59:43.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:00:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:00:33.984Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:00:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:00:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:00:33.985Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:00:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:00:43.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:00:43.602Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:01:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:01:33.984Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:01:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:01:33.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:01:33.985Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:01:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:01:43.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:01:43.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:02:33.984Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:02:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:02:33.988Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:02:33.988Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:02:33.989Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:02:33.989Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:02:43.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:02:43.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:03:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:03:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:03:33.985Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:03:33.985Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:03:33.986Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:03:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:03:43.538Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:03:43.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:04:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:04:33.984Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:04:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:04:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:04:33.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:04:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:04:43.566Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:04:43.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:05:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:05:33.984Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:05:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:05:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:05:33.985Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:05:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:05:43.559Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:05:43.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:06:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:06:33.983Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:06:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:06:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:06:33.985Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:06:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:06:43.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:06:43.563Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:07:33.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:07:33.983Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:07:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:07:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:07:33.985Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:07:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:07:43.543Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:07:43.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:08:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:08:33.983Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:08:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:08:33.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:08:33.985Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:08:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:08:43.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:08:43.543Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:09:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:09:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:09:33.985Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:09:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:09:33.985Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:09:33.986Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:09:43.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:09:43.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:10:33.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:10:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:10:33.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:10:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:10:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:10:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:10:43.555Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:10:43.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:11:33.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:11:33.984Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:11:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:11:33.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:11:33.985Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:11:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:11:43.538Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:11:43.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:12:33.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:12:33.984Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:12:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:12:33.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:12:33.985Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:12:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:12:43.545Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:12:43.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:13:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:13:33.984Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:13:33.984Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:13:33.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:13:33.986Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:13:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:13:43.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:13:43.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:14:33.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:14:33.983Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:14:33.983Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:14:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:14:33.985Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:14:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:14:43.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:14:43.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:15:33.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:15:33.983Z||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-06-08T11:15:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:15:33.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:15:33.985Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:15:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:15:43.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:15:43.552Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:16:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:16:33.984Z||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-06-08T11:16:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:16:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:16:33.985Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:16:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:16:43.547Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:16:43.547Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:17:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:17:33.985Z||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-06-08T11:17:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:17:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:17:33.985Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:17:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:17:43.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:17:43.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:18:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:18:33.984Z||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-06-08T11:18:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:18:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:18:33.985Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:18:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:18:43.572Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:18:43.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:19:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:19:33.984Z||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-06-08T11:19:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:19:33.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:19:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:19:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:19:43.547Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:19:43.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:20:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:20:33.984Z||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-06-08T11:20:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:20:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:20:33.985Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:20:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:20:43.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:20:43.547Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:21:33.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:21:33.983Z||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-06-08T11:21:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:21:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:21:33.985Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:21:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:21:43.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:21:43.539Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:22:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:22:33.984Z||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-06-08T11:22:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:22:33.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:22:33.985Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:22:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:22:43.537Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:22:43.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:23:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:23:33.984Z||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-06-08T11:23:33.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:23:33.985Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:23:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:23:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:23:43.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:23:43.585Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:24:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:24:33.984Z||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-06-08T11:24:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:24:33.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:24:33.985Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:24:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:24:43.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:24:43.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:25:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:25:33.984Z||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-06-08T11:25:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:25:33.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:25:33.985Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:25:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:25:43.547Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:25:43.547Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:26:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:26:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:26:33.986Z||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-06-08T11:26:33.986Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:26:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:26:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:26:43.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:26:43.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:27:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:27:33.984Z||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-06-08T11:27:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:27:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:27:33.985Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:27:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:27:43.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:27:43.545Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:28:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:28:33.984Z||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-06-08T11:28:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:28:33.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:28:33.986Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:28:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:28:43.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:28:43.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:29:33.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:29:33.984Z||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-06-08T11:29:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:29:33.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:29:33.986Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:29:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:29:43.546Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:29:43.547Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:30:33.982Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:30:33.983Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:30:33.983Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:30:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:30:33.985Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:30:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:30:43.582Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:30:43.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:31:33.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:31:33.984Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:31:33.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:31:33.987Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:31:33.987Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:31:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:31:43.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:31:43.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:33.982Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:32:33.983Z||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-06-08T11:32:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:33.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:32:33.986Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:32:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:34.642Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:34.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"093fe33c-ee5a-463c-8779-9f75cd0cca19","serviceName":"vFW 2022-06-08 11-30-26","serviceVersion":"1.0","serviceUUID":"8309deae-e228-48d6-a916-3084b9016263","serviceDescription":"catalog service description","serviceInvariantUUID":"920e4c70-4606-4255-84ef-094a4c34acfd","resources":[{"resourceInstanceName":"vFW 85565712-a115 0","resourceName":"vFW 85565712-a115","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b91e807a-8799-4512-ae28-2d9575d4b614","resourceInvariantUUID":"21275e06-73f3-46ed-936e-8bea257ca310","resourceCustomizationUUID":"ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml","artifactChecksum":"ZGM0MTgxZDUxYzYxNjU2ODQwNWU5Njk0NWYyZDhlNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1aacc60-1c7d-4f66-9e2f-9cc8f24b02bd","artifactVersion":"1"},{"artifactName":"vfw85565712a1150_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json","artifactChecksum":"ZWY5Nzg4NTM0YzlhODE4NzIxNDJhMjAwODVlNmVhMWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a8416d-7104-444b-b5a0-f5703edbc7b9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0668f483-71e6-4115-a062-9223fa022528","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml","artifactChecksum":"MmIyZTlmYWJiNzNiMzM4MTBhZDQ0OTE2NzI0YWQyYmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6ddf7e3-db3d-4153-91eb-47bfe990bd55","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3d186abc-d4a3-4987-92f5-d34f952604c3","artifactVersion":"2","generatedFromUUID":"0668f483-71e6-4115-a062-9223fa022528"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220608113026-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml","artifactChecksum":"ZmUzM2EwOThlZjQyNjIwNWY3YTU5Y2QzNTdiZTE0MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c77e4ac-325f-4b0c-818e-26718aa15148","artifactVersion":"1"},{"artifactName":"service-Vfw20220608113026-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar","artifactChecksum":"MGMxNTUxM2E3YjBiYTZkYmNkYjRmMTY5ZWU3ZjJlYmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3c93817-2d3d-4aa3-b103-4049938ab960","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T11:32:34.659Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:34.666Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:34.682Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:34.682Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.692Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:34.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "cds",
  "timestamp": 1654687912077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "clamp",
  "timestamp": 1654687912194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687912807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "policy-id",
  "timestamp": 1654687914780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "cds",
  "timestamp": 1654687912077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "clamp",
  "timestamp": 1654687912194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687912807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "policy-id",
  "timestamp": 1654687914780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "cds",
  "timestamp": 1654687912077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "clamp",
  "timestamp": 1654687912194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687912807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "policy-id",
  "timestamp": 1654687914780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:32:34.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "cds",
  "timestamp": 1654687912077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "clamp",
  "timestamp": 1654687912194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687912807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "policy-id",
  "timestamp": 1654687914780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "cds",
  "timestamp": 1654687912077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "clamp",
  "timestamp": 1654687912194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687912807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687917919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "policy-id",
  "timestamp": 1654687914780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "cds",
  "timestamp": 1654687912077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "clamp",
  "timestamp": 1654687912194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687912807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687917919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "policy-id",
  "timestamp": 1654687914780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "cds",
  "timestamp": 1654687912077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:32:34.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "clamp",
  "timestamp": 1654687912194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:32:34.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687912807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:32:34.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687917919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "policy-id",
  "timestamp": 1654687914780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:32:34.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "cds",
  "timestamp": 1654687921188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:32:34.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:34.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687921247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:32:34.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:34.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687917919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:34.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:34.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "policy-id",
  "timestamp": 1654687922689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:32:34.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:34.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:34.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "cds",
  "timestamp": 1654687922206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-08T11:32:34.782Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-08T11:32:34.786Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:34.786Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:34.804Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:34.806Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:32:34.969Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 093fe33c-ee5a-463c-8779-9f75cd0cca19
2022-06-08T11:32:34.995Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093fe33c-ee5a-463c-8779-9f75cd0cca19 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:32:35.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687922340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:32:35.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687917919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "policy-id",
  "timestamp": 1654687923698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:32:35.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687923464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:32:35.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687917919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "policy-id",
  "timestamp": 1654687924703,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:32:35.044Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093fe33c-ee5a-463c-8779-9f75cd0cca19
2022-06-08T11:32:35.045Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093fe33c-ee5a-463c-8779-9f75cd0cca19 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:32:35.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687917919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687924591,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:32:35.066Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093fe33c-ee5a-463c-8779-9f75cd0cca19
2022-06-08T11:32:35.066Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093fe33c-ee5a-463c-8779-9f75cd0cca19 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-08T11:32:35.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687925597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687931883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687931883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687931883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "aai-ml",
  "timestamp": 1654687933960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687931883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "clamp",
  "timestamp": 1654687936023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "aai-ml",
  "timestamp": 1654687933960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687931883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "aai-ml",
  "timestamp": 1654687933960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687931883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "clamp",
  "timestamp": 1654687938031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "aai-ml",
  "timestamp": 1654687933960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "clamp",
  "timestamp": 1654687939036,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:32:35.094Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 093fe33c-ee5a-463c-8779-9f75cd0cca19
2022-06-08T11:32:35.095Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093fe33c-ee5a-463c-8779-9f75cd0cca19 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:32:35.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687931883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:32:35.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "aai-ml",
  "timestamp": 1654687933960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "aai-ml",
  "timestamp": 1654687933960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687939938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "aai-ml",
  "timestamp": 1654687933960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:32:35.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "aai-ml",
  "timestamp": 1654687941922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:32:35.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687948539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:32:35.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:32:35.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687949552,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:32:35.113Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 093fe33c-ee5a-463c-8779-9f75cd0cca19
2022-06-08T11:32:35.113Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093fe33c-ee5a-463c-8779-9f75cd0cca19 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:32:35.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "cds",
  "timestamp": 1654687942077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "cds",
  "timestamp": 1654687942077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "cds",
  "timestamp": 1654687942077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687952807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:35.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:32:35.690Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:35.691Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:35.693Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:35.693Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:32:35.793Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:35.794Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:35.795Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:35.813Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:35.814Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:32:36.694Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:36.695Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:36.697Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:36.697Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:32:36.798Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T11:32:36.799Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:36.799Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:36.826Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:36.826Z||pool-5-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:37.698Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:37.699Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:37.701Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:37.701Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:37.801Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:37.802Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:37.803Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:37.826Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:37.827Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:38.702Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:38.703Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:38.706Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:38.707Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-08T11:32:38.807Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:32:38.808Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:38.808Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:38.849Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:38.850Z||pool-7-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:39.707Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:39.708Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:39.711Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:39.711Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:32:39.811Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:39.812Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:39.813Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:39.831Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:39.832Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:32:40.711Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:32:40.713Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:40.715Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:40.716Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:32:40.816Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:40.817Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:40.817Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:40.833Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:40.833Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:41.718Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "serviceName": "vFW 2022-06-08 11-30-26",
  "serviceVersion": "1.0",
  "serviceUUID": "8309deae-e228-48d6-a916-3084b9016263",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "920e4c70-4606-4255-84ef-094a4c34acfd",
  "resources": [
    {
      "resourceInstanceName": "vFW 85565712-a115 0",
      "resourceCustomizationUUID": "ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf",
      "resourceName": "vFW 85565712-a115",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b91e807a-8799-4512-ae28-2d9575d4b614",
      "resourceInvariantUUID": "21275e06-73f3-46ed-936e-8bea257ca310",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw85565712a1150_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
          "artifactChecksum": "ZWY5Nzg4NTM0YzlhODE4NzIxNDJhMjAwODVlNmVhMWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40a8416d-7104-444b-b5a0-f5703edbc7b9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0668f483-71e6-4115-a062-9223fa022528",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3d186abc-d4a3-4987-92f5-d34f952604c3",
            "generatedFromUUID": "0668f483-71e6-4115-a062-9223fa022528"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3d186abc-d4a3-4987-92f5-d34f952604c3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220608113026-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
      "artifactChecksum": "MGMxNTUxM2E3YjBiYTZkYmNkYjRmMTY5ZWU3ZjJlYmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e3c93817-2d3d-4aa3-b103-4049938ab960"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T11:32:41.719Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T11:32:41.720Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8309deae-e228-48d6-a916-3084b9016263 ASDC
2022-06-08T11:32:41.871Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:093fe33c-ee5a-463c-8779-9f75cd0cca19
ServiceName:vFW 2022-06-08 11-30-26
ServiceVersion:1.0
ServiceUUID:8309deae-e228-48d6-a916-3084b9016263
ServiceInvariantUUID:920e4c70-4606-4255-84ef-094a4c34acfd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220608113026-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar
ArtifactUUID:e3c93817-2d3d-4aa3-b103-4049938ab960
ArtifactChecksum:MGMxNTUxM2E3YjBiYTZkYmNkYjRmMTY5ZWU3ZjJlYmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 85565712-a115 0
ResourceCustomizationUUID:ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf
ResourceInvariantUUID:21275e06-73f3-46ed-936e-8bea257ca310
ResourceName:vFW 85565712-a115
ResourceType:VF
ResourceUUID:b91e807a-8799-4512-ae28-2d9575d4b614
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw85565712a1150_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json
ArtifactUUID:40a8416d-7104-444b-b5a0-f5703edbc7b9
ArtifactChecksum:ZWY5Nzg4NTM0YzlhODE4NzIxNDJhMjAwODVlNmVhMWY=
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/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml
ArtifactUUID:0668f483-71e6-4115-a062-9223fa022528
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/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env
ArtifactUUID:3d186abc-d4a3-4987-92f5-d34f952604c3
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/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env
ArtifactUUID:3d186abc-d4a3-4987-92f5-d34f952604c3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-08T11:32:41.872Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8309deae-e228-48d6-a916-3084b9016263 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T11:32:41.932Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:32:41.934Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T11:32:41.936Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T11:32:41.937Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e3c93817-2d3d-4aa3-b103-4049938ab960 from URL: /sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:41.937Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:32:41.943Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:42.085Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:32:42.102Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar e3c93817-2d3d-4aa3-b103-4049938ab960 99092
2022-06-08T11:32:42.105Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar ASDC sendASDCNotification
2022-06-08T11:32:42.105Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:42.106Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:32:42.107Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:42.109Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:42.109Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687962103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:32:42.210Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:42.211Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:42.211Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:42.233Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:42.233Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:32:43.110Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:32:43.111Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T11:32:43.112Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e3c93817-2d3d-4aa3-b103-4049938ab960, URL: /sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar to file: /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:43.113Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220608113026-csar.csar
2022-06-08T11:32:43.191Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:43.191Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:43.801Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10623886363495639472/Definitions/service-Vfw20220608113026-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-08T11:32:46.362Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T11:32:46.367Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T11:32:46.367Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.367Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-08T11:32:46.367Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.368Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.369Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.369Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 85565712-a115 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-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.369Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:46.369Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T11:32:46.375Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.377Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.381Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:46.381Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T11:32:46.383Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:32:46.384Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.384Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.384Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:46.385Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T11:32:46.385Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:32:46.385Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.385Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.389Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.405Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:46.405Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:46.406Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:46.406Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T11:32:46.406Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.406Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.406Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T11:32:46.406Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.407Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T11:32:46.407Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T11:32:46.407Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.407Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.407Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T11:32:46.408Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.408Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T11:32:46.408Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.408Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T11:32:46.408Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.409Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T11:32:46.411Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.411Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:46.411Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:46.411Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.412Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:46.412Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:46.412Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.412Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:46.412Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:46.413Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.413Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:46.413Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:46.413Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:46.413Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-08T11:32:46.414Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T11:32:46.414Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T11:32:46.414Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.414Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.414Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T11:32:46.414Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.415Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T11:32:46.415Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.415Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93e45835-1ddd-4946-917a-f15900490177
2022-06-08T11:32:46.415Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.415Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:46.416Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:46.416Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:46.416Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T11:32:46.416Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.416Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.416Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T11:32:46.417Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.417Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-08T11:32:46.417Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T11:32:46.417Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.417Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T11:32:46.417Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.418Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=068abdb3-c431-4908-a3b5-c5cf63ddc5b5
2022-06-08T11:32:46.418Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.418Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:46.418Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:46.418Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T11:32:46.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T11:32:46.420Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:46.420Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:46.420Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-08T11:32:46.420Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6433cf76-4e01-461b-8ca6-fae204a9761c
2022-06-08T11:32:46.420Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.420Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.421Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.421Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.421Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.421Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.421Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:46.421Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:46.422Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-08 11-30-26
Description:catalog service description
Model UUID:8309deae-e228-48d6-a916-3084b9016263
Model Version:NULL
Model InvariantUuid:920e4c70-4606-4255-84ef-094a4c34acfd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 85565712-a115
Model UUID:c7521537-9dbe-46ef-967b-f17259fa51a4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:21275e06-73f3-46ed-936e-8bea257ca310
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f973d082-af81-48ec-84d4-1d58c12f3c13
ModelName:Vfw85565712A115..base_vfw..module-0
ModelUuid:838b2ae4-e61e-43d3-b199-a9e12cf3ef5d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93e45835-1ddd-4946-917a-f15900490177
ModelInvariantUuid:23c93270-3770-4d70-bf8e-3a4878d2c842
ModelName:vFW 85565712-a115-nodes.vfwCvfc
ModelUuid:72081f23-585b-4b4e-b569-8091153d8839
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:29c6e799-6b58-4dee-8966-c5dd55ff229f
ModelInvariantUuid:5a6dd8fe-92a8-404d-9e67-130732117257
ModelName:Vfw85565712A115.compute.nodes.heat.vfw
ModelUuid:d7576681-a006-4d8e-86d5-8f22fed59509
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:068abdb3-c431-4908-a3b5-c5cf63ddc5b5
ModelInvariantUuid:1d853398-a7c5-4032-9534-beac7b8c3066
ModelName:vFW 85565712-a115-nodes.vsnCvfc
ModelUuid:49b8b1b7-ddc2-4760-98d1-3b55b902d07b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:2a892123-e4fd-461b-8c55-590455839a69
ModelInvariantUuid:7f3ba380-52ce-4430-9b00-d4bd22b32dd3
ModelName:Vfw85565712A115.compute.nodes.heat.vsn
ModelUuid:83a32e69-7502-433f-9808-f84335d86723
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6433cf76-4e01-461b-8ca6-fae204a9761c
ModelInvariantUuid:8f914d04-d4d8-49c7-a96b-26dbbfd99d0d
ModelName:vFW 85565712-a115-nodes.vpgCvfc
ModelUuid:400a85df-a2bb-4ef9-9f23-48a0356b3365
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3c58bd28-9d50-4f5a-9906-9a2ebe01d854
ModelInvariantUuid:ffab6eea-4b9e-47cb-8049-6413814b17aa
ModelName:Vfw85565712A115.compute.nodes.heat.vpg
ModelUuid:6c7c2b75-9b07-4f06-9fa1-f0200a9b7834
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-08T11:32:46.438Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b91e807a-8799-4512-ae28-2d9575d4b614
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:32:46.551Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||vFW 85565712-a115 0
2022-06-08T11:32:46.559Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b91e807a-8799-4512-ae28-2d9575d4b614
2022-06-08T11:32:46.559Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 40a8416d-7104-444b-b5a0-f5703edbc7b9 from URL: /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json
2022-06-08T11:32:46.559Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:32:46.560Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json
2022-06-08T11:32:46.658Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:32:46.658Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json 40a8416d-7104-444b-b5a0-f5703edbc7b9 785
2022-06-08T11:32:46.659Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json ASDC sendASDCNotification
2022-06-08T11:32:46.659Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json
2022-06-08T11:32:46.659Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:32:46.659Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:46.662Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:46.662Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687966659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:32:46.763Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:46.764Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:46.764Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:46.780Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:46.781Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:47.664Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw85565712A115..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f973d082-af81-48ec-84d4-1d58c12f3c13",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "838b2ae4-e61e-43d3-b199-a9e12cf3ef5d",
    "vfModuleModelCustomizationUUID": "a086c507-5417-42dd-ac61-6ce1ca8b1489",
    "isBase": true,
    "artifacts": [
      "0668f483-71e6-4115-a062-9223fa022528",
      "3d186abc-d4a3-4987-92f5-d34f952604c3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T11:32:47.679Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw85565712A115..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:838b2ae4-e61e-43d3-b199-a9e12cf3ef5d
VfModuleModelInvariantUUID:f973d082-af81-48ec-84d4-1d58c12f3c13
VfModuleModelDescription:NULL
Artifacts UUID List:{
0668f483-71e6-4115-a062-9223fa022528
,
3d186abc-d4a3-4987-92f5-d34f952604c3

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

isBase:true


}

2022-06-08T11:32:47.684Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw85565712A115..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f973d082-af81-48ec-84d4-1d58c12f3c13",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "838b2ae4-e61e-43d3-b199-a9e12cf3ef5d",
    "vfModuleModelCustomizationUUID": "a086c507-5417-42dd-ac61-6ce1ca8b1489",
    "isBase": true,
    "artifacts": [
      "0668f483-71e6-4115-a062-9223fa022528",
      "3d186abc-d4a3-4987-92f5-d34f952604c3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T11:32:47.684Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw85565712A115..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:838b2ae4-e61e-43d3-b199-a9e12cf3ef5d
VfModuleModelInvariantUUID:f973d082-af81-48ec-84d4-1d58c12f3c13
VfModuleModelDescription:NULL
Artifacts UUID List:{
0668f483-71e6-4115-a062-9223fa022528
,
3d186abc-d4a3-4987-92f5-d34f952604c3

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

isBase:true


}

2022-06-08T11:32:47.684Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0668f483-71e6-4115-a062-9223fa022528 from URL: /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml
2022-06-08T11:32:47.684Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:32:47.685Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml
2022-06-08T11:32:47.800Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:32:47.801Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml 0668f483-71e6-4115-a062-9223fa022528 20368
2022-06-08T11:32:47.801Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-08T11:32:47.801Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml
2022-06-08T11:32:47.801Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:32:47.802Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:47.804Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:47.804Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687967801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:32:47.904Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:47.905Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:47.906Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:47.928Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:47.929Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:32:48.806Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3d186abc-d4a3-4987-92f5-d34f952604c3 from URL: /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env
2022-06-08T11:32:48.806Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:32:48.807Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env
2022-06-08T11:32:48.915Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:32:48.915Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env 3d186abc-d4a3-4987-92f5-d34f952604c3 2098
2022-06-08T11:32:48.916Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-08T11:32:48.916Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env
2022-06-08T11:32:48.916Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:32:48.916Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:48.920Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:48.920Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687968916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:32:49.020Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:49.021Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:49.021Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:49.037Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:49.038Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:49.921Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8309deae-e228-48d6-a916-3084b9016263
2022-06-08T11:32:49.921Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 85565712-a115 0 b91e807a-8799-4512-ae28-2d9575d4b614 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:32:49.982Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29f3dc89, org.onap.sdc.toscaparser.api.parameters.Input@6532997b, org.onap.sdc.toscaparser.api.parameters.Input@7439ae43, org.onap.sdc.toscaparser.api.parameters.Input@280cf331, org.onap.sdc.toscaparser.api.parameters.Input@1fac652d]
2022-06-08T11:32:49.986Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:49.986Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:49.987Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-08T11:32:49.987Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf
2022-06-08T11:32:49.987Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf matches Tosca VF Customization UUID: ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf
2022-06-08T11:32:49.987Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-08T11:32:49.998Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:49.999Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.001Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-08T11:32:50.001Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fecf353
2022-06-08T11:32:50.001Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.001Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T11:32:50.002Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a086c507-5417-42dd-ac61-6ce1ca8b1489
2022-06-08T11:32:50.003Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a086c507-5417-42dd-ac61-6ce1ca8b1489
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-08T11:32:50.011Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.011Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:50.012Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:50.013Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.013Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:50.013Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:50.013Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.014Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:50.014Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:50.014Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:50.014Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-08T11:32:50.014Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T11:32:50.015Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T11:32:50.015Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.015Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:50.015Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T11:32:50.015Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:50.015Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T11:32:50.016Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.016Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93e45835-1ddd-4946-917a-f15900490177
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-08T11:32:50.032Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.033Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:50.033Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:50.033Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.034Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:50.034Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:50.034Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:50.034Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T11:32:50.035Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.035Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:50.035Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T11:32:50.035Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.035Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-08T11:32:50.036Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T11:32:50.036Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:50.036Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T11:32:50.036Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.036Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=068abdb3-c431-4908-a3b5-c5cf63ddc5b5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-08T11:32:50.039Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.039Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:50.040Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:50.042Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.043Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is not matching search criteria
2022-06-08T11:32:50.043Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T11:32:50.043Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T11:32:50.043Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T11:32:50.043Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.044Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:50.044Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T11:32:50.044Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.044Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T11:32:50.045Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T11:32:50.045Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T11:32:50.045Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T11:32:50.045Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-08T11:32:50.045Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6433cf76-4e01-461b-8ca6-fae204a9761c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-08T11:32:50.048Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.048Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:50.048Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:32:50.048Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.048Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Node template vFW 85565712-a115 0 is matching search criteria
2022-06-08T11:32:50.049Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 85565712-a115 0] matching following query criteria: sdcType=VF, customizationUUID=ed5e1ce2-d9ae-48ac-93e8-aa9d639bdcdf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:32:50.050Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.051Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.051Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8309deae-e228-48d6-a916-3084b9016263: vFW 85565712-a115
2022-06-08T11:32:50.051Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.051Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.052Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.052Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.052Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.052Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.052Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.052Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.053Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:32:50.053Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 11-30-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:32:50.053Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-08 11-30-26 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:32:50.379Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 85565712-a115 b91e807a-8799-4512-ae28-2d9575d4b614 1 ASDC deployResourceStructure
2022-06-08T11:32:50.380Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json ASDC sendASDCNotification
2022-06-08T11:32:50.380Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json
2022-06-08T11:32:50.380Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:32:50.381Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:50.383Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:50.383Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687970380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T11:32:50.483Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:32:50.485Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:50.485Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:50.505Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:50.506Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:51.384Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-08T11:32:51.385Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml
2022-06-08T11:32:51.385Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:32:51.386Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:51.388Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:51.388Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687971384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T11:32:51.488Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:51.490Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:51.490Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:51.518Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:51.519Z||pool-15-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:52.389Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-08T11:32:52.390Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env
2022-06-08T11:32:52.390Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:32:52.391Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:52.393Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:52.394Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687972389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-08T11:32:52.494Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:32:52.495Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:52.495Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:52.533Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:52.533Z||pool-16-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:53.395Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar ASDC sendASDCNotification
2022-06-08T11:32:53.395Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar
2022-06-08T11:32:53.395Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:32:53.396Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:32:53.398Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:32:53.398Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687973394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:32:53.498Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:32:53.499Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:32:53.500Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:32:53.536Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:32:53.537Z||pool-17-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:32:54.400Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:32:54.419Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:32:54.423Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:32:54.424Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:32:54.424Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:33:24.424Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:33:24.457Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:33:24.461Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:33:24.461Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:33:24.461Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:33:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:33:33.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:33:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:33:34.129Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:33:34.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:33:34.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "cds",
  "timestamp": 1654687942077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:33:34.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:33:54.461Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:33:54.475Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:33:54.479Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:33:54.479Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:33:54.479Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:34:24.479Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:34:24.506Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:34:24.511Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:34:24.512Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:34:24.512Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:34:33.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:34:33.989Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:34:33.989Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:34:34.539Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:34:34.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687952807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "policy-id",
  "timestamp": 1654687954780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "cds",
  "timestamp": 1654687942077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687952807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "policy-id",
  "timestamp": 1654687954780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "cds",
  "timestamp": 1654687942077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687952807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "policy-id",
  "timestamp": 1654687954780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "cds",
  "timestamp": 1654687942077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687952807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "policy-id",
  "timestamp": 1654687954780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687957919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687952807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "cds",
  "timestamp": 1654687958630,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "policy-id",
  "timestamp": 1654687954780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "aai-ml",
  "timestamp": 1654687960031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:34:34.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687957919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687952807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "cds",
  "timestamp": 1654687959635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:34:34.574Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6cda52e6-8642-45a6-914d-b696fa138387
2022-06-08T11:34:34.575Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cda52e6-8642-45a6-914d-b696fa138387 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:34:34.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "policy-id",
  "timestamp": 1654687954780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "aai-ml",
  "timestamp": 1654687961040,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:34:34.591Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 093fe33c-ee5a-463c-8779-9f75cd0cca19
2022-06-08T11:34:34.591Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093fe33c-ee5a-463c-8779-9f75cd0cca19 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:34:34.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687957919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687960565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "policy-id",
  "timestamp": 1654687954780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687957919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687961640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687961881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "policy-id",
  "timestamp": 1654687962571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687962103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687957919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687961881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687962696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "policy-id",
  "timestamp": 1654687963575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:34:34.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687957919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687961881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687963729,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:34:34.627Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cda52e6-8642-45a6-914d-b696fa138387
2022-06-08T11:34:34.628Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cda52e6-8642-45a6-914d-b696fa138387 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:34:34.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "aai-ml",
  "timestamp": 1654687963960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "policy-id",
  "timestamp": 1654687964592,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:34:34.650Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cda52e6-8642-45a6-914d-b696fa138387
2022-06-08T11:34:34.650Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cda52e6-8642-45a6-914d-b696fa138387 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-08T11:34:34.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654687957919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687961881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654687964732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T11:34:34.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "aai-ml",
  "timestamp": 1654687963960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687961881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "aai-ml",
  "timestamp": 1654687963960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687966659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687961881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "aai-ml",
  "timestamp": 1654687963960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687967801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687961881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "aai-ml",
  "timestamp": 1654687963960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "aai-ml",
  "timestamp": 1654687963960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687968916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687969699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "aai-ml",
  "timestamp": 1654687963960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687970380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/vfw85565712a1150_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T11:34:34.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "aai-ml",
  "timestamp": 1654687971814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687971384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T11:34:34.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "clamp",
  "timestamp": 1654687972192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687973108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:34:34.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687972389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/resourceInstances/vfw85565712a1150/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-08T11:34:34.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "clamp",
  "timestamp": 1654687972192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654687974118,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:34:34.683Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6cda52e6-8642-45a6-914d-b696fa138387
2022-06-08T11:34:34.684Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cda52e6-8642-45a6-914d-b696fa138387 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:34:34.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687973394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220608113026/1.0/artifacts/service-Vfw20220608113026-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:34:34.694Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "clamp",
  "timestamp": 1654687972192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "clamp",
  "timestamp": 1654687972192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "clamp",
  "timestamp": 1654687972192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "clamp",
  "timestamp": 1654687972192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:34:34.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "clamp",
  "timestamp": 1654687972192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:34:34.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:34:34.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "aai-ml",
  "timestamp": 1654687980447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:34:34.697Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "aai-ml",
  "timestamp": 1654687981453,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:34:34.710Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6cda52e6-8642-45a6-914d-b696fa138387
2022-06-08T11:34:34.711Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cda52e6-8642-45a6-914d-b696fa138387 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:34:34.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "clamp",
  "timestamp": 1654687992024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:34:34.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "clamp",
  "timestamp": 1654687994033,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:34:34.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:34:34.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:34:34.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "clamp",
  "timestamp": 1654687995036,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:34:34.728Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6cda52e6-8642-45a6-914d-b696fa138387
2022-06-08T11:34:34.729Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cda52e6-8642-45a6-914d-b696fa138387 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:34:54.512Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:34:54.531Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:34:54.534Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:34:54.535Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T11:34:54.535Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T11:34:54.535Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T11:34:54.535Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:34:54.536Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:34:54.536Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:34:54.536Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:34:54.536Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:34:54.536Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:34:54.537Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:34:54.545Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T11:35:24.546Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-08T11:35:24.561Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 093fe33c-ee5a-463c-8779-9f75cd0cca19 and serviceModelVersionId: 8309deae-e228-48d6-a916-3084b9016263
2022-06-08T11:35:24.561Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 920e4c70-4606-4255-84ef-094a4c34acfd
2022-06-08T11:35:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:35:33.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:35:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:40.093Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0
2022-06-08T11:35:40.250Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T11:35:40.832Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0|INFO|500||Invoke
2022-06-08T11:35:40.841Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[093fe33c-ee5a-463c-8779-9f75cd0cca19], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3fa9f18-4c73-4db2-a272-785ae6c0b129], X-ECOMP-RequestID=[093fe33c-ee5a-463c-8779-9f75cd0cca19], X-TransactionId=[], X-ONAP-RequestID=[093fe33c-ee5a-463c-8779-9f75cd0cca19], Content-Type=[application/merge-patch+json]}
2022-06-08T11:35:40.972Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T11:35:41.182Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?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/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220608-11:35:42:090-73596], vertex-id=[176192], Content-Length=[0], Date=[Wed, 08 Jun 2022 11:35:42 GMT], Content-Type=[application/json]}
2022-06-08T11:35:41.185Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-08T11:35:41.186Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920e4c70-4606-4255-84ef-094a4c34acfd/model-vers/model-ver/8309deae-e228-48d6-a916-3084b9016263?depth=0|INFO|500||InvokeReturn
2022-06-08T11:35:41.190Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T11:35:41.191Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:35:41.197Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T11:35:41.198Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 093fe33c-ee5a-463c-8779-9f75cd0cca19 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T11:35:41.199Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T11:35:41.200Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:41.202Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:41.203Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688141198,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:35:41.303Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:35:41.304Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:41.304Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:41.322Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:41.323Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:41.941Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:41.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:35:41.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093fe33c-ee5a-463c-8779-9f75cd0cca19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688141198,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:35:41.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T11:35:42.216Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-08T11:35:42.216Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6cda52e6-8642-45a6-914d-b696fa138387","serviceName":"basic_onboard_mKJkWZ","serviceVersion":"1.0","serviceUUID":"76db8190-1d6a-46d2-895a-bcd0ad15af53","serviceDescription":"service","serviceInvariantUUID":"2bc59bbe-d3f2-48cb-8e60-39a9202c52dd","resources":[{"resourceInstanceName":"basic_onboard_mKJkWZ 0","resourceName":"basic_onboard_mKJkWZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"188e9856-60e1-4d9e-8bab-f4632bad8a94","resourceInvariantUUID":"49d9a6b7-7a1c-4084-8cbe-92a9b1a058f0","resourceCustomizationUUID":"a682901d-145e-4289-9397-2d07a8d10952","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml","artifactChecksum":"YmFjNGUyNjIyYWQ5MWNjZDAxMTFkNTBhZGIxYzE5YTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7b5596d-4779-484d-8705-a533c0770b91","artifactVersion":"1"},{"artifactName":"basic_onboard_mkjkwz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json","artifactChecksum":"Yzg4Mjk0M2E5NzMwYTYyMzY0MmRkYjQ2YWE4OGY0ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6bf3e52a-a6ab-4396-b436-e26bf0845f25","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8210aa7f-d73e-4a41-ac35-c12469a1fa19","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"07e18fc3-e55c-4e67-ac05-a03bd43f8501","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"874519a1-17ad-4f5d-adc5-059cfa5d5ebe","artifactVersion":"2","generatedFromUUID":"8210aa7f-d73e-4a41-ac35-c12469a1fa19"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMkjkwz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml","artifactChecksum":"MzM3NDk2ZDYwZGFlOWU1NDNiN2RhODcwYjQzNzg5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faa5374d-ae0c-415f-8b0d-adc7721db13d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMkjkwz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar","artifactChecksum":"OWQ4OTBmNWFhOTJiZDUxYTA4YmZkNTY5ZDQ3N2QzMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86d45ba6-4622-4c8a-8246-6c2a5a99f838","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T11:35:42.217Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:42.217Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:42.219Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:42.219Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:35:42.320Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T11:35:42.321Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:42.321Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:42.346Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:42.347Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:43.220Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:43.221Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:43.223Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:43.223Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:35:43.323Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:43.325Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:43.325Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:43.348Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:43.349Z||pool-20-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:44.224Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:44.225Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:44.226Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:44.226Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:35:44.327Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:44.328Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:44.328Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:44.352Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:44.353Z||pool-21-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:45.227Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:45.229Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:45.230Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:45.231Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:35:45.331Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:45.333Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:45.333Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:45.355Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:45.355Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:46.231Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:46.232Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:46.235Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:46.235Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-08T11:35:46.335Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:46.336Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:46.336Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:46.358Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:46.359Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:47.235Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:47.236Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:47.239Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:47.239Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:35:47.339Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:47.340Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:47.340Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:47.360Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:47.360Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:48.240Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:35:48.241Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:48.243Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:48.243Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:35:48.343Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:35:48.344Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:48.344Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:48.363Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:48.364Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:49.245Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "serviceName": "basic_onboard_mKJkWZ",
  "serviceVersion": "1.0",
  "serviceUUID": "76db8190-1d6a-46d2-895a-bcd0ad15af53",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bc59bbe-d3f2-48cb-8e60-39a9202c52dd",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_mKJkWZ 0",
      "resourceCustomizationUUID": "a682901d-145e-4289-9397-2d07a8d10952",
      "resourceName": "basic_onboard_mKJkWZ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "188e9856-60e1-4d9e-8bab-f4632bad8a94",
      "resourceInvariantUUID": "49d9a6b7-7a1c-4084-8cbe-92a9b1a058f0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mkjkwz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
          "artifactChecksum": "Yzg4Mjk0M2E5NzMwYTYyMzY0MmRkYjQ2YWE4OGY0ZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6bf3e52a-a6ab-4396-b436-e26bf0845f25",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8210aa7f-d73e-4a41-ac35-c12469a1fa19",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "874519a1-17ad-4f5d-adc5-059cfa5d5ebe",
            "generatedFromUUID": "8210aa7f-d73e-4a41-ac35-c12469a1fa19"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "874519a1-17ad-4f5d-adc5-059cfa5d5ebe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMkjkwz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
      "artifactChecksum": "OWQ4OTBmNWFhOTJiZDUxYTA4YmZkNTY5ZDQ3N2QzMzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "86d45ba6-4622-4c8a-8246-6c2a5a99f838"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T11:35:49.246Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T11:35:49.247Z|093fe33c-ee5a-463c-8779-9f75cd0cca19|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 76db8190-1d6a-46d2-895a-bcd0ad15af53 ASDC
2022-06-08T11:35:49.248Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6cda52e6-8642-45a6-914d-b696fa138387
ServiceName:basic_onboard_mKJkWZ
ServiceVersion:1.0
ServiceUUID:76db8190-1d6a-46d2-895a-bcd0ad15af53
ServiceInvariantUUID:2bc59bbe-d3f2-48cb-8e60-39a9202c52dd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMkjkwz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar
ArtifactUUID:86d45ba6-4622-4c8a-8246-6c2a5a99f838
ArtifactChecksum:OWQ4OTBmNWFhOTJiZDUxYTA4YmZkNTY5ZDQ3N2QzMzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mKJkWZ 0
ResourceCustomizationUUID:a682901d-145e-4289-9397-2d07a8d10952
ResourceInvariantUUID:49d9a6b7-7a1c-4084-8cbe-92a9b1a058f0
ResourceName:basic_onboard_mKJkWZ
ResourceType:VF
ResourceUUID:188e9856-60e1-4d9e-8bab-f4632bad8a94
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mkjkwz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json
ArtifactUUID:6bf3e52a-a6ab-4396-b436-e26bf0845f25
ArtifactChecksum:Yzg4Mjk0M2E5NzMwYTYyMzY0MmRkYjQ2YWE4OGY0ZTA=
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/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8210aa7f-d73e-4a41-ac35-c12469a1fa19
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/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env
ArtifactUUID:874519a1-17ad-4f5d-adc5-059cfa5d5ebe
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/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env
ArtifactUUID:874519a1-17ad-4f5d-adc5-059cfa5d5ebe
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-08T11:35:49.248Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76db8190-1d6a-46d2-895a-bcd0ad15af53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T11:35:49.278Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:35:49.279Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T11:35:49.279Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T11:35:49.279Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 86d45ba6-4622-4c8a-8246-6c2a5a99f838 from URL: /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:49.280Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:35:49.280Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:49.604Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:35:49.608Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar 86d45ba6-4622-4c8a-8246-6c2a5a99f838 71602
2022-06-08T11:35:49.609Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar ASDC sendASDCNotification
2022-06-08T11:35:49.609Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:49.609Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:35:49.610Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:49.612Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:49.612Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688149609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:35:49.712Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:49.714Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:49.714Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:49.732Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:49.733Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:50.613Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:35:50.615Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T11:35:50.615Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 86d45ba6-4622-4c8a-8246-6c2a5a99f838, URL: /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar to file: /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:50.616Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:50.617Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:50.617Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:50.778Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17308734458148994977/Definitions/service-BasicOnboardMkjkwz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-08T11:35:51.974Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T11:35:51.975Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T11:35:51.975Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.975Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-08T11:35:51.976Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mKJkWZ 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-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.976Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||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-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.976Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.976Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||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-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.976Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.977Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.977Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.977Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.977Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||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-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:51.978Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T11:35:51.978Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.978Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.979Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:51.979Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T11:35:51.979Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:35:51.980Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.980Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.981Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:51.981Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T11:35:51.981Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:35:51.981Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.981Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.982Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.982Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is not matching search criteria
2022-06-08T11:35:51.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-08T11:35:51.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-08T11:35:51.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-08T11:35:51.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-08T11:35:51.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T11:35:51.984Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.984Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T11:35:51.984Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:51.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:35:51.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.986Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:51.986Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:35:51.986Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.986Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:51.987Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:35:51.987Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.987Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is not matching search criteria
2022-06-08T11:35:51.987Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-08T11:35:51.988Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-08T11:35:51.988Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7b8de095-1153-435c-bc61-d218dd6b9f26
2022-06-08T11:35:51.988Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.988Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.988Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.989Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.989Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.989Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.989Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:51.990Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:51.990Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_mKJkWZ
Description:service
Model UUID:76db8190-1d6a-46d2-895a-bcd0ad15af53
Model Version:NULL
Model InvariantUuid:2bc59bbe-d3f2-48cb-8e60-39a9202c52dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_mKJkWZ
Model UUID:f57f06f1-084b-4152-97bb-dcc6393278b9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:49d9a6b7-7a1c-4084-8cbe-92a9b1a058f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a682901d-145e-4289-9397-2d07a8d10952
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0ad896a3-5059-4e7e-8c57-695a410140c8
ModelName:BasicOnboardMkjkwz..base_ubuntu18..module-0
ModelUuid:a869e43d-ee7b-4099-97a0-c5504242f72a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b8de095-1153-435c-bc61-d218dd6b9f26
ModelInvariantUuid:95b98b88-4dcf-4f8a-9f76-f23444ce155c
ModelName:basic_onboard_mKJkWZ-nodes.ubuntu18Cvfc
ModelUuid:f01a7508-84bd-46d5-801f-b7717df63bd8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:221d08e9-de62-455c-8e20-9b26884d1fba
ModelInvariantUuid:d1340fa2-d7b3-46e2-9033-1c9150c933b3
ModelName:BasicOnboardMkjkwz.compute.nodes.heat.ubuntu18
ModelUuid:b882b2e3-1aeb-470d-be7f-52d4788e6935
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-08T11:35:51.997Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 188e9856-60e1-4d9e-8bab-f4632bad8a94
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:35:52.000Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||basic_onboard_mKJkWZ 0
2022-06-08T11:35:52.000Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 188e9856-60e1-4d9e-8bab-f4632bad8a94
2022-06-08T11:35:52.001Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6bf3e52a-a6ab-4396-b436-e26bf0845f25 from URL: /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json
2022-06-08T11:35:52.001Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:35:52.001Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json
2022-06-08T11:35:52.068Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:35:52.069Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json 6bf3e52a-a6ab-4396-b436-e26bf0845f25 798
2022-06-08T11:35:52.069Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json ASDC sendASDCNotification
2022-06-08T11:35:52.069Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json
2022-06-08T11:35:52.070Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:35:52.070Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:52.072Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:52.073Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688152069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:35:52.173Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:52.174Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:52.174Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:52.194Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:52.194Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:53.073Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMkjkwz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0ad896a3-5059-4e7e-8c57-695a410140c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a869e43d-ee7b-4099-97a0-c5504242f72a",
    "vfModuleModelCustomizationUUID": "3cca696e-4414-42f3-a193-bb3382677740",
    "isBase": true,
    "artifacts": [
      "8210aa7f-d73e-4a41-ac35-c12469a1fa19",
      "874519a1-17ad-4f5d-adc5-059cfa5d5ebe"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T11:35:53.079Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMkjkwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a869e43d-ee7b-4099-97a0-c5504242f72a
VfModuleModelInvariantUUID:0ad896a3-5059-4e7e-8c57-695a410140c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
8210aa7f-d73e-4a41-ac35-c12469a1fa19
,
874519a1-17ad-4f5d-adc5-059cfa5d5ebe

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

isBase:true


}

2022-06-08T11:35:53.081Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMkjkwz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0ad896a3-5059-4e7e-8c57-695a410140c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a869e43d-ee7b-4099-97a0-c5504242f72a",
    "vfModuleModelCustomizationUUID": "3cca696e-4414-42f3-a193-bb3382677740",
    "isBase": true,
    "artifacts": [
      "8210aa7f-d73e-4a41-ac35-c12469a1fa19",
      "874519a1-17ad-4f5d-adc5-059cfa5d5ebe"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T11:35:53.081Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMkjkwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a869e43d-ee7b-4099-97a0-c5504242f72a
VfModuleModelInvariantUUID:0ad896a3-5059-4e7e-8c57-695a410140c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
8210aa7f-d73e-4a41-ac35-c12469a1fa19
,
874519a1-17ad-4f5d-adc5-059cfa5d5ebe

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

isBase:true


}

2022-06-08T11:35:53.081Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8210aa7f-d73e-4a41-ac35-c12469a1fa19 from URL: /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml
2022-06-08T11:35:53.082Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:35:53.082Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml
2022-06-08T11:35:53.131Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:35:53.132Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml 8210aa7f-d73e-4a41-ac35-c12469a1fa19 5033
2022-06-08T11:35:53.132Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-08T11:35:53.132Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml
2022-06-08T11:35:53.133Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:35:53.133Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:53.135Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:53.135Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688153132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:35:53.235Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:53.236Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:53.237Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:53.284Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:53.285Z||pool-28-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:54.136Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 874519a1-17ad-4f5d-adc5-059cfa5d5ebe from URL: /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env
2022-06-08T11:35:54.136Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T11:35:54.137Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env
2022-06-08T11:35:54.185Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T11:35:54.185Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env 874519a1-17ad-4f5d-adc5-059cfa5d5ebe 909
2022-06-08T11:35:54.186Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-08T11:35:54.186Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env
2022-06-08T11:35:54.186Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:35:54.187Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:54.189Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:54.189Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688154186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:35:54.289Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:54.291Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:54.291Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:54.310Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:54.311Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:55.190Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 76db8190-1d6a-46d2-895a-bcd0ad15af53
2022-06-08T11:35:55.191Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mKJkWZ 0 188e9856-60e1-4d9e-8bab-f4632bad8a94 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:35:55.205Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fbdc038, org.onap.sdc.toscaparser.api.parameters.Input@4e4db77b, org.onap.sdc.toscaparser.api.parameters.Input@84db27c, org.onap.sdc.toscaparser.api.parameters.Input@21454d4, org.onap.sdc.toscaparser.api.parameters.Input@3319e8ae]
2022-06-08T11:35:55.207Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.207Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.208Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-08T11:35:55.208Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a682901d-145e-4289-9397-2d07a8d10952
2022-06-08T11:35:55.208Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a682901d-145e-4289-9397-2d07a8d10952 matches Tosca VF Customization UUID: a682901d-145e-4289-9397-2d07a8d10952
2022-06-08T11:35:55.208Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a682901d-145e-4289-9397-2d07a8d10952  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-08T11:35:55.211Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.211Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.211Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a682901d-145e-4289-9397-2d07a8d10952: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-08T11:35:55.211Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5565a160
2022-06-08T11:35:55.212Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.212Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T11:35:55.212Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3cca696e-4414-42f3-a193-bb3382677740
2022-06-08T11:35:55.212Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3cca696e-4414-42f3-a193-bb3382677740
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-08T11:35:55.215Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.215Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:55.215Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:35:55.215Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.216Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:55.216Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:35:55.216Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.216Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is not matching search criteria
2022-06-08T11:35:55.216Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-08T11:35:55.217Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-08T11:35:55.217Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7b8de095-1153-435c-bc61-d218dd6b9f26
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-08T11:35:55.219Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.219Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:55.219Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:35:55.220Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.221Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_mKJkWZ 0 is matching search criteria
2022-06-08T11:35:55.221Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_mKJkWZ 0] matching following query criteria: sdcType=VF, customizationUUID=a682901d-145e-4289-9397-2d07a8d10952
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:35:55.222Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.223Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.223Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 76db8190-1d6a-46d2-895a-bcd0ad15af53: basic_onboard_mKJkWZ
2022-06-08T11:35:55.223Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.223Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.223Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.223Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.224Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.224Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.224Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.224Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.224Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:35:55.224Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_mKJkWZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:35:55.225Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_mKJkWZ 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:35:55.322Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mKJkWZ 188e9856-60e1-4d9e-8bab-f4632bad8a94 1 ASDC deployResourceStructure
2022-06-08T11:35:55.322Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json ASDC sendASDCNotification
2022-06-08T11:35:55.322Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json
2022-06-08T11:35:55.323Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:35:55.323Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:55.325Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:55.325Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688155322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T11:35:55.425Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:55.426Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:55.427Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:55.457Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:55.458Z||pool-30-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:56.326Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-08T11:35:56.326Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml
2022-06-08T11:35:56.327Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:35:56.327Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:56.329Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:56.329Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688156326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T11:35:56.429Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:56.431Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:56.431Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:56.448Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:56.449Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:57.330Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-08T11:35:57.330Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env
2022-06-08T11:35:57.331Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:35:57.331Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:57.333Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:57.333Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688157330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-08T11:35:57.433Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:57.435Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:57.435Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:57.454Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:57.454Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:35:58.334Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar ASDC sendASDCNotification
2022-06-08T11:35:58.334Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar
2022-06-08T11:35:58.335Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:35:58.335Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:35:58.337Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:35:58.337Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688158334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:35:58.437Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:35:58.439Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:35:58.439Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:35:58.465Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:35:58.466Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:35:59.338Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cda52e6-8642-45a6-914d-b696fa138387
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:35:59.351Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cda52e6-8642-45a6-914d-b696fa138387
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:35:59.355Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:35:59.355Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T11:35:59.355Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T11:35:59.355Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T11:35:59.355Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:35:59.356Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:35:59.356Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:35:59.356Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:35:59.356Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:35:59.356Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:35:59.356Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:35:59.361Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T11:36:29.362Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6cda52e6-8642-45a6-914d-b696fa138387 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-08T11:36:29.371Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6cda52e6-8642-45a6-914d-b696fa138387 and serviceModelVersionId: 76db8190-1d6a-46d2-895a-bcd0ad15af53
2022-06-08T11:36:29.371Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bc59bbe-d3f2-48cb-8e60-39a9202c52dd
2022-06-08T11:36:29.373Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bc59bbe-d3f2-48cb-8e60-39a9202c52dd/model-vers/model-ver/76db8190-1d6a-46d2-895a-bcd0ad15af53?depth=0
2022-06-08T11:36:29.378Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T11:36:29.438Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bc59bbe-d3f2-48cb-8e60-39a9202c52dd/model-vers/model-ver/76db8190-1d6a-46d2-895a-bcd0ad15af53?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-08T11:36:29.439Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bc59bbe-d3f2-48cb-8e60-39a9202c52dd/model-vers/model-ver/76db8190-1d6a-46d2-895a-bcd0ad15af53?depth=0|INFO|500||Invoke
2022-06-08T11:36:29.469Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bc59bbe-d3f2-48cb-8e60-39a9202c52dd/model-vers/model-ver/76db8190-1d6a-46d2-895a-bcd0ad15af53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T11:36:29.632Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bc59bbe-d3f2-48cb-8e60-39a9202c52dd/model-vers/model-ver/76db8190-1d6a-46d2-895a-bcd0ad15af53?depth=0|INFO|500||InvokeReturn
2022-06-08T11:36:29.633Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bc59bbe-d3f2-48cb-8e60-39a9202c52dd/model-vers/model-ver/76db8190-1d6a-46d2-895a-bcd0ad15af53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220608-11:36:30:584-90912], vertex-id=[151624], Content-Length=[0], Date=[Wed, 08 Jun 2022 11:36:30 GMT], Content-Type=[application/json]}
2022-06-08T11:36:29.633Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T11:36:29.633Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T11:36:29.633Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:36:29.639Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T11:36:29.640Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6cda52e6-8642-45a6-914d-b696fa138387 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T11:36:29.640Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T11:36:29.640Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:36:29.643Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:36:29.643Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688189640,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:36:29.743Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:36:29.744Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:36:29.745Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:36:29.764Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:36:29.765Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T11:36:30.657Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:36:30.657Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:36:30.657Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:36:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:36:33.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:36:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:36:34.619Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:36:34.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:36:34.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:36:34.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:36:34.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654687953982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688149609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:36:34.624Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688152069,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688153132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688154186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688155322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/basic_onboard_mkjkwz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688156326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688157330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/resourceInstances/basic_onboard_mkjkwz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688158334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkjkwz/1.0/artifacts/service-BasicOnboardMkjkwz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6cda52e6-8642-45a6-914d-b696fa138387",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688189640,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:36:34.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:36:40.979Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:36:40.980Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:36:40.981Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:36:40.981Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:36:50.527Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:36:50.528Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:36:50.529Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:36:50.529Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:37:00.084Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:37:00.084Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:37:00.085Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:37:00.085Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:37:09.635Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:37:33.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:37:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:37:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:37:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:37:33.985Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:37:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:37:43.534Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:37:43.534Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:38:33.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:38:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:38:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:38:33.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:38:33.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:38:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:38:43.542Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:38:43.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:39:33.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:39:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:39:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:39:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:39:33.985Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:39:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:39:43.540Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:39:43.540Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:40:33.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:40:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:40:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:40:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:40:33.985Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:40:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:40:43.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:40:43.535Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:41:33.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:41:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:41:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:41:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:41:33.985Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:41:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:41:43.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:41:43.554Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:42:33.983Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:42:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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-06-08T11:42:33.984Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:42:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:42:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:42:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:42:43.541Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:42:43.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:43:33.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:43:33.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:43:33.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:43:33.986Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:43:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:43:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:43:43.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:43:43.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:44:33.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:44:33.984Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:44:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:44:33.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:44:33.985Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:44:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:44:43.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:44:43.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:45:33.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:45:33.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:45:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:45:33.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:45:33.985Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:45:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:45:43.617Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:45:43.619Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:46:33.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:46:33.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:46:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:46:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:46:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:46:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:46:34.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:46:34.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "cds",
  "timestamp": 1654688767077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "cds",
  "timestamp": 1654688767077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:46:34.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688771881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "cds",
  "timestamp": 1654688772186,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688771881,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "cds",
  "timestamp": 1654688773195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:46:34.381Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f75d3f68-0c83-415c-86b5-e906d520c0c4
2022-06-08T11:46:34.381Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d3f68-0c83-415c-86b5-e906d520c0c4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:46:34.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688772807,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "aai-ml",
  "timestamp": 1654688773960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688774736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688772807,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:46:34.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "policy-id",
  "timestamp": 1654688774780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "aai-ml",
  "timestamp": 1654688773960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "policy-id",
  "timestamp": 1654688774780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "aai-ml",
  "timestamp": 1654688776858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688777086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:46:34.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "policy-id",
  "timestamp": 1654688777647,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:46:34.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688778103,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:46:34.405Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f75d3f68-0c83-415c-86b5-e906d520c0c4
2022-06-08T11:46:34.405Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d3f68-0c83-415c-86b5-e906d520c0c4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:46:34.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "policy-id",
  "timestamp": 1654688778652,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:46:34.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688777919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "policy-id",
  "timestamp": 1654688779683,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:46:34.425Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f75d3f68-0c83-415c-86b5-e906d520c0c4
2022-06-08T11:46:34.425Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d3f68-0c83-415c-86b5-e906d520c0c4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:46:34.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688777919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "aai-ml",
  "timestamp": 1654688781525,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "clamp",
  "timestamp": 1654688782192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "aai-ml",
  "timestamp": 1654688782534,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:46:34.460Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f75d3f68-0c83-415c-86b5-e906d520c0c4
2022-06-08T11:46:34.461Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d3f68-0c83-415c-86b5-e906d520c0c4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:46:34.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "clamp",
  "timestamp": 1654688782192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:46:34.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "clamp",
  "timestamp": 1654688787148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "clamp",
  "timestamp": 1654688789156,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "clamp",
  "timestamp": 1654688790160,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:46:34.476Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f75d3f68-0c83-415c-86b5-e906d520c0c4
2022-06-08T11:46:34.476Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75d3f68-0c83-415c-86b5-e906d520c0c4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:46:34.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "cds",
  "timestamp": 1654688782077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "cds",
  "timestamp": 1654688782077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "cds",
  "timestamp": 1654688782077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "cds",
  "timestamp": 1654688782077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688792808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:46:34.629Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:46:34.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-08T11:46:34.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f75d3f68-0c83-415c-86b5-e906d520c0c4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8ce5d84e-f098-4288-be80-3dc563976556","serviceDescription":"service","serviceInvariantUUID":"1193a6fb-5ecf-4bdc-8014-0e9704477910","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"837f4077-a0ca-4639-8111-afa4dd77053b","resourceInvariantUUID":"3a03bee6-4def-4146-8ebb-7864920672fb","resourceCustomizationUUID":"560a292d-9eef-47c2-bc1b-f1b3f1b9ba59","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":"MmJlZDlhZGZmYjM5NzE0ZDBhNzMzOTdhMWY2ZTNjMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb685fa5-52cb-4632-8fa0-38b29c6cde89","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWNmMGQ5NjUzOTViNmFiMDk1NDU2YjM5NDc4NDRjNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5da46bb7-8170-48f8-aac6-c75ced46d143","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T11:46:34.635Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:46:34.635Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:46:34.639Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:46:34.639Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:46:34.739Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:46:34.741Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:46:34.741Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:46:34.761Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:46:34.761Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:46:35.640Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:46:35.641Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:46:35.644Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:46:35.644Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:46:35.744Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:46:35.745Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:46:35.746Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:46:35.763Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:46:35.763Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:46:36.645Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8ce5d84e-f098-4288-be80-3dc563976556",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1193a6fb-5ecf-4bdc-8014-0e9704477910",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "560a292d-9eef-47c2-bc1b-f1b3f1b9ba59",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "837f4077-a0ca-4639-8111-afa4dd77053b",
      "resourceInvariantUUID": "3a03bee6-4def-4146-8ebb-7864920672fb",
      "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": "ZWNmMGQ5NjUzOTViNmFiMDk1NDU2YjM5NDc4NDRjNjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5da46bb7-8170-48f8-aac6-c75ced46d143"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T11:46:36.646Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T11:46:36.646Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8ce5d84e-f098-4288-be80-3dc563976556 ASDC
2022-06-08T11:46:36.646Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f75d3f68-0c83-415c-86b5-e906d520c0c4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8ce5d84e-f098-4288-be80-3dc563976556
ServiceInvariantUUID:1193a6fb-5ecf-4bdc-8014-0e9704477910
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:5da46bb7-8170-48f8-aac6-c75ced46d143
ArtifactChecksum:ZWNmMGQ5NjUzOTViNmFiMDk1NDU2YjM5NDc4NDRjNjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:560a292d-9eef-47c2-bc1b-f1b3f1b9ba59
ResourceInvariantUUID:3a03bee6-4def-4146-8ebb-7864920672fb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:837f4077-a0ca-4639-8111-afa4dd77053b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-08T11:46:36.647Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ce5d84e-f098-4288-be80-3dc563976556 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T11:46:36.677Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:46:36.679Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:46:36.679Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:46:36.679Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5da46bb7-8170-48f8-aac6-c75ced46d143 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T11:46:36.679Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:46:36.680Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T11:46:36.835Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:46:36.837Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5da46bb7-8170-48f8-aac6-c75ced46d143 52508
2022-06-08T11:46:36.838Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-08T11:46:36.838Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T11:46:36.838Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:46:36.838Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:46:36.841Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:46:36.841Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688796838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:46:36.941Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:46:36.943Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:46:36.943Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:46:36.957Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:46:36.957Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:46:37.841Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:46:37.843Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:46:37.843Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5da46bb7-8170-48f8-aac6-c75ced46d143, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:37.843Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-08T11:46:37.844Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:37.844Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.039Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7331149993855142744/Definitions/service-BasicNetwork-template.yml
2022-06-08T11:46:38.497Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T11:46:38.498Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-08T11:46:38.498Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.499Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-08T11:46:38.499Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.499Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.499Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.500Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.500Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.500Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.500Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.500Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T11:46:38.501Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-08T11:46:38.501Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:46:38.501Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.502Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-08T11:46:38.502Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-08T11:46:38.502Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:46:38.503Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:46:38.503Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.503Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-08T11:46:38.503Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-08T11:46:38.504Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:46:38.504Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:46:38.504Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.504Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:46:38.504Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.505Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:46:38.505Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.505Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:46:38.506Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.506Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:46:38.507Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:46:38.507Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8ce5d84e-f098-4288-be80-3dc563976556
Model Version:NULL
Model InvariantUuid:1193a6fb-5ecf-4bdc-8014-0e9704477910
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3a03bee6-4def-4146-8ebb-7864920672fb
Model UUID:1edc5e4b-b55e-4c0c-972c-b86ff1f77b74
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:560a292d-9eef-47c2-bc1b-f1b3f1b9ba59
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

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

2022-06-08T11:47:10.011Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1193a6fb-5ecf-4bdc-8014-0e9704477910/model-vers/model-ver/8ce5d84e-f098-4288-be80-3dc563976556?depth=0|INFO|500||InvokeReturn
2022-06-08T11:47:10.012Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1193a6fb-5ecf-4bdc-8014-0e9704477910/model-vers/model-ver/8ce5d84e-f098-4288-be80-3dc563976556?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220608-11:47:10:920-26274], vertex-id=[208936], Content-Length=[0], Date=[Wed, 08 Jun 2022 11:47:10 GMT], Content-Type=[application/json]}
2022-06-08T11:47:10.015Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T11:47:10.016Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T11:47:10.016Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:47:10.022Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T11:47:10.022Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f75d3f68-0c83-415c-86b5-e906d520c0c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T11:47:10.023Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T11:47:10.023Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:10.026Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:10.026Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688830023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:47:10.126Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:10.127Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:47:10.127Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:10.150Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:47:10.150Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T11:47:11.041Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-08T11:47:11.041Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"10cac361-8283-4ca4-b368-3e19f508fa04","serviceName":"Demo_pNF_WubMyzMb3vBNHig2JGnI","serviceVersion":"1.0","serviceUUID":"375c0bd7-cdc6-4dc0-8b17-c628350ddd6b","serviceDescription":"catalog service description","serviceInvariantUUID":"2146efd8-2730-46f2-9ef4-d18929f6d35f","resources":[{"resourceInstanceName":"pNF b8006ee8-e6d5 0","resourceName":"pNF b8006ee8-e6d5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d441ec43-5e40-4557-ae4b-1ca26fe56a87","resourceInvariantUUID":"f7e0f857-fddd-48a1-bf54-3ca6e851a112","resourceCustomizationUUID":"32085622-83d9-4fed-aa0d-373e7632cc2c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml","artifactChecksum":"ZmE3YjlmZmQwZGMxMjdiYzlkOTRjYzQ2MTNiN2RkNmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d7306a4-e247-4604-b591-9161ec3f892e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar","artifactChecksum":"ZDZjNjg5NGU3MWQ4OWQ0YzgxMDQwNjE5MGU4MDBjZDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"509311fe-5655-4248-91ca-4daccb63f5af","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"93d83348-7e34-4eb7-bc17-e58a41653460","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml","artifactChecksum":"OWI1N2FiZGYwZTc2ZTVlMmRhNzhjNjAwMmExNDNiOTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e046081-7a02-45ca-96e5-d850a8fefa85","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"891e82a8-5790-422b-9b56-af7cb6485ece","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e51a5018-c594-4b63-ae90-d71f781876b0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml","artifactChecksum":"ZDZiZmQ0NWQ1NzNhZmQyZWMwNmVhOTMyYzg2YmFkOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a44b5afe-897b-4299-88fc-b52ea42d4ea7","artifactVersion":"1"},{"artifactName":"service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar","artifactChecksum":"NmFjNjFkYzRmN2JkOWI3OTg2ZTc3YzM0OGFlMzRlZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc93abdd-5bb8-466a-a601-88b6bf2aee84","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T11:47:11.042Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:11.042Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:11.044Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:11.044Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:47:11.144Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:11.145Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:47:11.146Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:11.167Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:47:11.168Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:47:12.045Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:12.046Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:12.048Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:12.048Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:47:12.148Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:12.149Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:47:12.150Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:12.190Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:47:12.191Z||pool-41-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:47:13.048Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:13.049Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:13.051Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:13.052Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:47:13.152Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:13.153Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:47:13.153Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:13.186Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:47:13.187Z||pool-42-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:47:14.052Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:14.053Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:14.055Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:14.055Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:47:14.155Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:14.157Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:47:14.157Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:14.176Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:47:14.176Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:47:15.056Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:15.057Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:15.060Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:15.060Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:47:15.160Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:15.161Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:47:15.161Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:15.195Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:47:15.196Z||pool-44-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:47:16.061Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:16.062Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:16.064Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:16.064Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:47:16.164Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:16.165Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:47:16.166Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:16.185Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:47:16.185Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:47:17.065Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:17.066Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:17.068Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:17.068Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:47:17.168Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:17.169Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:47:17.169Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:17.187Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:47:17.188Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:47:18.069Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:47:18.070Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:18.072Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:18.072Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:47:18.172Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:47:18.173Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:47:18.173Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:18.192Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:47:18.193Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:47:19.073Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "serviceName": "Demo_pNF_WubMyzMb3vBNHig2JGnI",
  "serviceVersion": "1.0",
  "serviceUUID": "375c0bd7-cdc6-4dc0-8b17-c628350ddd6b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2146efd8-2730-46f2-9ef4-d18929f6d35f",
  "resources": [
    {
      "resourceInstanceName": "pNF b8006ee8-e6d5 0",
      "resourceCustomizationUUID": "32085622-83d9-4fed-aa0d-373e7632cc2c",
      "resourceName": "pNF b8006ee8-e6d5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d441ec43-5e40-4557-ae4b-1ca26fe56a87",
      "resourceInvariantUUID": "f7e0f857-fddd-48a1-bf54-3ca6e851a112",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
      "artifactChecksum": "NmFjNjFkYzRmN2JkOWI3OTg2ZTc3YzM0OGFlMzRlZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dc93abdd-5bb8-466a-a601-88b6bf2aee84"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T11:47:19.074Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T11:47:19.074Z|f75d3f68-0c83-415c-86b5-e906d520c0c4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 375c0bd7-cdc6-4dc0-8b17-c628350ddd6b ASDC
2022-06-08T11:47:19.074Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:10cac361-8283-4ca4-b368-3e19f508fa04
ServiceName:Demo_pNF_WubMyzMb3vBNHig2JGnI
ServiceVersion:1.0
ServiceUUID:375c0bd7-cdc6-4dc0-8b17-c628350ddd6b
ServiceInvariantUUID:2146efd8-2730-46f2-9ef4-d18929f6d35f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
ArtifactUUID:dc93abdd-5bb8-466a-a601-88b6bf2aee84
ArtifactChecksum:NmFjNjFkYzRmN2JkOWI3OTg2ZTc3YzM0OGFlMzRlZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b8006ee8-e6d5 0
ResourceCustomizationUUID:32085622-83d9-4fed-aa0d-373e7632cc2c
ResourceInvariantUUID:f7e0f857-fddd-48a1-bf54-3ca6e851a112
ResourceName:pNF b8006ee8-e6d5
ResourceType:PNF
ResourceUUID:d441ec43-5e40-4557-ae4b-1ca26fe56a87
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-08T11:47:19.075Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 375c0bd7-cdc6-4dc0-8b17-c628350ddd6b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:47:19.105Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:47:19.106Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:47:19.107Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:47:19.107Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dc93abdd-5bb8-466a-a601-88b6bf2aee84 from URL: /sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:19.107Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:47:19.108Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:19.192Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:47:19.197Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar dc93abdd-5bb8-466a-a601-88b6bf2aee84 82655
2022-06-08T11:47:19.197Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar ASDC sendASDCNotification
2022-06-08T11:47:19.197Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:19.197Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:47:19.198Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:19.201Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:19.201Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688839197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:47:19.301Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:47:19.302Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:47:19.302Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:19.323Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:47:19.324Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:47:20.201Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:47:20.203Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:47:20.203Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dc93abdd-5bb8-466a-a601-88b6bf2aee84, URL: /sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar to file: /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:20.203Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:20.204Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:20.204Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:20.306Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13170011093068505282/Definitions/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml
2022-06-08T11:47:21.110Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T11:47:21.110Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||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-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||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-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b8006ee8-e6d5 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-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-08T11:47:21.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:47:21.112Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.112Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Node template pNF b8006ee8-e6d5 0 is matching search criteria
2022-06-08T11:47:21.112Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-08T11:47:21.112Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF b8006ee8-e6d5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:47:21.112Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Node template pNF b8006ee8-e6d5 0 is matching search criteria
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF b8006ee8-e6d5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.113Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:47:21.114Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.115Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WubMyzMb3vBNHig2JGnI
Description:catalog service description
Model UUID:375c0bd7-cdc6-4dc0-8b17-c628350ddd6b
Model Version:NULL
Model InvariantUuid:2146efd8-2730-46f2-9ef4-d18929f6d35f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-08T11:47:21.122Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: d441ec43-5e40-4557-ae4b-1ca26fe56a87
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:47:21.125Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||pNF b8006ee8-e6d5 0
2022-06-08T11:47:21.125Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d441ec43-5e40-4557-ae4b-1ca26fe56a87
2022-06-08T11:47:21.125Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 375c0bd7-cdc6-4dc0-8b17-c628350ddd6b
2022-06-08T11:47:21.125Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 375c0bd7-cdc6-4dc0-8b17-c628350ddd6b
2022-06-08T11:47:21.125Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b8006ee8-e6d5 0 d441ec43-5e40-4557-ae4b-1ca26fe56a87 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:47:21.130Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41f5217f, org.onap.sdc.toscaparser.api.parameters.Input@51970af9, org.onap.sdc.toscaparser.api.parameters.Input@58356064, org.onap.sdc.toscaparser.api.parameters.Input@498876fa, org.onap.sdc.toscaparser.api.parameters.Input@219e586d]
2022-06-08T11:47:21.130Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:47:21.131Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.131Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 375c0bd7-cdc6-4dc0-8b17-c628350ddd6b: pNF b8006ee8-e6d5
2022-06-08T11:47:21.131Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Processing PNF resource: d441ec43-5e40-4557-ae4b-1ca26fe56a87
2022-06-08T11:47:21.132Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:47:21.132Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_WubMyzMb3vBNHig2JGnI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:47:21.132Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||Resource customization UUID: 32085622-83d9-4fed-aa0d-373e7632cc2c is the same as notified resource customizationUUID: 32085622-83d9-4fed-aa0d-373e7632cc2c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-08T11:47:21.197Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b8006ee8-e6d5 d441ec43-5e40-4557-ae4b-1ca26fe56a87 0 ASDC deployResourceStructure
2022-06-08T11:47:21.198Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar ASDC sendASDCNotification
2022-06-08T11:47:21.198Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar
2022-06-08T11:47:21.199Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:47:21.199Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:47:21.201Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:47:21.201Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688841198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:47:21.301Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:47:21.303Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:47:21.303Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:21.321Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:47:21.322Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:47:22.203Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:47:22.216Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:47:22.219Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:47:22.220Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:47:22.220Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:47:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:47:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:47:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:47:34.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:47:34.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:47:34.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "cds",
  "timestamp": 1654688782077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:47:34.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:47:52.220Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:47:52.231Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:47:52.233Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:47:52.233Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:47:52.233Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:48:22.234Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:48:22.243Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:48:22.245Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:48:22.246Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:48:22.246Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:48:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:48:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:48:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:48:34.043Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:48:34.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:48:34.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:48:34.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:48:52.246Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:48:52.256Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:48:52.263Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:48:52.263Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:48:52.263Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:49:22.263Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:49:22.279Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:49:22.285Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:49:22.285Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T11:49:22.285Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T11:49:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:49:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:49:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:49:34.035Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:49:34.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688792808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "policy-id",
  "timestamp": 1654688794779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "cds",
  "timestamp": 1654688782077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688792808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "policy-id",
  "timestamp": 1654688794779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "cds",
  "timestamp": 1654688782077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688792808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "policy-id",
  "timestamp": 1654688794779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688796838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "cds",
  "timestamp": 1654688782077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688792808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "policy-id",
  "timestamp": 1654688794779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "cds",
  "timestamp": 1654688798102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688797919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688792808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688798670,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:49:34.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "policy-id",
  "timestamp": 1654688794779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "cds",
  "timestamp": 1654688799109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:49:34.102Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10cac361-8283-4ca4-b368-3e19f508fa04
2022-06-08T11:49:34.102Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10cac361-8283-4ca4-b368-3e19f508fa04 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:49:34.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688797919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688792808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "policy-id",
  "timestamp": 1654688794779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688797919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688792808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "policy-id",
  "timestamp": 1654688794779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688797919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688801881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "policy-id",
  "timestamp": 1654688794779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688797919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688801881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "policy-id",
  "timestamp": 1654688803574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688797919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688801881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "aai-ml",
  "timestamp": 1654688803960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "policy-id",
  "timestamp": 1654688804598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:49:34.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688797919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688801881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "aai-ml",
  "timestamp": 1654688803960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "policy-id",
  "timestamp": 1654688805602,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:49:34.136Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10cac361-8283-4ca4-b368-3e19f508fa04
2022-06-08T11:49:34.136Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10cac361-8283-4ca4-b368-3e19f508fa04 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:49:34.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688797919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688801881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "aai-ml",
  "timestamp": 1654688803960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688806728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688801881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "aai-ml",
  "timestamp": 1654688803960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688801881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "aai-ml",
  "timestamp": 1654688803960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688807917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T11:49:34.148Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688801881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "aai-ml",
  "timestamp": 1654688803960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688808923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:49:34.154Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 10cac361-8283-4ca4-b368-3e19f508fa04
2022-06-08T11:49:34.154Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10cac361-8283-4ca4-b368-3e19f508fa04 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:49:34.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "aai-ml",
  "timestamp": 1654688803960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688810787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "aai-ml",
  "timestamp": 1654688803960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "clamp",
  "timestamp": 1654688812192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "aai-ml",
  "timestamp": 1654688812793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688813402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:49:34.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "clamp",
  "timestamp": 1654688812192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688814407,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:49:34.172Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10cac361-8283-4ca4-b368-3e19f508fa04
2022-06-08T11:49:34.172Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10cac361-8283-4ca4-b368-3e19f508fa04 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:49:34.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "clamp",
  "timestamp": 1654688812192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "clamp",
  "timestamp": 1654688812192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "clamp",
  "timestamp": 1654688812192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "clamp",
  "timestamp": 1654688812192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "clamp",
  "timestamp": 1654688812192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "aai-ml",
  "timestamp": 1654688818761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:49:34.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "clamp",
  "timestamp": 1654688812192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "aai-ml",
  "timestamp": 1654688819768,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:49:34.186Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10cac361-8283-4ca4-b368-3e19f508fa04
2022-06-08T11:49:34.186Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10cac361-8283-4ca4-b368-3e19f508fa04 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:49:34.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75d3f68-0c83-415c-86b5-e906d520c0c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688830023,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:49:34.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "clamp",
  "timestamp": 1654688832154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688831881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "cds",
  "timestamp": 1654688827077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "cds",
  "timestamp": 1654688827077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688831881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688832807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "cds",
  "timestamp": 1654688827077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688831881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "aai-ml",
  "timestamp": 1654688833960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "clamp",
  "timestamp": 1654688835156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:49:34.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688832807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "policy-id",
  "timestamp": 1654688834779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "cds",
  "timestamp": 1654688827077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688831881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "aai-ml",
  "timestamp": 1654688833960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "clamp",
  "timestamp": 1654688836160,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:49:34.205Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10cac361-8283-4ca4-b368-3e19f508fa04
2022-06-08T11:49:34.206Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10cac361-8283-4ca4-b368-3e19f508fa04 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:49:34.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688832807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "policy-id",
  "timestamp": 1654688834779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "cds",
  "timestamp": 1654688827077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688831881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "aai-ml",
  "timestamp": 1654688833960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/resourceInstances/pnfb8006ee8e6d50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688832807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "policy-id",
  "timestamp": 1654688834779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "cds",
  "timestamp": 1654688827077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.216Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688831881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "aai-ml",
  "timestamp": 1654688833960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688832807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "policy-id",
  "timestamp": 1654688834779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "cds",
  "timestamp": 1654688827077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688831881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "aai-ml",
  "timestamp": 1654688833960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688793982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688837919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688832807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "policy-id",
  "timestamp": 1654688834779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "cds",
  "timestamp": 1654688827077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688831881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "aai-ml",
  "timestamp": 1654688833960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688839197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688837919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688832807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "policy-id",
  "timestamp": 1654688834779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "cds",
  "timestamp": 1654688827077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688831881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "aai-ml",
  "timestamp": 1654688833960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688837919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688832807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "policy-id",
  "timestamp": 1654688834779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "aai-ml",
  "timestamp": 1654688833960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "cds",
  "timestamp": 1654688840818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688841763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654688841198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWubmyzmb3vbnhig2jgni/1.0/artifacts/service-DemoPnfWubmyzmb3vbnhig2jgni-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:49:34.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688837919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688832807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "clamp",
  "timestamp": 1654688842192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "policy-id",
  "timestamp": 1654688834779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "aai-ml",
  "timestamp": 1654688833960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "cds",
  "timestamp": 1654688841825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:49:34.261Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ba40bb23-01ae-47e7-85cd-3925258686e3
2022-06-08T11:49:34.261Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba40bb23-01ae-47e7-85cd-3925258686e3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:49:34.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688837919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "clamp",
  "timestamp": 1654688842192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688842585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "policy-id",
  "timestamp": 1654688834779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "aai-ml",
  "timestamp": 1654688843759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688837919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "clamp",
  "timestamp": 1654688842192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "cds",
  "timestamp": 1654688842830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688843795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "policy-id",
  "timestamp": 1654688844707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688845149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:49:34.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688837919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "clamp",
  "timestamp": 1654688842192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "cds",
  "timestamp": 1654688842830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "policy-id",
  "timestamp": 1654688845712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:49:34.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688844897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688846155,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:49:34.282Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ba40bb23-01ae-47e7-85cd-3925258686e3
2022-06-08T11:49:34.282Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba40bb23-01ae-47e7-85cd-3925258686e3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:49:34.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688837919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "clamp",
  "timestamp": 1654688842192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "cds",
  "timestamp": 1654688842830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "policy-id",
  "timestamp": 1654688846716,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:49:34.301Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba40bb23-01ae-47e7-85cd-3925258686e3
2022-06-08T11:49:34.301Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba40bb23-01ae-47e7-85cd-3925258686e3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:49:34.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688846194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.310Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688837919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "clamp",
  "timestamp": 1654688842192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "cds",
  "timestamp": 1654688842830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688847256,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:49:34.319Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba40bb23-01ae-47e7-85cd-3925258686e3
2022-06-08T11:49:34.319Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba40bb23-01ae-47e7-85cd-3925258686e3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-08T11:49:34.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "clamp",
  "timestamp": 1654688842192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "cds",
  "timestamp": 1654688842830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688848259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T11:49:34.329Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "clamp",
  "timestamp": 1654688842192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "cds",
  "timestamp": 1654688842830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "clamp",
  "timestamp": 1654688842192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "cds",
  "timestamp": 1654688842830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:49:34.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:34.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "cds",
  "timestamp": 1654688850854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:49:34.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "aai-ml",
  "timestamp": 1654688852008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:49:34.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:49:34.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "cds",
  "timestamp": 1654688851859,
  "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-06-08T11:49:34.351Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f473271c-f30b-41d1-8f3e-430470eb785c
2022-06-08T11:49:34.351Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f473271c-f30b-41d1-8f3e-430470eb785c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:49:34.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "aai-ml",
  "timestamp": 1654688853014,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:49:34.367Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ba40bb23-01ae-47e7-85cd-3925258686e3
2022-06-08T11:49:34.367Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba40bb23-01ae-47e7-85cd-3925258686e3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:49:34.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:49:34.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688852807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:49:34.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:49:52.286Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:49:52.298Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:49:52.302Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:49:52.302Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T11:49:52.302Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T11:49:52.302Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T11:49:52.302Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:49:52.302Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:49:52.303Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:49:52.303Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:49:52.303Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:49:52.303Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:49:52.303Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:49:52.303Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:49:52.309Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T11:50:22.310Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10cac361-8283-4ca4-b368-3e19f508fa04 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-08T11:50:22.316Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10cac361-8283-4ca4-b368-3e19f508fa04 and serviceModelVersionId: 375c0bd7-cdc6-4dc0-8b17-c628350ddd6b
2022-06-08T11:50:22.316Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2146efd8-2730-46f2-9ef4-d18929f6d35f
2022-06-08T11:50:22.317Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2146efd8-2730-46f2-9ef4-d18929f6d35f/model-vers/model-ver/375c0bd7-cdc6-4dc0-8b17-c628350ddd6b?depth=0
2022-06-08T11:50:22.322Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T11:50:22.368Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2146efd8-2730-46f2-9ef4-d18929f6d35f/model-vers/model-ver/375c0bd7-cdc6-4dc0-8b17-c628350ddd6b?depth=0|INFO|500||Invoke
2022-06-08T11:50:22.369Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2146efd8-2730-46f2-9ef4-d18929f6d35f/model-vers/model-ver/375c0bd7-cdc6-4dc0-8b17-c628350ddd6b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2146efd8-2730-46f2-9ef4-d18929f6d35f/model-vers/model-ver/375c0bd7-cdc6-4dc0-8b17-c628350ddd6b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10cac361-8283-4ca4-b368-3e19f508fa04], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a0788f8-a841-4358-88c7-756ab514ee30], X-ECOMP-RequestID=[10cac361-8283-4ca4-b368-3e19f508fa04], X-TransactionId=[], X-ONAP-RequestID=[10cac361-8283-4ca4-b368-3e19f508fa04], Content-Type=[application/merge-patch+json]}
2022-06-08T11:50:22.391Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2146efd8-2730-46f2-9ef4-d18929f6d35f/model-vers/model-ver/375c0bd7-cdc6-4dc0-8b17-c628350ddd6b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T11:50:22.484Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2146efd8-2730-46f2-9ef4-d18929f6d35f/model-vers/model-ver/375c0bd7-cdc6-4dc0-8b17-c628350ddd6b?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/2146efd8-2730-46f2-9ef4-d18929f6d35f/model-vers/model-ver/375c0bd7-cdc6-4dc0-8b17-c628350ddd6b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220608-11:50:23:490-44995], vertex-id=[184416], Content-Length=[0], Date=[Wed, 08 Jun 2022 11:50:23 GMT], Content-Type=[application/json]}
2022-06-08T11:50:22.484Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2146efd8-2730-46f2-9ef4-d18929f6d35f/model-vers/model-ver/375c0bd7-cdc6-4dc0-8b17-c628350ddd6b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-08T11:50:22.485Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2146efd8-2730-46f2-9ef4-d18929f6d35f/model-vers/model-ver/375c0bd7-cdc6-4dc0-8b17-c628350ddd6b?depth=0|INFO|500||InvokeReturn
2022-06-08T11:50:22.485Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T11:50:22.485Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:50:22.491Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T11:50:22.491Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10cac361-8283-4ca4-b368-3e19f508fa04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T11:50:22.492Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T11:50:22.492Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:22.494Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:22.494Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689022492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:50:22.595Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:50:22.596Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:22.596Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:22.624Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:22.625Z||pool-50-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T11:50:23.508Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:50:23.508Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:50:23.508Z|10cac361-8283-4ca4-b368-3e19f508fa04|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:28.085Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:28.086Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-08T11:50:28.087Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ba40bb23-01ae-47e7-85cd-3925258686e3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b","serviceDescription":"service","serviceInvariantUUID":"89a88349-a9b7-4e0a-94ce-aec105cdb671","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b584c62c-1564-442f-a573-1c5a22617b51","resourceInvariantUUID":"dbbf5e59-2f73-4d4e-a8d6-29a3adb35136","resourceCustomizationUUID":"455c1a96-8208-48e8-ac87-8dbf82af6452","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":"NjM5OTdmMGU4NmJiMzJiMWMzMmE1YTk0ZTJiODkxMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80987dc5-b60d-4f41-a092-d4200064ae2d","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":"4acade82-a9e5-41e1-b6ef-00a71fbe2f50","artifactVersion":"2","generatedFromUUID":"af0a3e4e-e821-4835-b255-2933e55aebb0"},{"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":"af0a3e4e-e821-4835-b255-2933e55aebb0","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":"Y2YxMGE3YTY0NzJlYjNlYTAzY2Y3NGI5MGM3ZmM1ODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d20fac7-a0ab-439e-b6c8-b2f204dbd3cc","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":"e370100b-fbd5-4131-b0f7-bf29515b314b","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":"73717da0-58f9-42bc-a8ab-efe77f801461","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":"5a7932de-9c4a-4f37-a1a2-7a7644458630","artifactVersion":"2","generatedFromUUID":"e370100b-fbd5-4131-b0f7-bf29515b314b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTBhZDMyYjAzY2FhN2Y4YTY3ODA4NGYyZTczY2ZkNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e624aaa2-165d-43f0-95d0-639ab31df7ba","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTQ5N2Q4MDhhYmQwNmYxYTU0ODk2MzgxM2I1Y2NmNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"699ccf62-5737-46eb-9a6b-282e94300ec7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T11:50:28.089Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:50:28.089Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:28.091Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:28.091Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:28.194Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-08T11:50:28.195Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:28.195Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:28.222Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:28.223Z||pool-51-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:50:29.092Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:50:29.092Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:29.095Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:29.095Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-08T11:50:29.196Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:50:29.197Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:29.197Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:29.236Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:29.237Z||pool-52-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:30.096Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:50:30.097Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:30.099Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:30.100Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-08T11:50:30.201Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T11:50:30.202Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:30.202Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:30.233Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:30.234Z||pool-53-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:31.100Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:50:31.101Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:31.103Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:31.103Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:50:31.203Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:50:31.205Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:31.205Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:31.223Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:31.224Z||pool-54-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:32.103Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:50:32.104Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:32.106Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:32.106Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:50:32.206Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:50:32.208Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:32.208Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:32.239Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:32.240Z||pool-55-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:50:33.107Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:50:33.108Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:33.110Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:33.110Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:33.210Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:50:33.211Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:33.212Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:33.233Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:33.234Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:50:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:50:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:34.035Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:34.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688852807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:50:34.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "policy-id",
  "timestamp": 1654688854779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688852807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:50:34.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "policy-id",
  "timestamp": 1654688854779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688852807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "policy-id",
  "timestamp": 1654688854779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:50:34.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688852807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-08T11:50:34.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "policy-id",
  "timestamp": 1654688854779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688857919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688852807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "policy-id",
  "timestamp": 1654688854779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688857919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688852807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:50:34.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "policy-id",
  "timestamp": 1654688854779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "clamp",
  "timestamp": 1654688861158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:34.043Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688857919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688860535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:34.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "policy-id",
  "timestamp": 1654688854779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:50:34.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688857919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688861605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:34.045Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688861881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "policy-id",
  "timestamp": 1654688862498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:34.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "clamp",
  "timestamp": 1654688863167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:50:34.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688857919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688861881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "policy-id",
  "timestamp": 1654688863503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:50:34.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688862669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:34.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "clamp",
  "timestamp": 1654688864171,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:50:34.056Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ba40bb23-01ae-47e7-85cd-3925258686e3
2022-06-08T11:50:34.057Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba40bb23-01ae-47e7-85cd-3925258686e3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:50:34.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688857919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688861881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "policy-id",
  "timestamp": 1654688864507,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:50:34.071Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f473271c-f30b-41d1-8f3e-430470eb785c
2022-06-08T11:50:34.071Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f473271c-f30b-41d1-8f3e-430470eb785c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:50:34.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688863707,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:50:34.082Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f473271c-f30b-41d1-8f3e-430470eb785c
2022-06-08T11:50:34.083Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f473271c-f30b-41d1-8f3e-430470eb785c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-08T11:50:34.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "aai-ml",
  "timestamp": 1654688863960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654688857919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688861881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654688864710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T11:50:34.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "aai-ml",
  "timestamp": 1654688863960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688861881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "aai-ml",
  "timestamp": 1654688863960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688861881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "aai-ml",
  "timestamp": 1654688863960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688861881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:50:34.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "aai-ml",
  "timestamp": 1654688863960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "aai-ml",
  "timestamp": 1654688863960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688869696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:34.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "aai-ml",
  "timestamp": 1654688863960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:50:34.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "aai-ml",
  "timestamp": 1654688871811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:34.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "clamp",
  "timestamp": 1654688872192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688873129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:50:34.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "clamp",
  "timestamp": 1654688872192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:50:34.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654688874135,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:50:34.103Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f473271c-f30b-41d1-8f3e-430470eb785c
2022-06-08T11:50:34.103Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f473271c-f30b-41d1-8f3e-430470eb785c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:50:34.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:50:34.111Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:34.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "clamp",
  "timestamp": 1654688872192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "clamp",
  "timestamp": 1654688872192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "clamp",
  "timestamp": 1654688872192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "clamp",
  "timestamp": 1654688872192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:34.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "clamp",
  "timestamp": 1654688872192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:50:34.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:50:34.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "aai-ml",
  "timestamp": 1654688880496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:50:34.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "aai-ml",
  "timestamp": 1654688881502,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:50:34.117Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:34.117Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-08T11:50:34.118Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f473271c-f30b-41d1-8f3e-430470eb785c
2022-06-08T11:50:34.118Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f473271c-f30b-41d1-8f3e-430470eb785c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:50:34.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "clamp",
  "timestamp": 1654688888161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:34.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "clamp",
  "timestamp": 1654688890170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:50:34.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:50:34.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:50:34.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "clamp",
  "timestamp": 1654688891175,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:50:34.131Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f473271c-f30b-41d1-8f3e-430470eb785c
2022-06-08T11:50:34.131Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f473271c-f30b-41d1-8f3e-430470eb785c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:50:34.217Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:50:34.218Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:34.218Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:34.270Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:34.271Z||pool-57-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:35.118Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:50:35.119Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:35.121Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:35.121Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:50:35.221Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:50:35.222Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:35.222Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:35.258Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:35.259Z||pool-58-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:36.122Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:50:36.123Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:36.125Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:36.125Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:50:36.225Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:50:36.227Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:36.227Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:36.251Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:36.251Z||pool-59-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:37.126Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "89a88349-a9b7-4e0a-94ce-aec105cdb671",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "455c1a96-8208-48e8-ac87-8dbf82af6452",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b584c62c-1564-442f-a573-1c5a22617b51",
      "resourceInvariantUUID": "dbbf5e59-2f73-4d4e-a8d6-29a3adb35136",
      "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": "4acade82-a9e5-41e1-b6ef-00a71fbe2f50",
          "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": "af0a3e4e-e821-4835-b255-2933e55aebb0",
          "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": "Y2YxMGE3YTY0NzJlYjNlYTAzY2Y3NGI5MGM3ZmM1ODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2d20fac7-a0ab-439e-b6c8-b2f204dbd3cc",
          "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": "e370100b-fbd5-4131-b0f7-bf29515b314b",
          "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": "5a7932de-9c4a-4f37-a1a2-7a7644458630",
            "generatedFromUUID": "e370100b-fbd5-4131-b0f7-bf29515b314b"
          },
          "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": "5a7932de-9c4a-4f37-a1a2-7a7644458630",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTQ5N2Q4MDhhYmQwNmYxYTU0ODk2MzgxM2I1Y2NmNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "699ccf62-5737-46eb-9a6b-282e94300ec7"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T11:50:37.127Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T11:50:37.127Z|10cac361-8283-4ca4-b368-3e19f508fa04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b ASDC
2022-06-08T11:50:37.128Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ba40bb23-01ae-47e7-85cd-3925258686e3
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b
ServiceInvariantUUID:89a88349-a9b7-4e0a-94ce-aec105cdb671
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:699ccf62-5737-46eb-9a6b-282e94300ec7
ArtifactChecksum:NTQ5N2Q4MDhhYmQwNmYxYTU0ODk2MzgxM2I1Y2NmNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:455c1a96-8208-48e8-ac87-8dbf82af6452
ResourceInvariantUUID:dbbf5e59-2f73-4d4e-a8d6-29a3adb35136
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:b584c62c-1564-442f-a573-1c5a22617b51
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:4acade82-a9e5-41e1-b6ef-00a71fbe2f50
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:af0a3e4e-e821-4835-b255-2933e55aebb0
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:2d20fac7-a0ab-439e-b6c8-b2f204dbd3cc
ArtifactChecksum:Y2YxMGE3YTY0NzJlYjNlYTAzY2Y3NGI5MGM3ZmM1ODY=
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:e370100b-fbd5-4131-b0f7-bf29515b314b
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:5a7932de-9c4a-4f37-a1a2-7a7644458630
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:5a7932de-9c4a-4f37-a1a2-7a7644458630
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-08T11:50:37.128Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T11:50:37.173Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:50:37.174Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:50:37.174Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:50:37.174Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 699ccf62-5737-46eb-9a6b-282e94300ec7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-08T11:50:37.174Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:50:37.174Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-08T11:50:37.444Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:50:37.448Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 699ccf62-5737-46eb-9a6b-282e94300ec7 68950
2022-06-08T11:50:37.448Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-08T11:50:37.448Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-08T11:50:37.449Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:50:37.449Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:37.451Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:37.451Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689037448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:37.552Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:50:37.553Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:37.553Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:37.579Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:37.579Z||pool-60-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:50:38.452Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:50:38.453Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:50:38.453Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 699ccf62-5737-46eb-9a6b-282e94300ec7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T11:50:38.454Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-08T11:50:38.455Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T11:50:38.455Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T11:50:38.573Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10972637461476110700/Definitions/service-BasicCnf-template.yml
2022-06-08T11:50:39.714Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T11:50:39.714Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-08T11:50:39.714Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T11:50:39.714Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-08T11:50:39.714Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T11:50:39.715Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T11:50:39.715Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T11:50:39.715Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-08T11:50:39.715Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-08T11:50:39.715Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.715Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:39.716Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T11:50:39.716Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-08T11:50:39.716Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:50:39.716Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.716Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:39.716Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T11:50:39.716Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-08T11:50:39.717Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:50:39.717Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.717Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:39.717Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.717Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-08T11:50:39.717Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-08T11:50:39.717Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-08T11:50:39.718Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T11:50:39.718Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.718Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T11:50:39.718Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.718Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T11:50:39.718Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:50:39.719Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.719Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T11:50:39.719Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:50:39.719Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.719Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T11:50:39.719Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:50:39.719Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.719Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-08T11:50:39.720Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-08T11:50:39.720Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7c156031-9ba3-4e5b-97f3-604f210db830
2022-06-08T11:50:39.720Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.720Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:39.720Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.720Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:39.720Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.720Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:39.721Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:39.721Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:39.721Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b
Model Version:NULL
Model InvariantUuid:89a88349-a9b7-4e0a-94ce-aec105cdb671
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:5c452a67-0877-4a7d-84ef-d624c14fc73e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dbbf5e59-2f73-4d4e-a8d6-29a3adb35136
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:455c1a96-8208-48e8-ac87-8dbf82af6452
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:432277b6-c3b1-492d-b636-e11803d1ecc4
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e2a86b42-2d58-4c4c-add5-63e33a32e5e0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7c156031-9ba3-4e5b-97f3-604f210db830
ModelInvariantUuid:1c14c774-46e1-4e64-a111-51dde0ac1fc2
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:37350015-9fa1-4cd1-83cb-208685242359
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:656aff50-1cf3-4e8d-97a8-f21ca26810d6
ModelInvariantUuid:db84baae-836f-4d9e-86d4-8ffd2a90eb27
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:010415e0-65ba-453a-b5e9-4d5f83e3c29a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-08T11:50:39.727Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b584c62c-1564-442f-a573-1c5a22617b51
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:50:39.730Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-06-08T11:50:39.731Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b584c62c-1564-442f-a573-1c5a22617b51
2022-06-08T11:50:39.731Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4acade82-a9e5-41e1-b6ef-00a71fbe2f50 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-08T11:50:39.731Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:50:39.731Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-08T11:50:39.808Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:50:39.809Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4acade82-a9e5-41e1-b6ef-00a71fbe2f50 12
2022-06-08T11:50:39.809Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-08T11:50:39.810Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-08T11:50:39.810Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:50:39.810Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:39.812Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:39.813Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689039809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:39.913Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:50:39.914Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:39.914Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:39.946Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:39.947Z||pool-61-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:40.814Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: af0a3e4e-e821-4835-b255-2933e55aebb0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-08T11:50:40.815Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:50:40.815Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-08T11:50:40.873Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:50:40.873Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz af0a3e4e-e821-4835-b255-2933e55aebb0 2688
2022-06-08T11:50:40.874Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-08T11:50:40.874Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-08T11:50:40.874Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:50:40.875Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:40.877Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:40.877Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689040874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:40.978Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:50:40.980Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:40.980Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:40.999Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:40.999Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:41.879Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2d20fac7-a0ab-439e-b6c8-b2f204dbd3cc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-08T11:50:41.880Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:50:41.880Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-08T11:50:41.958Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:50:41.959Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2d20fac7-a0ab-439e-b6c8-b2f204dbd3cc 828
2022-06-08T11:50:41.959Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-08T11:50:41.959Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-08T11:50:41.959Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:50:41.959Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:41.961Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:41.961Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689041959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:42.061Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:50:42.063Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:42.063Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:42.123Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:42.124Z||pool-63-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:42.962Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "432277b6-c3b1-492d-b636-e11803d1ecc4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2a86b42-2d58-4c4c-add5-63e33a32e5e0",
    "vfModuleModelCustomizationUUID": "1bfd75e5-7e46-41b5-8771-4928bf10f17f",
    "isBase": true,
    "artifacts": [
      "e370100b-fbd5-4131-b0f7-bf29515b314b",
      "af0a3e4e-e821-4835-b255-2933e55aebb0",
      "5a7932de-9c4a-4f37-a1a2-7a7644458630"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T11:50:42.966Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2a86b42-2d58-4c4c-add5-63e33a32e5e0
VfModuleModelInvariantUUID:432277b6-c3b1-492d-b636-e11803d1ecc4
VfModuleModelDescription:NULL
Artifacts UUID List:{
e370100b-fbd5-4131-b0f7-bf29515b314b
,
af0a3e4e-e821-4835-b255-2933e55aebb0
,
5a7932de-9c4a-4f37-a1a2-7a7644458630

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

isBase:true


}

2022-06-08T11:50:42.968Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "432277b6-c3b1-492d-b636-e11803d1ecc4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2a86b42-2d58-4c4c-add5-63e33a32e5e0",
    "vfModuleModelCustomizationUUID": "1bfd75e5-7e46-41b5-8771-4928bf10f17f",
    "isBase": true,
    "artifacts": [
      "e370100b-fbd5-4131-b0f7-bf29515b314b",
      "af0a3e4e-e821-4835-b255-2933e55aebb0",
      "5a7932de-9c4a-4f37-a1a2-7a7644458630"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T11:50:42.968Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2a86b42-2d58-4c4c-add5-63e33a32e5e0
VfModuleModelInvariantUUID:432277b6-c3b1-492d-b636-e11803d1ecc4
VfModuleModelDescription:NULL
Artifacts UUID List:{
e370100b-fbd5-4131-b0f7-bf29515b314b
,
af0a3e4e-e821-4835-b255-2933e55aebb0
,
5a7932de-9c4a-4f37-a1a2-7a7644458630

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

isBase:true


}

2022-06-08T11:50:42.968Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e370100b-fbd5-4131-b0f7-bf29515b314b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-08T11:50:42.968Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:50:42.969Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-08T11:50:43.147Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:50:43.148Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e370100b-fbd5-4131-b0f7-bf29515b314b 1164
2022-06-08T11:50:43.148Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-08T11:50:43.148Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-08T11:50:43.148Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:50:43.149Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:43.151Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:43.151Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689043148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:43.251Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:50:43.253Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:43.253Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:43.272Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:43.273Z||pool-64-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:50:44.154Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5a7932de-9c4a-4f37-a1a2-7a7644458630 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-08T11:50:44.154Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:50:44.154Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-08T11:50:44.261Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:50:44.261Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5a7932de-9c4a-4f37-a1a2-7a7644458630 200
2022-06-08T11:50:44.261Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-08T11:50:44.262Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-08T11:50:44.262Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:50:44.262Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:44.264Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:44.264Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689044261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:50:44.366Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-08T11:50:44.367Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:44.367Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:44.399Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:44.399Z||pool-65-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:50:45.264Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b
2022-06-08T11:50:45.265Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b584c62c-1564-442f-a573-1c5a22617b51 ASDC
2022-06-08T11:50:45.276Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:50:45.287Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60ef4f7c, org.onap.sdc.toscaparser.api.parameters.Input@bbb81ea, org.onap.sdc.toscaparser.api.parameters.Input@7a268935, org.onap.sdc.toscaparser.api.parameters.Input@2e2d5949, org.onap.sdc.toscaparser.api.parameters.Input@34a3775f]
2022-06-08T11:50:45.288Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.288Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:45.288Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-08T11:50:45.289Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 455c1a96-8208-48e8-ac87-8dbf82af6452
2022-06-08T11:50:45.289Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 455c1a96-8208-48e8-ac87-8dbf82af6452 matches Tosca VF Customization UUID: 455c1a96-8208-48e8-ac87-8dbf82af6452
2022-06-08T11:50:45.289Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 455c1a96-8208-48e8-ac87-8dbf82af6452  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-08T11:50:45.291Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.291Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:45.292Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 455c1a96-8208-48e8-ac87-8dbf82af6452: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-08T11:50:45.292Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69c2a568
2022-06-08T11:50:45.292Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.292Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T11:50:45.293Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1bfd75e5-7e46-41b5-8771-4928bf10f17f
2022-06-08T11:50:45.293Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1bfd75e5-7e46-41b5-8771-4928bf10f17f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-08T11:50:45.296Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.296Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T11:50:45.296Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:50:45.296Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.296Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T11:50:45.296Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:50:45.297Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.297Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-08T11:50:45.297Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-08T11:50:45.297Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7c156031-9ba3-4e5b-97f3-604f210db830
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-08T11:50:45.300Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.300Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T11:50:45.300Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:50:45.300Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.300Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-08T11:50:45.301Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=455c1a96-8208-48e8-ac87-8dbf82af6452
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:50:45.302Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.302Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:45.302Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b: basic_cnf
2022-06-08T11:50:45.303Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.303Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:45.303Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.303Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:45.303Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.303Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:45.304Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.304Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:45.304Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:50:45.304Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:50:45.304Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:50:45.379Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b584c62c-1564-442f-a573-1c5a22617b51 1 ASDC deployResourceStructure
2022-06-08T11:50:45.380Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-08T11:50:45.380Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-08T11:50:45.380Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-08T11:50:45.380Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:45.382Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:45.382Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689045379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-08T11:50:45.483Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:50:45.484Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:45.484Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:45.501Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:45.502Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:50:46.384Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-08T11:50:46.384Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-08T11:50:46.384Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-08T11:50:46.384Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:46.386Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:46.387Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689046383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-08T11:50:46.487Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:50:46.488Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:46.488Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:46.506Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:46.507Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:47.387Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-08T11:50:47.388Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-08T11:50:47.388Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:50:47.388Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:47.390Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:47.390Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689047387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T11:50:47.491Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:50:47.492Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:47.492Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:47.555Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:47.556Z||pool-68-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:48.391Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-08T11:50:48.392Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-08T11:50:48.392Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:50:48.393Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:48.395Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:48.396Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689048391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T11:50:48.495Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:50:48.496Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:48.496Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:48.538Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:48.539Z||pool-69-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:49.397Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-08T11:50:49.397Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-08T11:50:49.397Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:50:49.398Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:49.400Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:49.401Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689049396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-08T11:50:49.500Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:50:49.502Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:49.502Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:49.544Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:49.544Z||pool-70-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:50:50.402Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-08T11:50:50.403Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-08T11:50:50.403Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:50:50.403Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:50:50.406Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:50:50.406Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689050402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:50:50.507Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:50:50.508Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:50:50.508Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:50:50.548Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:50:50.549Z||pool-71-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:50:51.408Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba40bb23-01ae-47e7-85cd-3925258686e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:50:51.419Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba40bb23-01ae-47e7-85cd-3925258686e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:50:51.422Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:50:51.422Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T11:50:51.422Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T11:50:51.422Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T11:50:51.422Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:50:51.422Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:50:51.423Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:50:51.423Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:50:51.423Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:50:51.423Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:50:51.423Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:50:51.428Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T11:51:21.429Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba40bb23-01ae-47e7-85cd-3925258686e3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-08T11:51:21.440Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba40bb23-01ae-47e7-85cd-3925258686e3 and serviceModelVersionId: b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b
2022-06-08T11:51:21.441Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89a88349-a9b7-4e0a-94ce-aec105cdb671
2022-06-08T11:51:21.442Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89a88349-a9b7-4e0a-94ce-aec105cdb671/model-vers/model-ver/b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b?depth=0
2022-06-08T11:51:21.447Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T11:51:21.499Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89a88349-a9b7-4e0a-94ce-aec105cdb671/model-vers/model-ver/b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b?depth=0|INFO|500||Invoke
2022-06-08T11:51:21.500Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89a88349-a9b7-4e0a-94ce-aec105cdb671/model-vers/model-ver/b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89a88349-a9b7-4e0a-94ce-aec105cdb671/model-vers/model-ver/b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba40bb23-01ae-47e7-85cd-3925258686e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[681f7ef3-28b1-402d-8bdb-7ba164ae595e], X-ECOMP-RequestID=[ba40bb23-01ae-47e7-85cd-3925258686e3], X-TransactionId=[], X-ONAP-RequestID=[ba40bb23-01ae-47e7-85cd-3925258686e3], Content-Type=[application/merge-patch+json]}
2022-06-08T11:51:21.519Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89a88349-a9b7-4e0a-94ce-aec105cdb671/model-vers/model-ver/b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T11:51:21.635Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89a88349-a9b7-4e0a-94ce-aec105cdb671/model-vers/model-ver/b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b?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/89a88349-a9b7-4e0a-94ce-aec105cdb671/model-vers/model-ver/b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220608-11:51:22:617-17992], vertex-id=[254144], Content-Length=[0], Date=[Wed, 08 Jun 2022 11:51:22 GMT], Content-Type=[application/json]}
2022-06-08T11:51:21.635Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89a88349-a9b7-4e0a-94ce-aec105cdb671/model-vers/model-ver/b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-08T11:51:21.636Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89a88349-a9b7-4e0a-94ce-aec105cdb671/model-vers/model-ver/b0a54cfc-3ee0-40d0-a086-d1b44c2caa2b?depth=0|INFO|500||InvokeReturn
2022-06-08T11:51:21.637Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T11:51:21.637Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:51:21.643Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T11:51:21.643Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba40bb23-01ae-47e7-85cd-3925258686e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T11:51:21.643Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T11:51:21.644Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:21.647Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:21.647Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689081643,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:51:21.747Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:51:21.748Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:21.748Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:21.772Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:21.772Z||pool-72-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T11:51:22.660Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-08T11:51:22.661Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f473271c-f30b-41d1-8f3e-430470eb785c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c317af84-7bea-48c4-9bc6-3c289ee52b10","serviceDescription":"service","serviceInvariantUUID":"2b38cff1-23ca-4760-b066-39f3504c7e4a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3048b086-ae2c-4468-b119-5a2d4bf2f5e6","resourceInvariantUUID":"27368d6f-0cde-4a19-a807-5757654750a6","resourceCustomizationUUID":"c2287f66-6376-4e9b-ba03-4d64880a8bf7","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":"NzVlY2JjODkzY2M5NmNmY2I1YTAyZTUzZDAwNDYyN2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8499a450-8884-487d-af0d-8dea411076ff","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":"MjYzZWYxY2RjM2QzYzY0MzU3MDg3ZmMyNGU1MWMyZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b69da552-9bd2-483f-bf5f-f2ac012d2c3d","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":"ba0e8e75-74d1-4e27-80db-7aa408e434c1","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":"93e3e62c-d3f6-45b9-92d6-10129aa35cd9","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":"b2f378d9-cf15-4884-b841-291f1fcc4bff","artifactVersion":"2","generatedFromUUID":"ba0e8e75-74d1-4e27-80db-7aa408e434c1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzcyMGQ5MTM5MDI5MmZjMjliNTI3YWZjMjhkMDZhMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45f743da-c27c-4b0b-a390-33003b6e5324","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjU4OGYzYWEyZTdlMTM4NDcyZDBhMjIzNTRiNjg3NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"097e6d4b-f321-421a-b08c-24579a7901fa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T11:51:22.661Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:51:22.661Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:22.664Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:22.664Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:51:22.764Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:51:22.765Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:22.765Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:22.788Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:22.789Z||pool-73-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:51:23.664Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:51:23.665Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:23.667Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:23.667Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:51:23.767Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:51:23.768Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:23.769Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:23.787Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:23.787Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:51:24.668Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:51:24.669Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:24.671Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:24.672Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:51:24.772Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:51:24.773Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:24.773Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:24.791Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:24.792Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:51:25.672Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:51:25.673Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:25.675Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:25.676Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:51:25.776Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:51:25.777Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:25.777Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:25.798Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:25.799Z||pool-76-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:51:26.676Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:51:26.677Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:26.680Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:26.680Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-08T11:51:26.780Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:51:26.781Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:26.781Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:26.806Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:26.806Z||pool-77-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:51:27.680Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:51:27.681Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:27.683Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:27.684Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:51:27.784Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:51:27.785Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:27.785Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:27.812Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:27.813Z||pool-78-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:51:28.685Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T11:51:28.687Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:28.690Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:28.690Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:51:28.791Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:51:28.792Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:28.792Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:28.822Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:28.823Z||pool-79-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:51:29.692Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "c317af84-7bea-48c4-9bc6-3c289ee52b10",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b38cff1-23ca-4760-b066-39f3504c7e4a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c2287f66-6376-4e9b-ba03-4d64880a8bf7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3048b086-ae2c-4468-b119-5a2d4bf2f5e6",
      "resourceInvariantUUID": "27368d6f-0cde-4a19-a807-5757654750a6",
      "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": "MjYzZWYxY2RjM2QzYzY0MzU3MDg3ZmMyNGU1MWMyZDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b69da552-9bd2-483f-bf5f-f2ac012d2c3d",
          "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": "ba0e8e75-74d1-4e27-80db-7aa408e434c1",
          "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": "b2f378d9-cf15-4884-b841-291f1fcc4bff",
            "generatedFromUUID": "ba0e8e75-74d1-4e27-80db-7aa408e434c1"
          },
          "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": "b2f378d9-cf15-4884-b841-291f1fcc4bff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjU4OGYzYWEyZTdlMTM4NDcyZDBhMjIzNTRiNjg3NWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "097e6d4b-f321-421a-b08c-24579a7901fa"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T11:51:29.693Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T11:51:29.693Z|ba40bb23-01ae-47e7-85cd-3925258686e3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c317af84-7bea-48c4-9bc6-3c289ee52b10 ASDC
2022-06-08T11:51:29.694Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f473271c-f30b-41d1-8f3e-430470eb785c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:c317af84-7bea-48c4-9bc6-3c289ee52b10
ServiceInvariantUUID:2b38cff1-23ca-4760-b066-39f3504c7e4a
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:097e6d4b-f321-421a-b08c-24579a7901fa
ArtifactChecksum:YjU4OGYzYWEyZTdlMTM4NDcyZDBhMjIzNTRiNjg3NWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c2287f66-6376-4e9b-ba03-4d64880a8bf7
ResourceInvariantUUID:27368d6f-0cde-4a19-a807-5757654750a6
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3048b086-ae2c-4468-b119-5a2d4bf2f5e6
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:b69da552-9bd2-483f-bf5f-f2ac012d2c3d
ArtifactChecksum:MjYzZWYxY2RjM2QzYzY0MzU3MDg3ZmMyNGU1MWMyZDQ=
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:ba0e8e75-74d1-4e27-80db-7aa408e434c1
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:b2f378d9-cf15-4884-b841-291f1fcc4bff
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:b2f378d9-cf15-4884-b841-291f1fcc4bff
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-08T11:51:29.694Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c317af84-7bea-48c4-9bc6-3c289ee52b10 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T11:51:29.736Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:51:29.738Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:51:29.738Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:51:29.738Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 097e6d4b-f321-421a-b08c-24579a7901fa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-08T11:51:29.738Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:51:29.739Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-08T11:51:30.076Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:51:30.080Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 097e6d4b-f321-421a-b08c-24579a7901fa 71054
2022-06-08T11:51:30.080Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-08T11:51:30.080Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-08T11:51:30.081Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:51:30.081Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:30.084Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:30.084Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689090080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:51:30.189Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-08T11:51:30.190Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:30.190Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:30.221Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:30.221Z||pool-80-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:51:31.085Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T11:51:31.086Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-08T11:51:31.087Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 097e6d4b-f321-421a-b08c-24579a7901fa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:31.087Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-08T11:51:31.087Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:31.088Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:31.249Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11822696591369439967/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-08T11:51:32.505Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T11:51:32.506Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-08T11:51:32.506Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:32.507Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-08T11:51:32.507Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:32.507Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:32.507Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:32.507Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:32.507Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:32.507Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:32.507Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:32.507Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:32.507Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-08T11:51:32.507Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-08T11:51:32.508Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.508Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:32.508Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T11:51:32.508Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-08T11:51:32.508Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:51:32.508Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.509Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:32.509Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T11:51:32.509Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-08T11:51:32.509Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T11:51:32.509Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.509Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:32.509Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.509Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-08T11:51:32.510Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-08T11:51:32.510Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-08T11:51:32.510Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-08T11:51:32.510Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-08T11:51:32.510Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T11:51:32.510Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.510Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T11:51:32.511Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.511Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T11:51:32.511Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:51:32.511Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.511Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T11:51:32.511Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:51:32.511Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.512Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T11:51:32.512Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:51:32.512Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.512Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-08T11:51:32.512Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-08T11:51:32.512Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-08T11:51:32.512Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=907e24a1-4e73-46ff-aee5-6099acb021b9
2022-06-08T11:51:32.513Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.513Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:32.513Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.513Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:32.513Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.513Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:32.513Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:32.514Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:32.514Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:c317af84-7bea-48c4-9bc6-3c289ee52b10
Model Version:NULL
Model InvariantUuid:2b38cff1-23ca-4760-b066-39f3504c7e4a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:9535c19a-0547-455e-a3fb-f65dc4ef3ee1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:27368d6f-0cde-4a19-a807-5757654750a6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c2287f66-6376-4e9b-ba03-4d64880a8bf7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a7fa2563-4ad3-41bc-9100-f95e55be5ca6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:84bb5cd5-49c5-44d0-8e40-20f0a4ac3a65
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:907e24a1-4e73-46ff-aee5-6099acb021b9
ModelInvariantUuid:df08de76-a101-43ea-b53d-8d2695e3f200
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:d0c06ee4-2ee8-4e55-a178-4492c8b69d0c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e3d56417-3837-4910-9361-de4bb7c1ea99
ModelInvariantUuid:2e25439b-b2e2-410b-845d-ba0c85d7c511
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:b8158eb1-41ed-4618-a697-c80cefa3acb5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-08T11:51:32.523Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3048b086-ae2c-4468-b119-5a2d4bf2f5e6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:51:32.527Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-06-08T11:51:32.527Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3048b086-ae2c-4468-b119-5a2d4bf2f5e6
2022-06-08T11:51:32.527Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b69da552-9bd2-483f-bf5f-f2ac012d2c3d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-08T11:51:32.527Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:51:32.527Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-08T11:51:32.652Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:51:32.653Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b69da552-9bd2-483f-bf5f-f2ac012d2c3d 787
2022-06-08T11:51:32.653Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-08T11:51:32.653Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-08T11:51:32.653Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:51:32.653Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:32.655Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:32.655Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689092653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:51:32.756Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T11:51:32.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-06-08T11:51:32.757Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:32.793Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:32.793Z||pool-81-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:51:33.656Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a7fa2563-4ad3-41bc-9100-f95e55be5ca6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "84bb5cd5-49c5-44d0-8e40-20f0a4ac3a65",
    "vfModuleModelCustomizationUUID": "0f2e7ce3-2a22-46f9-adab-0652df653d0f",
    "isBase": true,
    "artifacts": [
      "ba0e8e75-74d1-4e27-80db-7aa408e434c1",
      "b2f378d9-cf15-4884-b841-291f1fcc4bff"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T11:51:33.660Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84bb5cd5-49c5-44d0-8e40-20f0a4ac3a65
VfModuleModelInvariantUUID:a7fa2563-4ad3-41bc-9100-f95e55be5ca6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba0e8e75-74d1-4e27-80db-7aa408e434c1
,
b2f378d9-cf15-4884-b841-291f1fcc4bff

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

isBase:true


}

2022-06-08T11:51:33.662Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a7fa2563-4ad3-41bc-9100-f95e55be5ca6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "84bb5cd5-49c5-44d0-8e40-20f0a4ac3a65",
    "vfModuleModelCustomizationUUID": "0f2e7ce3-2a22-46f9-adab-0652df653d0f",
    "isBase": true,
    "artifacts": [
      "ba0e8e75-74d1-4e27-80db-7aa408e434c1",
      "b2f378d9-cf15-4884-b841-291f1fcc4bff"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T11:51:33.662Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84bb5cd5-49c5-44d0-8e40-20f0a4ac3a65
VfModuleModelInvariantUUID:a7fa2563-4ad3-41bc-9100-f95e55be5ca6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba0e8e75-74d1-4e27-80db-7aa408e434c1
,
b2f378d9-cf15-4884-b841-291f1fcc4bff

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

isBase:true


}

2022-06-08T11:51:33.662Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ba0e8e75-74d1-4e27-80db-7aa408e434c1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-08T11:51:33.662Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:51:33.662Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-08T11:51:33.803Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:51:33.804Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ba0e8e75-74d1-4e27-80db-7aa408e434c1 5033
2022-06-08T11:51:33.805Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-08T11:51:33.805Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-08T11:51:33.805Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:51:33.805Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:33.807Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:33.807Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689093804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:51:33.908Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:51:33.909Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:33.909Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:33.928Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:33.929Z||pool-82-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:51:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:51:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:51:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:34.017Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:34.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:51:34.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10cac361-8283-4ca4-b368-3e19f508fa04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689022492,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:51:34.020Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:51:34.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:51:34.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:51:34.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:51:34.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:51:34.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-08T11:51:34.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:51:34.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:51:34.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-08T11:51:34.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:51:34.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:51:34.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:51:34.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:51:34.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:51:34.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:51:34.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:51:34.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:51:34.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:51:34.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:51:34.809Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b2f378d9-cf15-4884-b841-291f1fcc4bff from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-08T11:51:34.810Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-08T11:51:34.811Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-08T11:51:34.874Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-08T11:51:34.875Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b2f378d9-cf15-4884-b841-291f1fcc4bff 903
2022-06-08T11:51:34.875Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-08T11:51:34.876Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-08T11:51:34.876Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T11:51:34.876Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:34.878Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:34.879Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689094875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:51:34.979Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T11:51:34.980Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:34.980Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:35.033Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:35.034Z||pool-83-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:51:35.879Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c317af84-7bea-48c4-9bc6-3c289ee52b10
2022-06-08T11:51:35.880Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3048b086-ae2c-4468-b119-5a2d4bf2f5e6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:51:35.896Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18395d0a, org.onap.sdc.toscaparser.api.parameters.Input@3d50232, org.onap.sdc.toscaparser.api.parameters.Input@320d2314, org.onap.sdc.toscaparser.api.parameters.Input@749b3a2a, org.onap.sdc.toscaparser.api.parameters.Input@2618e8be]
2022-06-08T11:51:35.897Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.897Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:35.898Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-08T11:51:35.898Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c2287f66-6376-4e9b-ba03-4d64880a8bf7
2022-06-08T11:51:35.898Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c2287f66-6376-4e9b-ba03-4d64880a8bf7 matches Tosca VF Customization UUID: c2287f66-6376-4e9b-ba03-4d64880a8bf7
2022-06-08T11:51:35.898Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c2287f66-6376-4e9b-ba03-4d64880a8bf7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-08T11:51:35.900Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.900Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:35.901Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c2287f66-6376-4e9b-ba03-4d64880a8bf7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-08T11:51:35.901Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bde1773
2022-06-08T11:51:35.901Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.901Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T11:51:35.902Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f2e7ce3-2a22-46f9-adab-0652df653d0f
2022-06-08T11:51:35.902Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f2e7ce3-2a22-46f9-adab-0652df653d0f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-08T11:51:35.906Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.906Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T11:51:35.906Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:51:35.906Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.907Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T11:51:35.907Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:51:35.907Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.907Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-08T11:51:35.907Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-08T11:51:35.907Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-08T11:51:35.908Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=907e24a1-4e73-46ff-aee5-6099acb021b9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-08T11:51:35.910Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.910Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T11:51:35.910Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T11:51:35.911Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.911Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-08T11:51:35.911Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c2287f66-6376-4e9b-ba03-4d64880a8bf7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:51:35.913Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.913Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:35.913Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c317af84-7bea-48c4-9bc6-3c289ee52b10: basic_vm
2022-06-08T11:51:35.913Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.914Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:35.914Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.914Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:35.914Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.914Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:35.915Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.915Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:35.915Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T11:51:35.915Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T11:51:35.915Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T11:51:36.025Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3048b086-ae2c-4468-b119-5a2d4bf2f5e6 1 ASDC deployResourceStructure
2022-06-08T11:51:36.026Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-08T11:51:36.026Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-08T11:51:36.027Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:51:36.027Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:36.029Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:36.029Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689096026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T11:51:36.129Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:51:36.130Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:36.130Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:36.146Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:36.147Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:51:37.031Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-08T11:51:37.032Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-08T11:51:37.032Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:51:37.033Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:37.035Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:37.035Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689097031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T11:51:37.136Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:51:37.137Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:37.137Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:37.178Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:37.179Z||pool-85-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:51:38.037Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-08T11:51:38.037Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-08T11:51:38.037Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:51:38.038Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:38.040Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:38.040Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689098036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-08T11:51:38.140Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:51:38.141Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:38.141Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:38.165Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:38.166Z||pool-86-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-08T11:51:39.042Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-08T11:51:39.042Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-08T11:51:39.043Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T11:51:39.043Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:51:39.045Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:51:39.046Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689099041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:51:39.146Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T11:51:39.147Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:51:39.147Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:51:39.165Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:51:39.166Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T11:51:40.048Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f473271c-f30b-41d1-8f3e-430470eb785c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:51:40.062Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f473271c-f30b-41d1-8f3e-430470eb785c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T11:51:40.066Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T11:51:40.067Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T11:51:40.067Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T11:51:40.067Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T11:51:40.067Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:51:40.067Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:51:40.067Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:51:40.067Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:51:40.067Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:51:40.067Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T11:51:40.067Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T11:51:40.075Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T11:52:10.076Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f473271c-f30b-41d1-8f3e-430470eb785c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-08T11:52:10.091Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f473271c-f30b-41d1-8f3e-430470eb785c and serviceModelVersionId: c317af84-7bea-48c4-9bc6-3c289ee52b10
2022-06-08T11:52:10.092Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b38cff1-23ca-4760-b066-39f3504c7e4a
2022-06-08T11:52:10.093Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b38cff1-23ca-4760-b066-39f3504c7e4a/model-vers/model-ver/c317af84-7bea-48c4-9bc6-3c289ee52b10?depth=0
2022-06-08T11:52:10.102Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T11:52:10.184Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b38cff1-23ca-4760-b066-39f3504c7e4a/model-vers/model-ver/c317af84-7bea-48c4-9bc6-3c289ee52b10?depth=0|INFO|500||Invoke
2022-06-08T11:52:10.185Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b38cff1-23ca-4760-b066-39f3504c7e4a/model-vers/model-ver/c317af84-7bea-48c4-9bc6-3c289ee52b10?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b38cff1-23ca-4760-b066-39f3504c7e4a/model-vers/model-ver/c317af84-7bea-48c4-9bc6-3c289ee52b10?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f473271c-f30b-41d1-8f3e-430470eb785c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[24c66d9f-36da-4b84-bce2-ed638c05b230], X-ECOMP-RequestID=[f473271c-f30b-41d1-8f3e-430470eb785c], X-TransactionId=[], X-ONAP-RequestID=[f473271c-f30b-41d1-8f3e-430470eb785c], Content-Type=[application/merge-patch+json]}
2022-06-08T11:52:10.228Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b38cff1-23ca-4760-b066-39f3504c7e4a/model-vers/model-ver/c317af84-7bea-48c4-9bc6-3c289ee52b10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T11:52:10.517Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b38cff1-23ca-4760-b066-39f3504c7e4a/model-vers/model-ver/c317af84-7bea-48c4-9bc6-3c289ee52b10?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/2b38cff1-23ca-4760-b066-39f3504c7e4a/model-vers/model-ver/c317af84-7bea-48c4-9bc6-3c289ee52b10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220608-11:52:11:327-47833], vertex-id=[225456], Content-Length=[0], Date=[Wed, 08 Jun 2022 11:52:11 GMT], Content-Type=[application/json]}
2022-06-08T11:52:10.517Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b38cff1-23ca-4760-b066-39f3504c7e4a/model-vers/model-ver/c317af84-7bea-48c4-9bc6-3c289ee52b10?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-08T11:52:10.519Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b38cff1-23ca-4760-b066-39f3504c7e4a/model-vers/model-ver/c317af84-7bea-48c4-9bc6-3c289ee52b10?depth=0|INFO|500||InvokeReturn
2022-06-08T11:52:10.519Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T11:52:10.520Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T11:52:10.530Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T11:52:10.531Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f473271c-f30b-41d1-8f3e-430470eb785c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T11:52:10.531Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T11:52:10.531Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-08T11:52:10.536Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T11:52:10.537Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689130531,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:52:10.634Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-08T11:52:10.636Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T11:52:10.636Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T11:52:10.712Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:52:10.713Z||pool-88-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T11:52:11.552Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:52:11.553Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:52:11.553Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:52:21.200Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:52:21.201Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:52:21.202Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:52:21.202Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:52:30.799Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:52:30.800Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:52:30.801Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:52:30.802Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:52:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:52:33.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:52:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:52:34.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:52:34.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:52:34.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-08T11:52:34.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:52:40.362Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:52:40.363Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:52:40.363Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:52:40.364Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:52:49.940Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:52:49.941Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:52:49.942Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:52:49.942Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:52:59.680Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:53:33.982Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:53:33.984Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:53:33.984Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:53:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:53:33.985Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:53:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:53:34.106Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:53:34.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:53:34.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:53:34.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:53:34.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:53:34.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689037448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:53:34.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689039809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:53:34.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689040874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:53:34.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689041959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:53:34.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689043148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:53:34.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689044261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:53:34.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689045379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-08T11:53:34.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689046383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-08T11:53:34.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689047387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T11:53:34.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689048391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689049396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689050402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba40bb23-01ae-47e7-85cd-3925258686e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689081643,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:53:34.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T11:53:34.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:53:34.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689023508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T11:53:34.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-08T11:53:34.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689090080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:53:34.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689092653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:53:34.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:34.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:53:34.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689093804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:53:34.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:53:43.646Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:54:33.983Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:54:33.983Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:54:33.984Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:54:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:54:33.985Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:54:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:54:34.521Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:54:34.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:54:34.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689094875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T11:54:34.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:54:34.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:54:34.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689096026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T11:54:34.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:54:34.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:54:34.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689097031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T11:54:34.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:54:34.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:54:34.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689098036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-08T11:54:34.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:54:34.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:54:34.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689099041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T11:54:34.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:54:34.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T11:54:34.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f473271c-f30b-41d1-8f3e-430470eb785c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689130531,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T11:54:34.526Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T11:54:43.543Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:55:33.982Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:55:33.984Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:55:33.984Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:55:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:55:33.985Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:55:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:55:43.544Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:55:43.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:56:33.983Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:56:33.984Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:56:33.984Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:56:33.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:56:33.986Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:56:33.987Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:56:43.541Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:56:43.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:57:33.982Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:57:33.983Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:57:33.983Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:57:33.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:57:33.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:57:33.985Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:57:43.596Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:57:43.598Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:58:33.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:58:33.984Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:58:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:58:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:58:33.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:58:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:58:43.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:58:43.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:59:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:59:33.984Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T11:59:33.988Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:59:33.988Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:59:33.988Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T11:59:33.988Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T11:59:43.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T11:59:43.582Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:00:33.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:00:33.984Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:00:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:00:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:00:33.985Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:00:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:00:43.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:00:43.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:33.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:01:33.983Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:01:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:01:33.985Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:01:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:34.122Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:34.631Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:34.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"488c04c5-fe45-481a-82b6-74b06f723806","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"ba9a9538-3894-4d7f-8240-89dc76b32f98","serviceDescription":"service","serviceInvariantUUID":"115888dd-d933-4f65-8117-320356cd1127","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5d8ba151-276e-4f98-9c75-f225ff08d33e","resourceInvariantUUID":"50c5e965-8637-4605-9766-076c8be0c03c","resourceCustomizationUUID":"a5ab4e56-861b-479f-894b-0a09d9bbd5b5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OWQxNGEyNmZmNDYzN2FlN2JjYjY2NWQxZjVhYmZiMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"205d31a1-5294-4680-8762-e81f81f3f560","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZTc4MjdjZDI0NjUyZjk1Yjc0NDU1OWFjYmFjY2Y1YzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a044cc0-4ebc-46ff-9982-5f019c5364bd","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e63d06b3-6b10-4bf2-a514-521dd77f930d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a1e4891-3507-4b8e-ab74-0446f7ed38f8","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2ea0da0-d854-466f-960b-1e4ccecf955d","artifactVersion":"2","generatedFromUUID":"ac1e6d88-7874-4665-bc24-d568c881204b"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3596ebe3-fb7a-4876-8352-9fe21854d4e1","artifactVersion":"2","generatedFromUUID":"e63d06b3-6b10-4bf2-a514-521dd77f930d"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac1e6d88-7874-4665-bc24-d568c881204b","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"73fd7e32-f811-4c09-9aac-517a39ed03ef","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZDZmMjc1ODFmYWQxYTUyNDA1MjQzMGQ4N2Y2NDk1NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bab45778-3ec0-42ce-8c99-3e2123486d57","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YmQyMzE1YWEyZmQxOWQxYTc4YWEwMjVlOTgyMTExODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9863d30b-eb51-41a5-9e00-2e9c156a5fd3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T12:01:34.637Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:01:34.638Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:34.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689643959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689641881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689652192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.643Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:34.643Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689643959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689641881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689652192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "cds",
  "timestamp": 1654689652077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689643959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689641881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689652808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689652192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "cds",
  "timestamp": 1654689652077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689643959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689641881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689652808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689654779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689652192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "cds",
  "timestamp": 1654689652077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689643959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689641881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689652808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689654779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689652192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "cds",
  "timestamp": 1654689652077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689643959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689641881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689652808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689654779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689652192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "cds",
  "timestamp": 1654689652077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689643959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689641881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689652808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689654779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689652192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "cds",
  "timestamp": 1654689652077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689643959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689641881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689657919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689652808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689654779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689652192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "cds",
  "timestamp": 1654689652077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689643959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689641881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689657919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689652808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689652192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689654779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "cds",
  "timestamp": 1654689652077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689643959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689641881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689657919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689652808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689654779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689652192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "cds",
  "timestamp": 1654689652077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689661906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689662103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689657919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689652808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689654779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "cds",
  "timestamp": 1654689652077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689657919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689652808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689654779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "cds",
  "timestamp": 1654689662917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689657919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689654779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689663688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689657919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689664805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689665696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689665820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:34.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689657919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689666701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:34.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689666831,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:01:34.715Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 488c04c5-fe45-481a-82b6-74b06f723806
2022-06-08T12:01:34.715Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 488c04c5-fe45-481a-82b6-74b06f723806 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:01:34.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689665890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "cds",
  "timestamp": 1654689665911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:01:34.734Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 488c04c5-fe45-481a-82b6-74b06f723806
2022-06-08T12:01:34.734Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 488c04c5-fe45-481a-82b6-74b06f723806 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:01:34.744Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T12:01:34.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.746Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:34.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689657919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.746Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:34.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "policy-id",
  "timestamp": 1654689667706,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:01:34.754Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 488c04c5-fe45-481a-82b6-74b06f723806
2022-06-08T12:01:34.754Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 488c04c5-fe45-481a-82b6-74b06f723806 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:01:34.765Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:34.766Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:34.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689667000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689657919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689668160,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:01:34.774Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 488c04c5-fe45-481a-82b6-74b06f723806
2022-06-08T12:01:34.774Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 488c04c5-fe45-481a-82b6-74b06f723806 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-08T12:01:34.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689669165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:34.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "cds",
  "timestamp": 1654689667077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "cds",
  "timestamp": 1654689667077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689671881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "cds",
  "timestamp": 1654689667077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689672814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:34.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689671881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "cds",
  "timestamp": 1654689667077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "aai-ml",
  "timestamp": 1654689673819,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:01:34.788Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 488c04c5-fe45-481a-82b6-74b06f723806
2022-06-08T12:01:34.789Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 488c04c5-fe45-481a-82b6-74b06f723806 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:01:34.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689672807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689671881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "cds",
  "timestamp": 1654689667077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689675292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.799Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689672807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "aai-ml",
  "timestamp": 1654689674823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "policy-id",
  "timestamp": 1654689674780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689671881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "cds",
  "timestamp": 1654689667077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689672807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "aai-ml",
  "timestamp": 1654689674823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "policy-id",
  "timestamp": 1654689674780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689671881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "cds",
  "timestamp": 1654689667077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689672807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "aai-ml",
  "timestamp": 1654689674823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "policy-id",
  "timestamp": 1654689674780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689671881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "cds",
  "timestamp": 1654689667077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689672807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "aai-ml",
  "timestamp": 1654689674823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "policy-id",
  "timestamp": 1654689674780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689671881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "cds",
  "timestamp": 1654689677963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689677919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689672807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "aai-ml",
  "timestamp": 1654689674823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "policy-id",
  "timestamp": 1654689674780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689671881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "cds",
  "timestamp": 1654689679216,
  "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-06-08T12:01:34.821Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6eb472c1-e7bb-4121-98be-d4b073fb4e91
2022-06-08T12:01:34.821Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb472c1-e7bb-4121-98be-d4b073fb4e91 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:01:34.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689677919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689672807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "aai-ml",
  "timestamp": 1654689674823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "policy-id",
  "timestamp": 1654689674780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689680799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689681297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:34.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689677919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689672807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "aai-ml",
  "timestamp": 1654689674823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "policy-id",
  "timestamp": 1654689674780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "clamp",
  "timestamp": 1654689682301,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:01:34.840Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 488c04c5-fe45-481a-82b6-74b06f723806
2022-06-08T12:01:34.840Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 488c04c5-fe45-481a-82b6-74b06f723806 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:01:34.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689677919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689681559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "aai-ml",
  "timestamp": 1654689674823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "policy-id",
  "timestamp": 1654689674780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689677919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "aai-ml",
  "timestamp": 1654689683620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689682698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "policy-id",
  "timestamp": 1654689683616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.852Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "clamp",
  "timestamp": 1654689683305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689684160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:34.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689677919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "policy-id",
  "timestamp": 1654689684621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:34.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689683798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "clamp",
  "timestamp": 1654689683305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689685173,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:01:34.862Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6eb472c1-e7bb-4121-98be-d4b073fb4e91
2022-06-08T12:01:34.862Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb472c1-e7bb-4121-98be-d4b073fb4e91 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:01:34.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689677919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "policy-id",
  "timestamp": 1654689685625,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:01:34.878Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6eb472c1-e7bb-4121-98be-d4b073fb4e91
2022-06-08T12:01:34.879Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb472c1-e7bb-4121-98be-d4b073fb4e91 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:01:34.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689684826,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:01:34.900Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6eb472c1-e7bb-4121-98be-d4b073fb4e91
2022-06-08T12:01:34.900Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb472c1-e7bb-4121-98be-d4b073fb4e91 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-08T12:01:34.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "clamp",
  "timestamp": 1654689683305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689677919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "clamp",
  "timestamp": 1654689683305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689685829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:34.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "clamp",
  "timestamp": 1654689683305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "clamp",
  "timestamp": 1654689683305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "clamp",
  "timestamp": 1654689683305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:34.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "clamp",
  "timestamp": 1654689683305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:34.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:01:34.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "aai-ml",
  "timestamp": 1654689692904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:34.909Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:34.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "aai-ml",
  "timestamp": 1654689693908,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:01:34.914Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6eb472c1-e7bb-4121-98be-d4b073fb4e91
2022-06-08T12:01:34.914Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb472c1-e7bb-4121-98be-d4b073fb4e91 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:01:34.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:01:34.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "clamp",
  "timestamp": 1654689694294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:34.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:01:35.644Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:01:35.645Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:35.648Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:35.648Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T12:01:35.750Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-08T12:01:35.751Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:35.751Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:35.772Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:35.772Z||pool-90-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:36.649Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:01:36.650Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:36.652Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:36.652Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-08T12:01:36.753Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:36.754Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:36.754Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:36.772Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:36.773Z||pool-91-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:37.654Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:01:37.655Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:37.657Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:37.658Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:37.758Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:37.759Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:37.759Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:37.777Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:37.778Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:38.659Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:01:38.660Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:38.663Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:38.663Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-08T12:01:38.763Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:01:38.764Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:38.765Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:38.784Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:38.785Z||pool-93-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:39.664Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:01:39.665Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:39.668Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:39.668Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-08T12:01:39.768Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:39.769Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:39.770Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:39.796Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:39.797Z||pool-94-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:40.669Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:01:40.670Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:40.673Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:40.673Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-08T12:01:40.773Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:40.775Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:40.775Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:40.793Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:40.794Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-08T12:01:41.674Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:01:41.675Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:41.677Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:41.678Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:41.778Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:41.779Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:41.779Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:41.796Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:41.797Z||pool-96-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:42.678Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:01:42.679Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:42.681Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:42.681Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:01:42.782Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T12:01:42.783Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:42.783Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:42.807Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:42.808Z||pool-97-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-08T12:01:43.683Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:01:43.683Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:43.685Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:43.685Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:01:43.786Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:43.787Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:43.787Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:43.810Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:43.811Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:44.687Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ba9a9538-3894-4d7f-8240-89dc76b32f98",
  "serviceDescription": "service",
  "serviceInvariantUUID": "115888dd-d933-4f65-8117-320356cd1127",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a5ab4e56-861b-479f-894b-0a09d9bbd5b5",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5d8ba151-276e-4f98-9c75-f225ff08d33e",
      "resourceInvariantUUID": "50c5e965-8637-4605-9766-076c8be0c03c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ZTc4MjdjZDI0NjUyZjk1Yjc0NDU1OWFjYmFjY2Y1YzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a044cc0-4ebc-46ff-9982-5f019c5364bd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e63d06b3-6b10-4bf2-a514-521dd77f930d",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3596ebe3-fb7a-4876-8352-9fe21854d4e1",
            "generatedFromUUID": "e63d06b3-6b10-4bf2-a514-521dd77f930d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2ea0da0-d854-466f-960b-1e4ccecf955d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3596ebe3-fb7a-4876-8352-9fe21854d4e1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac1e6d88-7874-4665-bc24-d568c881204b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YmQyMzE1YWEyZmQxOWQxYTc4YWEwMjVlOTgyMTExODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9863d30b-eb51-41a5-9e00-2e9c156a5fd3"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T12:01:44.688Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T12:01:44.688Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ba9a9538-3894-4d7f-8240-89dc76b32f98 ASDC
2022-06-08T12:01:44.689Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:488c04c5-fe45-481a-82b6-74b06f723806
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:ba9a9538-3894-4d7f-8240-89dc76b32f98
ServiceInvariantUUID:115888dd-d933-4f65-8117-320356cd1127
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:9863d30b-eb51-41a5-9e00-2e9c156a5fd3
ArtifactChecksum:YmQyMzE1YWEyZmQxOWQxYTc4YWEwMjVlOTgyMTExODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a5ab4e56-861b-479f-894b-0a09d9bbd5b5
ResourceInvariantUUID:50c5e965-8637-4605-9766-076c8be0c03c
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:5d8ba151-276e-4f98-9c75-f225ff08d33e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:2a044cc0-4ebc-46ff-9982-5f019c5364bd
ArtifactChecksum:ZTc4MjdjZDI0NjUyZjk1Yjc0NDU1OWFjYmFjY2Y1YzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:e63d06b3-6b10-4bf2-a514-521dd77f930d
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:3596ebe3-fb7a-4876-8352-9fe21854d4e1
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:f2ea0da0-d854-466f-960b-1e4ccecf955d
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:3596ebe3-fb7a-4876-8352-9fe21854d4e1
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:ac1e6d88-7874-4665-bc24-d568c881204b
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-08T12:01:44.689Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba9a9538-3894-4d7f-8240-89dc76b32f98 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T12:01:44.750Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T12:01:44.752Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T12:01:44.752Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T12:01:44.752Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9863d30b-eb51-41a5-9e00-2e9c156a5fd3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-08T12:01:44.752Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T12:01:44.752Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-08T12:01:44.841Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T12:01:44.850Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9863d30b-eb51-41a5-9e00-2e9c156a5fd3 158201
2022-06-08T12:01:44.850Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-08T12:01:44.850Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-08T12:01:44.851Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T12:01:44.851Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:44.853Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:44.853Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689704850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:44.953Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:44.954Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:44.955Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:44.974Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:44.975Z||pool-99-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:45.853Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T12:01:45.855Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T12:01:45.856Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9863d30b-eb51-41a5-9e00-2e9c156a5fd3, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T12:01:45.856Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-08T12:01:45.857Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T12:01:45.857Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T12:01:46.097Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16656313072757872060/Definitions/service-BasicCnfMacro-template.yml
2022-06-08T12:01:47.286Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T12:01:47.287Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T12:01:47.287Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T12:01:47.287Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-08T12:01:47.288Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T12:01:47.288Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T12:01:47.288Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T12:01:47.288Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-08T12:01:47.288Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T12:01:47.289Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.289Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:47.289Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T12:01:47.290Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T12:01:47.290Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T12:01:47.290Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.290Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:47.291Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T12:01:47.291Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T12:01:47.291Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T12:01:47.291Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.291Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:47.292Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.292Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-08T12:01:47.292Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-08T12:01:47.292Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-08T12:01:47.293Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T12:01:47.293Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.293Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T12:01:47.294Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.295Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T12:01:47.295Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T12:01:47.295Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.295Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T12:01:47.295Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T12:01:47.296Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.296Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T12:01:47.296Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T12:01:47.297Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.297Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T12:01:47.297Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T12:01:47.297Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.298Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-08T12:01:47.298Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-08T12:01:47.298Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=2d57ba78-9e6b-4e7c-9ad1-0eedc06f5f02
2022-06-08T12:01:47.298Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.298Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:47.299Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.299Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:47.299Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.299Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:47.300Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:47.300Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:47.300Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:ba9a9538-3894-4d7f-8240-89dc76b32f98
Model Version:NULL
Model InvariantUuid:115888dd-d933-4f65-8117-320356cd1127
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:ebd526d1-96b2-4764-a68b-9e0caac6ca70
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:50c5e965-8637-4605-9766-076c8be0c03c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5ab4e56-861b-479f-894b-0a09d9bbd5b5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:786c69c5-0fc3-4749-94ae-a1740ad4d5cc
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:51f60790-4527-485d-bf8c-a262b54c03ed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:77c4a4f3-8c02-4162-8b7c-604eb469a608
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:7ffd5311-be2f-4ee9-aadc-1c720fb5bcae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2d57ba78-9e6b-4e7c-9ad1-0eedc06f5f02
ModelInvariantUuid:b24326c5-c5d7-476b-9a0e-e4fa6f53fb34
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9eb89cab-e956-47c4-92c0-9f3290c9b7e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:ef61ed4b-bcb8-4363-80ce-4eef934cbfc1
ModelInvariantUuid:b2284402-1ea2-4f1b-98d7-bebde20912e0
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:91eb760a-4a96-4a4e-b922-fdd4a4181fea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-08T12:01:47.309Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5d8ba151-276e-4f98-9c75-f225ff08d33e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T12:01:47.313Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-06-08T12:01:47.313Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5d8ba151-276e-4f98-9c75-f225ff08d33e
2022-06-08T12:01:47.313Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2a044cc0-4ebc-46ff-9982-5f019c5364bd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-08T12:01:47.313Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T12:01:47.314Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-08T12:01:47.373Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T12:01:47.374Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2a044cc0-4ebc-46ff-9982-5f019c5364bd 1565
2022-06-08T12:01:47.374Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-08T12:01:47.374Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-08T12:01:47.374Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T12:01:47.375Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:47.377Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:47.377Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689707374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:47.477Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:47.478Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:47.478Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:47.497Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:47.498Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:48.377Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "77c4a4f3-8c02-4162-8b7c-604eb469a608",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ffd5311-be2f-4ee9-aadc-1c720fb5bcae",
    "vfModuleModelCustomizationUUID": "b67b7544-b343-4a72-8c87-652cd3db72a7",
    "isBase": true,
    "artifacts": [
      "e63d06b3-6b10-4bf2-a514-521dd77f930d",
      "3596ebe3-fb7a-4876-8352-9fe21854d4e1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "786c69c5-0fc3-4749-94ae-a1740ad4d5cc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "51f60790-4527-485d-bf8c-a262b54c03ed",
    "vfModuleModelCustomizationUUID": "8d05f094-1cf6-4370-8d46-163e8fa32ee0",
    "isBase": false,
    "artifacts": [
      "ac1e6d88-7874-4665-bc24-d568c881204b"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T12:01:48.382Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ffd5311-be2f-4ee9-aadc-1c720fb5bcae
VfModuleModelInvariantUUID:77c4a4f3-8c02-4162-8b7c-604eb469a608
VfModuleModelDescription:NULL
Artifacts UUID List:{
e63d06b3-6b10-4bf2-a514-521dd77f930d
,
3596ebe3-fb7a-4876-8352-9fe21854d4e1

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:51f60790-4527-485d-bf8c-a262b54c03ed
VfModuleModelInvariantUUID:786c69c5-0fc3-4749-94ae-a1740ad4d5cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac1e6d88-7874-4665-bc24-d568c881204b

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

isBase:false


}

2022-06-08T12:01:48.385Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "77c4a4f3-8c02-4162-8b7c-604eb469a608",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ffd5311-be2f-4ee9-aadc-1c720fb5bcae",
    "vfModuleModelCustomizationUUID": "b67b7544-b343-4a72-8c87-652cd3db72a7",
    "isBase": true,
    "artifacts": [
      "e63d06b3-6b10-4bf2-a514-521dd77f930d",
      "3596ebe3-fb7a-4876-8352-9fe21854d4e1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "786c69c5-0fc3-4749-94ae-a1740ad4d5cc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "51f60790-4527-485d-bf8c-a262b54c03ed",
    "vfModuleModelCustomizationUUID": "8d05f094-1cf6-4370-8d46-163e8fa32ee0",
    "isBase": false,
    "artifacts": [
      "ac1e6d88-7874-4665-bc24-d568c881204b"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T12:01:48.385Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ffd5311-be2f-4ee9-aadc-1c720fb5bcae
VfModuleModelInvariantUUID:77c4a4f3-8c02-4162-8b7c-604eb469a608
VfModuleModelDescription:NULL
Artifacts UUID List:{
e63d06b3-6b10-4bf2-a514-521dd77f930d
,
3596ebe3-fb7a-4876-8352-9fe21854d4e1

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:51f60790-4527-485d-bf8c-a262b54c03ed
VfModuleModelInvariantUUID:786c69c5-0fc3-4749-94ae-a1740ad4d5cc
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac1e6d88-7874-4665-bc24-d568c881204b

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

isBase:false


}

2022-06-08T12:01:48.385Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e63d06b3-6b10-4bf2-a514-521dd77f930d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-08T12:01:48.385Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T12:01:48.385Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-08T12:01:48.554Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T12:01:48.555Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e63d06b3-6b10-4bf2-a514-521dd77f930d 914
2022-06-08T12:01:48.555Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-08T12:01:48.556Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-08T12:01:48.556Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T12:01:48.556Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:48.559Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:48.560Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689708555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:48.660Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:48.661Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:48.661Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:48.677Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:48.678Z||pool-101-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:49.561Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f2ea0da0-d854-466f-960b-1e4ccecf955d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-08T12:01:49.562Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T12:01:49.563Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-08T12:01:49.758Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T12:01:49.759Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f2ea0da0-d854-466f-960b-1e4ccecf955d 12
2022-06-08T12:01:49.759Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-08T12:01:49.760Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-08T12:01:49.760Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T12:01:49.760Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:49.763Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:49.763Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689709759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:49.864Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T12:01:49.865Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:49.865Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:49.914Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:49.915Z||pool-102-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:50.764Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3596ebe3-fb7a-4876-8352-9fe21854d4e1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-08T12:01:50.765Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T12:01:50.765Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-08T12:01:50.855Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T12:01:50.856Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3596ebe3-fb7a-4876-8352-9fe21854d4e1 96
2022-06-08T12:01:50.856Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-08T12:01:50.856Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-08T12:01:50.857Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T12:01:50.857Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:50.860Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:50.860Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689710856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:50.961Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:50.962Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:50.962Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:51.031Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:51.031Z||pool-103-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1}
2022-06-08T12:01:51.861Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ac1e6d88-7874-4665-bc24-d568c881204b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-08T12:01:51.862Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T12:01:51.862Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-08T12:01:51.970Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T12:01:51.971Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ac1e6d88-7874-4665-bc24-d568c881204b 20206
2022-06-08T12:01:51.972Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-08T12:01:51.972Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-08T12:01:51.972Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T12:01:51.972Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:51.975Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:51.975Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689711972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:01:52.075Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:52.076Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:52.076Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:52.111Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:52.112Z||pool-104-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:52.978Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ba9a9538-3894-4d7f-8240-89dc76b32f98
2022-06-08T12:01:52.979Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 5d8ba151-276e-4f98-9c75-f225ff08d33e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T12:01:52.987Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26a4b675, org.onap.sdc.toscaparser.api.parameters.Input@3b2cbf36, org.onap.sdc.toscaparser.api.parameters.Input@1cc48e14, org.onap.sdc.toscaparser.api.parameters.Input@6c33dcdb, org.onap.sdc.toscaparser.api.parameters.Input@6fa7d836]
2022-06-08T12:01:52.989Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:52.990Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:52.990Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-08T12:01:52.990Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a5ab4e56-861b-479f-894b-0a09d9bbd5b5
2022-06-08T12:01:52.991Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a5ab4e56-861b-479f-894b-0a09d9bbd5b5 matches Tosca VF Customization UUID: a5ab4e56-861b-479f-894b-0a09d9bbd5b5
2022-06-08T12:01:52.991Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a5ab4e56-861b-479f-894b-0a09d9bbd5b5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-08T12:01:52.994Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:52.994Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:52.995Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a5ab4e56-861b-479f-894b-0a09d9bbd5b5: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-08T12:01:52.995Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b07530f
2022-06-08T12:01:52.995Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:52.995Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T12:01:52.996Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8d05f094-1cf6-4370-8d46-163e8fa32ee0
2022-06-08T12:01:52.996Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8d05f094-1cf6-4370-8d46-163e8fa32ee0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-08T12:01:52.999Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:52.999Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T12:01:52.999Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T12:01:52.999Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:53.000Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T12:01:53.000Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T12:01:53.000Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:53.000Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-08T12:01:53.001Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a5ab4e56-861b-479f-894b-0a09d9bbd5b5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T12:01:53.002Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:53.003Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:53.003Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ba9a9538-3894-4d7f-8240-89dc76b32f98: basic_cnf_macro
2022-06-08T12:01:53.003Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:53.003Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:53.004Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:53.004Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:53.004Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:53.005Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:53.005Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:53.006Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:53.006Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:01:53.007Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:01:53.007Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:01:53.051Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 5d8ba151-276e-4f98-9c75-f225ff08d33e 2 ASDC deployResourceStructure
2022-06-08T12:01:53.052Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-08T12:01:53.052Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-08T12:01:53.053Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T12:01:53.053Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:53.055Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:53.056Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689713052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:53.156Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:53.157Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:53.157Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:53.187Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:53.188Z||pool-105-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:54.057Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-08T12:01:54.057Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-08T12:01:54.058Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T12:01:54.058Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:54.060Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:54.060Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689714057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:54.160Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:54.163Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:54.163Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:54.195Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:54.196Z||pool-106-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:55.061Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-08T12:01:55.062Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-08T12:01:55.062Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-08T12:01:55.062Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:55.064Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:55.064Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689715061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-08T12:01:55.165Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:55.166Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:55.166Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:55.184Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:55.185Z||pool-107-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:56.065Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-08T12:01:56.065Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-08T12:01:56.065Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T12:01:56.065Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:56.068Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:56.068Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689716065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:56.168Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:56.170Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:56.170Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:56.188Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:56.188Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:57.069Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-08T12:01:57.070Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-08T12:01:57.070Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-08T12:01:57.070Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:57.072Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:57.072Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689717069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-08T12:01:57.172Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:01:57.173Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:57.173Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:57.236Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:57.237Z||pool-109-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-06-08T12:01:58.073Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-08T12:01:58.074Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-08T12:01:58.074Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T12:01:58.074Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:01:58.076Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:01:58.076Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689718072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:01:58.177Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T12:01:58.178Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:01:58.178Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:01:58.199Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:01:58.200Z||pool-110-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:01:59.077Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 488c04c5-fe45-481a-82b6-74b06f723806
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T12:01:59.088Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 488c04c5-fe45-481a-82b6-74b06f723806
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T12:01:59.091Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T12:01:59.091Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T12:01:59.091Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T12:01:59.092Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T12:01:59.092Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:01:59.092Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:01:59.092Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:01:59.092Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:01:59.092Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:01:59.092Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:01:59.092Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:01:59.098Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T12:02:29.098Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 488c04c5-fe45-481a-82b6-74b06f723806 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-08T12:02:29.106Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 488c04c5-fe45-481a-82b6-74b06f723806 and serviceModelVersionId: ba9a9538-3894-4d7f-8240-89dc76b32f98
2022-06-08T12:02:29.106Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115888dd-d933-4f65-8117-320356cd1127
2022-06-08T12:02:29.108Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115888dd-d933-4f65-8117-320356cd1127/model-vers/model-ver/ba9a9538-3894-4d7f-8240-89dc76b32f98?depth=0
2022-06-08T12:02:29.116Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T12:02:29.179Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/115888dd-d933-4f65-8117-320356cd1127/model-vers/model-ver/ba9a9538-3894-4d7f-8240-89dc76b32f98?depth=0|INFO|500||Invoke
2022-06-08T12:02:29.180Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/115888dd-d933-4f65-8117-320356cd1127/model-vers/model-ver/ba9a9538-3894-4d7f-8240-89dc76b32f98?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/115888dd-d933-4f65-8117-320356cd1127/model-vers/model-ver/ba9a9538-3894-4d7f-8240-89dc76b32f98?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[488c04c5-fe45-481a-82b6-74b06f723806], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1085db98-1046-4711-9e7e-68e5b69c8ddb], X-ECOMP-RequestID=[488c04c5-fe45-481a-82b6-74b06f723806], X-TransactionId=[], X-ONAP-RequestID=[488c04c5-fe45-481a-82b6-74b06f723806], Content-Type=[application/merge-patch+json]}
2022-06-08T12:02:29.229Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/115888dd-d933-4f65-8117-320356cd1127/model-vers/model-ver/ba9a9538-3894-4d7f-8240-89dc76b32f98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T12:02:29.366Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/115888dd-d933-4f65-8117-320356cd1127/model-vers/model-ver/ba9a9538-3894-4d7f-8240-89dc76b32f98?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/115888dd-d933-4f65-8117-320356cd1127/model-vers/model-ver/ba9a9538-3894-4d7f-8240-89dc76b32f98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220608-12:02:30:314-7372], vertex-id=[262152], Content-Length=[0], Date=[Wed, 08 Jun 2022 12:02:30 GMT], Content-Type=[application/json]}
2022-06-08T12:02:29.366Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/115888dd-d933-4f65-8117-320356cd1127/model-vers/model-ver/ba9a9538-3894-4d7f-8240-89dc76b32f98?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-08T12:02:29.367Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/115888dd-d933-4f65-8117-320356cd1127/model-vers/model-ver/ba9a9538-3894-4d7f-8240-89dc76b32f98?depth=0|INFO|500||InvokeReturn
2022-06-08T12:02:29.367Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T12:02:29.367Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T12:02:29.373Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T12:02:29.373Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 488c04c5-fe45-481a-82b6-74b06f723806 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T12:02:29.373Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T12:02:29.374Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:29.375Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:29.376Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689749373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T12:02:29.475Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:02:29.476Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:29.477Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:29.511Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:29.512Z||pool-111-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T12:02:30.397Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T12:02:30.398Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6eb472c1-e7bb-4121-98be-d4b073fb4e91","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"eb773852-2aa3-43e6-81fb-b5251c240bec","serviceDescription":"service","serviceInvariantUUID":"fe51f9fd-c509-4822-8474-b9278fe60d0e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40363651-cdd2-4ae5-a8db-2be53abb24e2","resourceInvariantUUID":"69937161-df72-4c88-b939-30a181a8f21e","resourceCustomizationUUID":"0c8eb044-a0e5-4f27-a6f4-ecaf4251924b","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":"MTczNjQwYWE3NmJmZTE2MDQ1ZGY3ZWQ5YjM2MGEzNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf20998a-e43f-4195-9860-8c2b65e58139","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":"ZTFkZDI0NWQxOTI4N2I3MWYyNzA4NGExZGIyNDUzNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"33a78d3c-9e03-4597-ba43-87926510a5c5","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":"a5df6284-198b-4601-9d90-c888b993d921","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":"b3bf1b8f-0887-4bf7-bceb-f42587214530","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":"bbcb1218-ecd8-4737-aef3-09435f45249b","artifactVersion":"2","generatedFromUUID":"a5df6284-198b-4601-9d90-c888b993d921"},{"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":"ZTBjYThjNzkxMjU2ZmViYjMwODZiZDE0NTY2OTlhNDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d914f0d7-8564-4e16-8af3-f35b91cdb1cb","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":"OTk0N2FlZDAwODQ3MjEyYTdjZjc1OTdmOWJlMDE2ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74debc20-5b31-4778-b558-e056338e156d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDI5M2E5NzI2OWJjYjA3MTNjNTRlYWQxYzMzYmY4YmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f42e5f18-3bf9-4135-a66f-65b864812af1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T12:02:30.398Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:02:30.399Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:30.401Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:30.401Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:02:30.501Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:02:30.502Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:30.502Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:30.538Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:30.538Z||pool-112-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:31.402Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:02:31.402Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:31.404Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:31.404Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T12:02:31.504Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:02:31.505Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:31.505Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:31.535Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:31.536Z||pool-113-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:32.405Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:02:32.405Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:32.407Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:32.408Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T12:02:32.507Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:02:32.508Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:32.508Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:32.530Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:32.530Z||pool-114-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-08T12:02:33.408Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:02:33.409Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:33.411Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:33.411Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:02:33.511Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:02:33.512Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:33.512Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:33.557Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:33.560Z||pool-115-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:02:33.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:02:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:34.127Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:34.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:02:34.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:02:34.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:02:34.412Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:02:34.412Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:34.414Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:34.414Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-08T12:02:34.514Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:02:34.515Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:34.515Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:34.563Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:34.563Z||pool-116-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-06-08T12:02:35.415Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:02:35.415Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:35.417Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:35.417Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:02:35.517Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:02:35.518Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:35.518Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:35.535Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:35.535Z||pool-117-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:36.418Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:02:36.418Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:36.421Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:36.421Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:02:36.520Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:02:36.521Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:36.521Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:36.537Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:36.537Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:37.421Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:02:37.422Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:37.424Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:37.424Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:02:37.524Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:02:37.525Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:37.525Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:37.545Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:37.545Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:38.425Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "eb773852-2aa3-43e6-81fb-b5251c240bec",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fe51f9fd-c509-4822-8474-b9278fe60d0e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "0c8eb044-a0e5-4f27-a6f4-ecaf4251924b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40363651-cdd2-4ae5-a8db-2be53abb24e2",
      "resourceInvariantUUID": "69937161-df72-4c88-b939-30a181a8f21e",
      "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": "ZTFkZDI0NWQxOTI4N2I3MWYyNzA4NGExZGIyNDUzNWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "33a78d3c-9e03-4597-ba43-87926510a5c5",
          "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": "a5df6284-198b-4601-9d90-c888b993d921",
          "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": "bbcb1218-ecd8-4737-aef3-09435f45249b",
            "generatedFromUUID": "a5df6284-198b-4601-9d90-c888b993d921"
          },
          "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": "bbcb1218-ecd8-4737-aef3-09435f45249b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDI5M2E5NzI2OWJjYjA3MTNjNTRlYWQxYzMzYmY4YmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f42e5f18-3bf9-4135-a66f-65b864812af1"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T12:02:38.425Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T12:02:38.426Z|488c04c5-fe45-481a-82b6-74b06f723806|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb773852-2aa3-43e6-81fb-b5251c240bec ASDC
2022-06-08T12:02:38.426Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:6eb472c1-e7bb-4121-98be-d4b073fb4e91
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:eb773852-2aa3-43e6-81fb-b5251c240bec
ServiceInvariantUUID:fe51f9fd-c509-4822-8474-b9278fe60d0e
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:f42e5f18-3bf9-4135-a66f-65b864812af1
ArtifactChecksum:ZDI5M2E5NzI2OWJjYjA3MTNjNTRlYWQxYzMzYmY4YmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:0c8eb044-a0e5-4f27-a6f4-ecaf4251924b
ResourceInvariantUUID:69937161-df72-4c88-b939-30a181a8f21e
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:40363651-cdd2-4ae5-a8db-2be53abb24e2
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:33a78d3c-9e03-4597-ba43-87926510a5c5
ArtifactChecksum:ZTFkZDI0NWQxOTI4N2I3MWYyNzA4NGExZGIyNDUzNWY=
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:a5df6284-198b-4601-9d90-c888b993d921
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:bbcb1218-ecd8-4737-aef3-09435f45249b
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:bbcb1218-ecd8-4737-aef3-09435f45249b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-08T12:02:38.426Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb773852-2aa3-43e6-81fb-b5251c240bec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T12:02:38.474Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T12:02:38.475Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T12:02:38.475Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T12:02:38.475Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f42e5f18-3bf9-4135-a66f-65b864812af1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-08T12:02:38.476Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T12:02:38.476Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-08T12:02:38.650Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T12:02:38.655Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f42e5f18-3bf9-4135-a66f-65b864812af1 78803
2022-06-08T12:02:38.655Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-08T12:02:38.656Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-08T12:02:38.656Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T12:02:38.656Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:38.659Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:38.659Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689758655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:02:38.759Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:02:38.760Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:38.760Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:38.778Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:38.779Z||pool-120-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:39.659Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T12:02:39.660Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T12:02:39.660Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f42e5f18-3bf9-4135-a66f-65b864812af1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:39.661Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-08T12:02:39.661Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:39.661Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:39.805Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1000135273232605771/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-08T12:02:41.085Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T12:02:41.086Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T12:02:41.086Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:41.086Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-08T12:02:41.086Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:41.086Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:41.086Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:41.086Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:41.087Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:41.087Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:41.087Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:41.087Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:41.087Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-08T12:02:41.087Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T12:02:41.087Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.087Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:41.088Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T12:02:41.088Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T12:02:41.088Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T12:02:41.088Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.088Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:41.089Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T12:02:41.089Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T12:02:41.089Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T12:02:41.089Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.089Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:41.089Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.090Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-08T12:02:41.090Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-08T12:02:41.090Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-08T12:02:41.090Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-08T12:02:41.090Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-08T12:02:41.090Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T12:02:41.091Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.091Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T12:02:41.091Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.091Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T12:02:41.091Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T12:02:41.091Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.092Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T12:02:41.092Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T12:02:41.092Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.092Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T12:02:41.092Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T12:02:41.092Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.093Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-08T12:02:41.093Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-08T12:02:41.093Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-08T12:02:41.093Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=540f13fc-54ee-4bea-a945-9b38b5770532
2022-06-08T12:02:41.093Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.093Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:41.093Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.093Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:41.094Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.094Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:41.094Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:41.094Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:41.094Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:eb773852-2aa3-43e6-81fb-b5251c240bec
Model Version:NULL
Model InvariantUuid:fe51f9fd-c509-4822-8474-b9278fe60d0e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:15afb287-c01f-4b66-95e8-b774a962eadc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69937161-df72-4c88-b939-30a181a8f21e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0c8eb044-a0e5-4f27-a6f4-ecaf4251924b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:466202f9-c72e-4daa-bd80-b55afed6c91c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:64de69c3-4f15-4f63-9d60-a9a9886a1781
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:540f13fc-54ee-4bea-a945-9b38b5770532
ModelInvariantUuid:c64431f0-3760-42c7-b73b-97081a4f3b12
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:76c9bcdf-8d6f-4da5-9a14-c2a967efcd9c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:63cfeea5-ebd3-4717-b338-e8c34c3e109c
ModelInvariantUuid:1b5eca94-f16b-423b-81df-467d5120565b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:1890c803-08a0-4842-89f9-cdfab64212f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-08T12:02:41.102Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 40363651-cdd2-4ae5-a8db-2be53abb24e2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T12:02:41.104Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-06-08T12:02:41.105Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40363651-cdd2-4ae5-a8db-2be53abb24e2
2022-06-08T12:02:41.105Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 33a78d3c-9e03-4597-ba43-87926510a5c5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-08T12:02:41.105Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T12:02:41.105Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-08T12:02:41.161Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T12:02:41.161Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 33a78d3c-9e03-4597-ba43-87926510a5c5 792
2022-06-08T12:02:41.161Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-08T12:02:41.162Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-08T12:02:41.162Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T12:02:41.162Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:41.164Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:41.164Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689761161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:02:41.264Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:02:41.265Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:41.265Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:41.283Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:41.284Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:42.164Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "466202f9-c72e-4daa-bd80-b55afed6c91c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64de69c3-4f15-4f63-9d60-a9a9886a1781",
    "vfModuleModelCustomizationUUID": "3e384680-fac3-43c5-8485-c738590b05a4",
    "isBase": true,
    "artifacts": [
      "a5df6284-198b-4601-9d90-c888b993d921",
      "bbcb1218-ecd8-4737-aef3-09435f45249b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T12:02:42.167Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64de69c3-4f15-4f63-9d60-a9a9886a1781
VfModuleModelInvariantUUID:466202f9-c72e-4daa-bd80-b55afed6c91c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a5df6284-198b-4601-9d90-c888b993d921
,
bbcb1218-ecd8-4737-aef3-09435f45249b

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

isBase:true


}

2022-06-08T12:02:42.169Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "466202f9-c72e-4daa-bd80-b55afed6c91c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64de69c3-4f15-4f63-9d60-a9a9886a1781",
    "vfModuleModelCustomizationUUID": "3e384680-fac3-43c5-8485-c738590b05a4",
    "isBase": true,
    "artifacts": [
      "a5df6284-198b-4601-9d90-c888b993d921",
      "bbcb1218-ecd8-4737-aef3-09435f45249b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-08T12:02:42.169Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64de69c3-4f15-4f63-9d60-a9a9886a1781
VfModuleModelInvariantUUID:466202f9-c72e-4daa-bd80-b55afed6c91c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a5df6284-198b-4601-9d90-c888b993d921
,
bbcb1218-ecd8-4737-aef3-09435f45249b

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

isBase:true


}

2022-06-08T12:02:42.169Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a5df6284-198b-4601-9d90-c888b993d921 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-08T12:02:42.170Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T12:02:42.170Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-08T12:02:42.233Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T12:02:42.234Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a5df6284-198b-4601-9d90-c888b993d921 5033
2022-06-08T12:02:42.234Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-08T12:02:42.234Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-08T12:02:42.234Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T12:02:42.234Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:42.236Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:42.237Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689762234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:02:42.336Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:02:42.337Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:42.337Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:42.358Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:42.359Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:43.237Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bbcb1218-ecd8-4737-aef3-09435f45249b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-08T12:02:43.237Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T12:02:43.238Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-08T12:02:43.351Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T12:02:43.351Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bbcb1218-ecd8-4737-aef3-09435f45249b 903
2022-06-08T12:02:43.352Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-08T12:02:43.352Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-08T12:02:43.352Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T12:02:43.352Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:43.354Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:43.354Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689763352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:02:43.454Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:02:43.455Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:43.455Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:43.472Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:43.472Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:44.355Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: eb773852-2aa3-43e6-81fb-b5251c240bec
2022-06-08T12:02:44.355Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 40363651-cdd2-4ae5-a8db-2be53abb24e2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T12:02:44.371Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@278e2be9, org.onap.sdc.toscaparser.api.parameters.Input@2f27d8aa, org.onap.sdc.toscaparser.api.parameters.Input@434bf759, org.onap.sdc.toscaparser.api.parameters.Input@52dc8fe8, org.onap.sdc.toscaparser.api.parameters.Input@45b2739]
2022-06-08T12:02:44.373Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.373Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:44.374Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-08T12:02:44.374Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0c8eb044-a0e5-4f27-a6f4-ecaf4251924b
2022-06-08T12:02:44.374Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0c8eb044-a0e5-4f27-a6f4-ecaf4251924b matches Tosca VF Customization UUID: 0c8eb044-a0e5-4f27-a6f4-ecaf4251924b
2022-06-08T12:02:44.374Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0c8eb044-a0e5-4f27-a6f4-ecaf4251924b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-08T12:02:44.377Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.377Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:44.378Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0c8eb044-a0e5-4f27-a6f4-ecaf4251924b: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-08T12:02:44.379Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3fd0fc4c
2022-06-08T12:02:44.379Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.379Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T12:02:44.379Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3e384680-fac3-43c5-8485-c738590b05a4
2022-06-08T12:02:44.380Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3e384680-fac3-43c5-8485-c738590b05a4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-08T12:02:44.382Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.383Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T12:02:44.383Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T12:02:44.383Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.383Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T12:02:44.383Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T12:02:44.384Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.384Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-08T12:02:44.384Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-08T12:02:44.385Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-08T12:02:44.385Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=540f13fc-54ee-4bea-a945-9b38b5770532
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-08T12:02:44.388Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.389Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T12:02:44.389Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T12:02:44.389Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.390Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-08T12:02:44.390Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0c8eb044-a0e5-4f27-a6f4-ecaf4251924b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T12:02:44.392Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.392Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:44.392Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid eb773852-2aa3-43e6-81fb-b5251c240bec: basic_vm_macro
2022-06-08T12:02:44.393Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.393Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:44.393Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.393Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:44.394Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.394Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:44.394Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.394Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:44.394Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:02:44.395Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:02:44.395Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:02:44.503Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 40363651-cdd2-4ae5-a8db-2be53abb24e2 1 ASDC deployResourceStructure
2022-06-08T12:02:44.503Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-08T12:02:44.503Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-08T12:02:44.503Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T12:02:44.503Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:44.506Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:44.506Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689764503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T12:02:44.605Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:02:44.606Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:44.607Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:44.627Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:44.627Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:45.507Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-08T12:02:45.507Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-08T12:02:45.507Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T12:02:45.507Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:45.509Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:45.509Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689765506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T12:02:45.609Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:02:45.610Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:45.610Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:45.629Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:45.630Z||pool-125-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:46.510Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-08T12:02:46.511Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-08T12:02:46.511Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T12:02:46.512Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:46.520Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:46.521Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689766510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-08T12:02:46.620Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:02:46.621Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:46.621Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:46.645Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:46.646Z||pool-126-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:02:47.522Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-08T12:02:47.522Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-08T12:02:47.522Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T12:02:47.523Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:02:47.525Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:02:47.525Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689767522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:02:47.625Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:02:47.626Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:02:47.626Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:02:47.642Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:02:47.643Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-08T12:02:48.526Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eb472c1-e7bb-4121-98be-d4b073fb4e91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T12:02:48.542Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eb472c1-e7bb-4121-98be-d4b073fb4e91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T12:02:48.546Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T12:02:48.546Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T12:02:48.546Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T12:02:48.547Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T12:02:48.547Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:02:48.547Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:02:48.547Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:02:48.547Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:02:48.548Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:02:48.548Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:02:48.554Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T12:03:18.555Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6eb472c1-e7bb-4121-98be-d4b073fb4e91 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-08T12:03:18.561Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6eb472c1-e7bb-4121-98be-d4b073fb4e91 and serviceModelVersionId: eb773852-2aa3-43e6-81fb-b5251c240bec
2022-06-08T12:03:18.561Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe51f9fd-c509-4822-8474-b9278fe60d0e
2022-06-08T12:03:18.562Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe51f9fd-c509-4822-8474-b9278fe60d0e/model-vers/model-ver/eb773852-2aa3-43e6-81fb-b5251c240bec?depth=0
2022-06-08T12:03:18.566Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T12:03:18.612Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe51f9fd-c509-4822-8474-b9278fe60d0e/model-vers/model-ver/eb773852-2aa3-43e6-81fb-b5251c240bec?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-08T12:03:18.613Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe51f9fd-c509-4822-8474-b9278fe60d0e/model-vers/model-ver/eb773852-2aa3-43e6-81fb-b5251c240bec?depth=0|INFO|500||Invoke
2022-06-08T12:03:18.663Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe51f9fd-c509-4822-8474-b9278fe60d0e/model-vers/model-ver/eb773852-2aa3-43e6-81fb-b5251c240bec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T12:03:18.824Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe51f9fd-c509-4822-8474-b9278fe60d0e/model-vers/model-ver/eb773852-2aa3-43e6-81fb-b5251c240bec?depth=0|INFO|500||InvokeReturn
2022-06-08T12:03:18.825Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe51f9fd-c509-4822-8474-b9278fe60d0e/model-vers/model-ver/eb773852-2aa3-43e6-81fb-b5251c240bec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220608-12:03:19:749-49903], vertex-id=[213064], Content-Length=[0], Date=[Wed, 08 Jun 2022 12:03:19 GMT], Content-Type=[application/json]}
2022-06-08T12:03:18.825Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T12:03:18.827Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T12:03:18.827Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T12:03:18.834Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T12:03:18.834Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6eb472c1-e7bb-4121-98be-d4b073fb4e91 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T12:03:18.834Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T12:03:18.835Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:03:18.837Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:03:18.837Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689798834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T12:03:18.937Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:03:18.938Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:03:18.938Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:18.962Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:18.962Z||pool-128-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T12:03:19.852Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:03:19.853Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:03:19.853Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:20.507Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:20.507Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T12:03:20.508Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef9cb454-7668-4b97-9d3f-35a399237abd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"01dbcfda-b884-4f35-b0f0-17fc7427b0d1","serviceDescription":"service","serviceInvariantUUID":"0eeb63c2-4f80-4395-897c-cc9409056c59","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5f0bb602-1494-4d6a-ae34-fecf5d86ad64","resourceInvariantUUID":"59de0000-849b-426a-8747-65b3db13f753","resourceCustomizationUUID":"453441f9-15bb-453b-837f-f138316d29e0","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":"MGFhMjA2MWIyNjNlYWM4ZTNjNTMyMGNmNTdhYjNiMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"336fa0f5-422f-4b80-8610-a5c6311d57d9","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":"392c9da6-1c1e-4ef9-9ff2-773a3b070c5d","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":"6d5d44f0-702b-428f-927e-186d875605ea","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":"OGQ0MDUzNjI4ZGMwNTlhZTdhYWY3YTkzYTM1ZTczZTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"14bba7e7-ced4-4656-80a8-3ffaf2f3cc42","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":"c7669518-2eb7-4814-82df-765c33026973","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":"c68a4694-f98e-4463-beac-1c9d5ca5a18b","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":"a8a28633-1463-48d0-a232-02f260929e81","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":"N2Q5MzAyZjM2MDAwZmQyYjg4ZDgwOGFiZDc4ZDRmYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02d43695-a75a-42f1-adf4-41db2c19dd2a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGJhZjczN2E3ODViNDNhMWJlMTRlZjcxZjNlMGRiMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4eaa0119-3d1d-4c7a-846c-8b37d862f7f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T12:03:20.510Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:03:20.510Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:03:20.513Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:03:20.513Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:20.613Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:03:20.614Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:03:20.614Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:20.641Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:20.641Z||pool-129-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:03:21.513Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:03:21.514Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:03:21.516Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:03:21.516Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:21.616Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:03:21.617Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:03:21.617Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:21.635Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:21.635Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:03:22.517Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:03:22.517Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:03:22.520Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:03:22.520Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:22.619Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:03:22.620Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:03:22.621Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:22.648Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:22.649Z||pool-131-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:03:23.520Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:03:23.521Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:03:23.523Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:03:23.523Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:23.623Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:03:23.624Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:03:23.624Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:23.656Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:23.656Z||pool-132-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:03:24.523Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:03:24.524Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:03:24.526Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:03:24.526Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:24.626Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:03:24.627Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:03:24.627Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:24.651Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:24.651Z||pool-133-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:03:25.526Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:03:25.527Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:03:25.529Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:03:25.529Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:25.629Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:03:25.631Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:03:25.631Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:25.647Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:25.648Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:03:26.530Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:03:26.530Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:03:26.532Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:03:26.532Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:26.632Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:03:26.633Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:03:26.634Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:26.652Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:26.653Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:03:27.533Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:03:27.534Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:03:27.536Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:03:27.536Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:27.636Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:03:27.637Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:03:27.638Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:27.681Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:27.682Z||pool-136-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:03:28.537Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T12:03:28.537Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:03:28.540Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:03:28.540Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:03:28.640Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:03:28.641Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:03:28.641Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:28.668Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:28.668Z||pool-137-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:03:29.541Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "01dbcfda-b884-4f35-b0f0-17fc7427b0d1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0eeb63c2-4f80-4395-897c-cc9409056c59",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "453441f9-15bb-453b-837f-f138316d29e0",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5f0bb602-1494-4d6a-ae34-fecf5d86ad64",
      "resourceInvariantUUID": "59de0000-849b-426a-8747-65b3db13f753",
      "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": "ZGJhZjczN2E3ODViNDNhMWJlMTRlZjcxZjNlMGRiMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4eaa0119-3d1d-4c7a-846c-8b37d862f7f6"
    }
  ],
  "workloadContext": "Production"
}
2022-06-08T12:03:29.541Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T12:03:29.541Z|6eb472c1-e7bb-4121-98be-d4b073fb4e91|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 01dbcfda-b884-4f35-b0f0-17fc7427b0d1 ASDC
2022-06-08T12:03:29.541Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ef9cb454-7668-4b97-9d3f-35a399237abd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:01dbcfda-b884-4f35-b0f0-17fc7427b0d1
ServiceInvariantUUID:0eeb63c2-4f80-4395-897c-cc9409056c59
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:4eaa0119-3d1d-4c7a-846c-8b37d862f7f6
ArtifactChecksum:ZGJhZjczN2E3ODViNDNhMWJlMTRlZjcxZjNlMGRiMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:453441f9-15bb-453b-837f-f138316d29e0
ResourceInvariantUUID:59de0000-849b-426a-8747-65b3db13f753
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5f0bb602-1494-4d6a-ae34-fecf5d86ad64
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-08T12:03:29.542Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01dbcfda-b884-4f35-b0f0-17fc7427b0d1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:03:29.571Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T12:03:29.571Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T12:03:29.571Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T12:03:29.571Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4eaa0119-3d1d-4c7a-846c-8b37d862f7f6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-08T12:03:29.571Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T12:03:29.572Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-08T12:03:29.684Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T12:03:29.689Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4eaa0119-3d1d-4c7a-846c-8b37d862f7f6 105663
2022-06-08T12:03:29.689Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-08T12:03:29.689Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-08T12:03:29.689Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T12:03:29.690Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:03:29.691Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:03:29.692Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689809689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:29.791Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T12:03:29.793Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:03:29.793Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:29.822Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:29.823Z||pool-138-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-08T12:03:30.692Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T12:03:30.693Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T12:03:30.693Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4eaa0119-3d1d-4c7a-846c-8b37d862f7f6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T12:03:30.694Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-08T12:03:30.694Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T12:03:30.695Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T12:03:30.821Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5500888493342998133/Definitions/service-TestPnfMacro-template.yml
2022-06-08T12:03:31.534Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T12:03:31.535Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T12:03:31.535Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T12:03:31.535Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-08T12:03:31.536Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T12:03:31.536Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T12:03:31.537Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T12:03:31.537Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T12:03:31.537Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T12:03:31.537Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T12:03:31.537Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-08T12:03:31.538Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T12:03:31.538Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:03:31.538Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:03:31.538Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-08T12:03:31.538Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T12:03:31.539Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T12:03:31.539Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:03:31.539Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:03:31.539Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-08T12:03:31.539Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T12:03:31.540Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T12:03:31.540Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:03:31.540Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:03:31.541Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:03:31.541Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:03:31.541Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:03:31.541Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:03:31.542Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:03:31.542Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:03:31.542Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:03:31.542Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:03:31.542Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:01dbcfda-b884-4f35-b0f0-17fc7427b0d1
Model Version:NULL
Model InvariantUuid:0eeb63c2-4f80-4395-897c-cc9409056c59
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-08T12:03:31.552Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5f0bb602-1494-4d6a-ae34-fecf5d86ad64
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T12:03:31.556Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-06-08T12:03:31.556Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5f0bb602-1494-4d6a-ae34-fecf5d86ad64
2022-06-08T12:03:31.556Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 01dbcfda-b884-4f35-b0f0-17fc7427b0d1
2022-06-08T12:03:31.556Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 01dbcfda-b884-4f35-b0f0-17fc7427b0d1
2022-06-08T12:03:31.557Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5f0bb602-1494-4d6a-ae34-fecf5d86ad64 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T12:03:31.566Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72efa8b0, org.onap.sdc.toscaparser.api.parameters.Input@2be9281c, org.onap.sdc.toscaparser.api.parameters.Input@14d0275d, org.onap.sdc.toscaparser.api.parameters.Input@204abb46, org.onap.sdc.toscaparser.api.parameters.Input@2f6f3dd7]
2022-06-08T12:03:31.567Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:03:31.567Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:03:31.567Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 01dbcfda-b884-4f35-b0f0-17fc7427b0d1: test-pnf
2022-06-08T12:03:31.568Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||Processing PNF resource: 5f0bb602-1494-4d6a-ae34-fecf5d86ad64
2022-06-08T12:03:31.568Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-08T12:03:31.568Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T12:03:31.568Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||Resource customization UUID: 453441f9-15bb-453b-837f-f138316d29e0 is the same as notified resource customizationUUID: 453441f9-15bb-453b-837f-f138316d29e0
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-08T12:03:31.611Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5f0bb602-1494-4d6a-ae34-fecf5d86ad64 0 ASDC deployResourceStructure
2022-06-08T12:03:31.611Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-08T12:03:31.612Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-08T12:03:31.612Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T12:03:31.612Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:03:31.614Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:03:31.614Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689811611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:03:31.714Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:03:31.715Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:03:31.715Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:31.736Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:31.737Z||pool-139-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-08T12:03:32.615Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef9cb454-7668-4b97-9d3f-35a399237abd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T12:03:32.627Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef9cb454-7668-4b97-9d3f-35a399237abd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T12:03:32.629Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T12:03:32.630Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T12:03:32.630Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T12:03:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:03:33.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:03:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:03:34.025Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:03:34.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "clamp",
  "timestamp": 1654689698302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:03:34.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "clamp",
  "timestamp": 1654689699306,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:03:34.040Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6eb472c1-e7bb-4121-98be-d4b073fb4e91
2022-06-08T12:03:34.040Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb472c1-e7bb-4121-98be-d4b073fb4e91 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:03:34.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689704850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:34.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "cds",
  "timestamp": 1654689697077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689697919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689701881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "aai-ml",
  "timestamp": 1654689703960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689707374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:34.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "cds",
  "timestamp": 1654689697077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689697919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689701881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "aai-ml",
  "timestamp": 1654689703960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689708555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:34.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "cds",
  "timestamp": 1654689697077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689697919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689701881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "aai-ml",
  "timestamp": 1654689703960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689709759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:34.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "cds",
  "timestamp": 1654689697077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689697919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689701881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "aai-ml",
  "timestamp": 1654689703960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "cds",
  "timestamp": 1654689697077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689697919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689701881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "aai-ml",
  "timestamp": 1654689703960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689710856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:34.061Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "clamp",
  "timestamp": 1654689712192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "cds",
  "timestamp": 1654689697077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689697919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "aai-ml",
  "timestamp": 1654689703960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689701881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689711972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:34.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "clamp",
  "timestamp": 1654689712192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "cds",
  "timestamp": 1654689697077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689697919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689701881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "aai-ml",
  "timestamp": 1654689703960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689713052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T12:03:34.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689712808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "clamp",
  "timestamp": 1654689712192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "cds",
  "timestamp": 1654689697077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689697919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "aai-ml",
  "timestamp": 1654689703960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689701881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689714057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T12:03:34.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689712808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "policy-id",
  "timestamp": 1654689714779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "clamp",
  "timestamp": 1654689712192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "cds",
  "timestamp": 1654689697077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689697919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689701881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "aai-ml",
  "timestamp": 1654689703960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689715061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-08T12:03:34.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689712808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "policy-id",
  "timestamp": 1654689714779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "clamp",
  "timestamp": 1654689712192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689716065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-08T12:03:34.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "cds",
  "timestamp": 1654689715957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:34.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689716127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:34.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689716940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:34.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "aai-ml",
  "timestamp": 1654689716913,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:34.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689712808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "policy-id",
  "timestamp": 1654689714779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "clamp",
  "timestamp": 1654689712192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689717069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-08T12:03:34.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689717156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T12:03:34.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "cds",
  "timestamp": 1654689717261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:03:34.081Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef9cb454-7668-4b97-9d3f-35a399237abd
2022-06-08T12:03:34.081Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef9cb454-7668-4b97-9d3f-35a399237abd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:03:34.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689712808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "policy-id",
  "timestamp": 1654689714779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "clamp",
  "timestamp": 1654689712192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689718072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:03:34.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654689718159,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:03:34.097Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ef9cb454-7668-4b97-9d3f-35a399237abd
2022-06-08T12:03:34.097Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef9cb454-7668-4b97-9d3f-35a399237abd and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:03:34.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689719418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:03:34.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689712808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "policy-id",
  "timestamp": 1654689714779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "clamp",
  "timestamp": 1654689712192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654689720430,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:03:34.112Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef9cb454-7668-4b97-9d3f-35a399237abd
2022-06-08T12:03:34.112Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef9cb454-7668-4b97-9d3f-35a399237abd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:03:34.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689712808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "clamp",
  "timestamp": 1654689712192,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "policy-id",
  "timestamp": 1654689714779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689712808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "policy-id",
  "timestamp": 1654689714779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "aai-ml",
  "timestamp": 1654689722047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:03:34.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654689712808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "policy-id",
  "timestamp": 1654689714779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "aai-ml",
  "timestamp": 1654689723051,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:03:34.129Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef9cb454-7668-4b97-9d3f-35a399237abd
2022-06-08T12:03:34.129Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef9cb454-7668-4b97-9d3f-35a399237abd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:03:34.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "policy-id",
  "timestamp": 1654689714779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "policy-id",
  "timestamp": 1654689724674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:34.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "policy-id",
  "timestamp": 1654689725678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:03:34.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "policy-id",
  "timestamp": 1654689726681,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:03:34.148Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef9cb454-7668-4b97-9d3f-35a399237abd
2022-06-08T12:03:34.148Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef9cb454-7668-4b97-9d3f-35a399237abd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:03:34.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "clamp",
  "timestamp": 1654689728299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:03:34.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "clamp",
  "timestamp": 1654689729316,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:03:34.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "clamp",
  "timestamp": 1654689730321,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:03:34.166Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef9cb454-7668-4b97-9d3f-35a399237abd
2022-06-08T12:03:34.166Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef9cb454-7668-4b97-9d3f-35a399237abd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T12:03:34.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "488c04c5-fe45-481a-82b6-74b06f723806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689749373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T12:03:34.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:03:34.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-08T12:03:34.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:03:34.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:03:34.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:03:34.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:04:02.630Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef9cb454-7668-4b97-9d3f-35a399237abd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T12:04:02.645Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef9cb454-7668-4b97-9d3f-35a399237abd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T12:04:02.648Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T12:04:02.648Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T12:04:02.648Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T12:04:02.649Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T12:04:02.649Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:04:02.649Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:04:02.649Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:04:02.650Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:04:02.650Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:04:02.650Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:04:02.650Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-08T12:04:02.651Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T12:04:02.657Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T12:04:32.658Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef9cb454-7668-4b97-9d3f-35a399237abd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-08T12:04:32.666Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef9cb454-7668-4b97-9d3f-35a399237abd and serviceModelVersionId: 01dbcfda-b884-4f35-b0f0-17fc7427b0d1
2022-06-08T12:04:32.666Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0eeb63c2-4f80-4395-897c-cc9409056c59
2022-06-08T12:04:32.667Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0eeb63c2-4f80-4395-897c-cc9409056c59/model-vers/model-ver/01dbcfda-b884-4f35-b0f0-17fc7427b0d1?depth=0
2022-06-08T12:04:32.672Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T12:04:32.716Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eeb63c2-4f80-4395-897c-cc9409056c59/model-vers/model-ver/01dbcfda-b884-4f35-b0f0-17fc7427b0d1?depth=0|INFO|500||Invoke
2022-06-08T12:04:32.716Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eeb63c2-4f80-4395-897c-cc9409056c59/model-vers/model-ver/01dbcfda-b884-4f35-b0f0-17fc7427b0d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eeb63c2-4f80-4395-897c-cc9409056c59/model-vers/model-ver/01dbcfda-b884-4f35-b0f0-17fc7427b0d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef9cb454-7668-4b97-9d3f-35a399237abd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[923a5ace-0dad-4d4c-878d-69a3b49df1f1], X-ECOMP-RequestID=[ef9cb454-7668-4b97-9d3f-35a399237abd], X-TransactionId=[], X-ONAP-RequestID=[ef9cb454-7668-4b97-9d3f-35a399237abd], Content-Type=[application/merge-patch+json]}
2022-06-08T12:04:32.736Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eeb63c2-4f80-4395-897c-cc9409056c59/model-vers/model-ver/01dbcfda-b884-4f35-b0f0-17fc7427b0d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-08T12:04:32.841Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eeb63c2-4f80-4395-897c-cc9409056c59/model-vers/model-ver/01dbcfda-b884-4f35-b0f0-17fc7427b0d1?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/0eeb63c2-4f80-4395-897c-cc9409056c59/model-vers/model-ver/01dbcfda-b884-4f35-b0f0-17fc7427b0d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220608-12:04:33:820-68777], vertex-id=[274440], Content-Length=[0], Date=[Wed, 08 Jun 2022 12:04:33 GMT], Content-Type=[application/json]}
2022-06-08T12:04:32.842Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eeb63c2-4f80-4395-897c-cc9409056c59/model-vers/model-ver/01dbcfda-b884-4f35-b0f0-17fc7427b0d1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-08T12:04:32.842Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eeb63c2-4f80-4395-897c-cc9409056c59/model-vers/model-ver/01dbcfda-b884-4f35-b0f0-17fc7427b0d1?depth=0|INFO|500||InvokeReturn
2022-06-08T12:04:32.847Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T12:04:32.848Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T12:04:32.852Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T12:04:32.852Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef9cb454-7668-4b97-9d3f-35a399237abd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T12:04:32.852Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T12:04:32.853Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T12:04:32.855Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T12:04:32.855Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689872852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T12:04:32.955Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T12:04:32.956Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T12:04:32.956Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:04:32.988Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:04:32.989Z||pool-140-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T12:04:33.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:04:33.871Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:04:33.871Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:04:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:04:33.985Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:04:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:04:34.041Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:04:34.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T12:04:34.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-08T12:04:34.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:04:43.438Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:04:43.439Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:04:43.440Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:04:43.440Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:04:53.001Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:05:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:05:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:05:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:05:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:05:33.985Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:05:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:05:34.056Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:05:34.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:05:34.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:05:34.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:05:34.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:05:34.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689693982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:05:34.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:05:34.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689758655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:05:34.061Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:05:34.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689761161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:05:34.061Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:05:34.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689762234,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:05:34.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:05:34.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689763352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:05:34.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:05:34.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689764503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-08T12:05:34.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:05:34.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689765506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-08T12:05:34.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:05:34.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689766510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-08T12:05:34.064Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:05:34.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689767522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:05:34.064Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:05:34.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eb472c1-e7bb-4121-98be-d4b073fb4e91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689798834,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T12:05:34.065Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:05:34.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:05:34.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:05:34.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:05:34.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:05:34.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:05:34.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:05:34.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:05:34.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:05:34.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:05:34.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:05:34.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:05:34.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:05:34.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:05:34.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:05:34.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-08T12:05:34.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:05:34.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689799852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-08T12:05:34.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-08T12:05:34.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689809689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-08T12:05:34.068Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:05:34.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:05:34.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689811611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-08T12:05:34.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:05:43.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:06:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:06:33.985Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:06:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:06:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:06:33.985Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:06:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:06:34.574Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:06:34.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-08T12:06:34.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef9cb454-7668-4b97-9d3f-35a399237abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654689872852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T12:06:34.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T12:06:43.586Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:07:33.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:07:33.983Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:07:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:07:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:07:33.985Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:07:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:07:43.574Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:07:43.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:08:33.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:08:33.983Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:08:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:08:33.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:08:33.985Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:08:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:08:43.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:08:43.546Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:09:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:09:33.983Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:09:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:09:33.985Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:09:33.985Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:09:33.985Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:09:43.532Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:09:43.537Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:10:33.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:10:33.983Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:10:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:10:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:10:33.985Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:10:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:10:43.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:10:43.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:11:33.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:11:33.983Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:11:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:11:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:11:33.985Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:11:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:11:43.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:11:43.540Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:12:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:12:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:12:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:12:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:12:33.985Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:12:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:12:43.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:12:43.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:13:33.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:13:33.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:13:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:13:33.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:13:33.985Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:13:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:13:43.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:13:43.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:14:33.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:14:33.985Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:14:33.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:14:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:14:33.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:14:33.985Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:14:43.543Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:14:43.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:15:33.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:15:33.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:15:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:15:33.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:15:33.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:15:33.985Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:15:43.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:15:43.538Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:16:33.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:16:33.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:16:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:16:33.985Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:16:33.985Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:16:33.985Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:16:43.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:16:43.545Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:17:33.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:17:33.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:17:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:17:33.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:17:33.985Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:17:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:17:43.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:17:43.533Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:18:33.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:18:33.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:18:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:18:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:18:33.985Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:18:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:18:43.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:18:43.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:19:33.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:19:33.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:19:33.983Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:19:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:19:33.985Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:19:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:19:43.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:19:43.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:20:33.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:20:33.984Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:20:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:20:33.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:20:33.986Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:20:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:20:43.547Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:20:43.561Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:21:33.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:21:33.984Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:21:33.984Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:21:33.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:21:33.985Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:21:33.986Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:21:43.538Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:21:43.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:22:33.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:22:33.985Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:22:33.985Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:22:33.985Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:22:33.985Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:22:33.985Z|ef9cb454-7668-4b97-9d3f-35a399237abd|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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:22:43.558Z|ef9cb454-7668-4b97-9d3f-35a399237abd|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:22:43.577Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:23:33.982Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:23:33.983Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:23:33.983Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:23:33.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:23:33.985Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:23:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:23:43.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:23:43.545Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:24:33.982Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:24:33.983Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:24:33.983Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:24:33.985Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:24:33.985Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:24:33.985Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:24:43.540Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:24:43.540Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:25:33.982Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:25:33.983Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:25:33.983Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:25:33.985Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:25:33.985Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:25:33.985Z|f473271c-f30b-41d1-8f3e-430470eb785c|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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:25:43.546Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:25:43.551Z|f473271c-f30b-41d1-8f3e-430470eb785c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:26:33.982Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:26:33.983Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:26:33.983Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:26:33.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:26:33.985Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:26:33.985Z||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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:26:43.550Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:26:43.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:27:33.982Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:27:33.983Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:27:33.983Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iV32oSebT4f0X1Ts) ...
2022-06-08T12:27:33.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T12:27:33.985Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T12:27:33.985Z|6cda52e6-8642-45a6-914d-b696fa138387|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 iV32oSebT4f0X1Ts) ...
2022-06-08T12:27:43.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-08T12:27:43.557Z|6cda52e6-8642-45a6-914d-b696fa138387|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK