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-11-01T03:24:20.151Z||main|||||INFO|500||The following profiles are active: basic
2022-11-01T03:24:32.286Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-01T03:24:32.287Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-01T03:24:32.410Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-01T03:24:36.814Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-01T03:24:37.241Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-01T03:24:37.833Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-01T03:24:37.843Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-01T03:24:38.024Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-01T03:24:38.306Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-01T03:24:38.946Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-01T03:24:41.042Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-01T03:24:43.492Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-01T03:24:43.554Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-01T03:24:44.295Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-01T03:24:44.522Z||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-11-01T03:24:45.753Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-01T03:24:46.934Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-01T03:24:46.956Z||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$$6480366b.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-11-01T03:24:46.957Z||main|||||WARN|500||The sdc end point is not alive
2022-11-01T03:24:50.219Z||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-11-01T03:24:53.127Z||main|||||WARN|500||---
2022-11-01T03:24:53.128Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-01T03:24:53.128Z||main|||||WARN|500||---
2022-11-01T03:24:53.617Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-01T03:24:59.434Z||main|||||INFO|500||Started Application in 42.617 seconds (JVM running for 45.074)
2022-11-01T03:24:59.450Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-01T03:24:59.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-01T03:24:59.473Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-01T03:24:59.496Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-01T03:24:59.538Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e08369ac-2c22-4baf-a84d-3fa6ff86f720 url= /sdc/v1/artifactTypes
2022-11-01T03:24:59.538Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-01T03:24:59.860Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-01T03:24:59.932Z||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-11-01T03:24:59.959Z||scheduling-1|||||DEBUG|500||create keys
2022-11-01T03:24:59.969Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-01T03:25:00.082Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:25:00.100Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3ebc90f4-d3a8-4ad9-9e33-cbcf72f9c4a4 url= /sdc/v1/registerForDistribution
2022-11-01T03:25:00.347Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3ebc90f4-d3a8-4ad9-9e33-cbcf72f9c4a4 url= /sdc/v1/registerForDistribution
2022-11-01T03:25:00.348Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-01T03:25:00.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:25:00.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:25:00.374Z||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-11-01T03:25:00.374Z||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-11-01T03:25:00.375Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:25:00.375Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:25:00.377Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-01T03:25:10.874Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:25:10.911Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:26:00.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:26:00.358Z||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-11-01T03:26:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:26:00.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:26:00.360Z||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-11-01T03:26:00.360Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:26:09.917Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:26:09.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:27:00.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:27:00.357Z||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-11-01T03:27:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:27:00.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:27:00.358Z||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-11-01T03:27:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:27:09.947Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:27:09.947Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:28:00.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:28:00.356Z||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-11-01T03:28:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:28:00.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:28:00.359Z||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-11-01T03:28:00.359Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:28:09.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:28:09.904Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:29:00.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:29:00.357Z||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-11-01T03:29:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:29:00.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:29:00.359Z||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-11-01T03:29:00.360Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:29:09.917Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:29:09.917Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:30:00.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:30:00.356Z||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-11-01T03:30:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:30:00.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:30:00.358Z||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-11-01T03:30:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:30:09.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:30:09.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:31:00.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:31:00.357Z||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-11-01T03:31:00.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:31:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:31:00.358Z||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-11-01T03:31:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:31:09.929Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:31:09.931Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:32:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:32:00.357Z||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-11-01T03:32:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:32:00.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:32:00.360Z||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-11-01T03:32:00.360Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:32:09.928Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:32:09.928Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:33:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:33:00.356Z||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-11-01T03:33:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:33:00.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:33:00.358Z||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-11-01T03:33:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:33:09.922Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:33:09.922Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:34:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:34:00.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:34:00.360Z||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-11-01T03:34:00.360Z||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-11-01T03:34:00.360Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:34:00.360Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:34:09.917Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:34:09.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:34:20.894Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-01T03:35:00.356Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:35:00.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:35:00.359Z||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-11-01T03:35:00.359Z||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-11-01T03:35:00.360Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:35:00.360Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:35:09.933Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:35:09.933Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:36:00.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:36:00.357Z||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-11-01T03:36:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:36:00.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:36:00.359Z||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-11-01T03:36:00.360Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:36:09.916Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:36:09.916Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:37:00.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:37:00.357Z||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-11-01T03:37:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:37:00.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:37:00.358Z||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-11-01T03:37:00.360Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:37:09.925Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:37:09.925Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:38:00.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:38:00.356Z||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-11-01T03:38:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:38:00.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:38:00.358Z||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-11-01T03:38:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:38:09.907Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:38:09.907Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:39:00.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:39:00.356Z||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-11-01T03:39:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:39:00.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:39:00.358Z||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-11-01T03:39:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:39:09.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:39:09.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:40:00.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:40:00.356Z||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-11-01T03:40:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:40:00.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:40:00.358Z||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-11-01T03:40:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:40:09.914Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:40:09.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:41:00.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:41:00.357Z||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-11-01T03:41:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:41:00.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:41:00.359Z||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-11-01T03:41:00.360Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:41:09.920Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:41:09.920Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:42:00.356Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:42:00.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:42:00.360Z||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-11-01T03:42:00.360Z||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-11-01T03:42:00.361Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:42:00.361Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:42:09.913Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:42:09.913Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:43:00.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:43:00.356Z||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-11-01T03:43:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:43:00.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:43:00.358Z||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-11-01T03:43:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:43:09.916Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:43:09.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:44:00.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:44:00.356Z||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-11-01T03:44:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:44:00.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:44:00.358Z||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-11-01T03:44:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:44:09.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:44:09.948Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:45:00.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:45:00.356Z||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-11-01T03:45:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:45:00.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:45:00.358Z||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-11-01T03:45:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:45:09.914Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:45:09.915Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:46:00.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:46:00.356Z||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-11-01T03:46:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:46:00.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:46:00.358Z||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-11-01T03:46:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:46:09.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:46:09.925Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:47:00.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:47:00.356Z||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-11-01T03:47:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:47:00.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:47:00.358Z||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-11-01T03:47:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:47:09.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:47:09.921Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:48:00.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:48:00.356Z||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-11-01T03:48:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:48:00.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:48:00.358Z||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-11-01T03:48:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:48:09.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:48:09.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:49:00.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:49:00.356Z||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-11-01T03:49:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:49:00.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:49:00.358Z||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-11-01T03:49:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:49:09.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:49:09.917Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:50:00.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:50:00.356Z||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-11-01T03:50:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:50:00.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:50:00.358Z||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-11-01T03:50:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:50:09.916Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:50:09.918Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:51:00.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:51:00.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:51:00.360Z||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-11-01T03:51:00.361Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:51:00.361Z||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-11-01T03:51:00.362Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:51:09.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:51:09.919Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:52:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:52:00.356Z||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-11-01T03:52:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:52:00.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:52:00.358Z||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-11-01T03:52:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:52:09.919Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:52:09.920Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:53:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:53:00.356Z||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-11-01T03:53:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:53:00.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:53:00.358Z||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-11-01T03:53:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:53:09.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:53:09.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:54:00.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:54:00.357Z||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-11-01T03:54:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:54:00.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:54:00.358Z||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-11-01T03:54:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:54:09.915Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:54:09.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:55:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:55:00.357Z||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-11-01T03:55:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:55:00.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:55:00.358Z||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-11-01T03:55:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:55:09.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:55:09.928Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:56:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:56:00.356Z||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-11-01T03:56:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:56:00.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:56:00.360Z||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-11-01T03:56:00.360Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:56:09.917Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:56:09.917Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:57:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:57:00.356Z||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-11-01T03:57:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:57:00.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:57:00.358Z||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-11-01T03:57:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:57:09.931Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:57:09.956Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:58:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:58:00.356Z||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-11-01T03:58:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:58:00.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:58:00.358Z||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-11-01T03:58:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:58:09.906Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:58:09.912Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:59:00.356Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:59:00.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T03:59:00.361Z||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-11-01T03:59:00.361Z||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-11-01T03:59:00.362Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:59:00.362Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T03:59:09.921Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T03:59:09.920Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:00:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:00:00.356Z||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-11-01T04:00:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:00:00.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:00:00.358Z||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-11-01T04:00:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:00:09.923Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:00:09.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:01:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:01:00.356Z||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-11-01T04:01:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:01:00.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:01:00.358Z||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-11-01T04:01:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:01:09.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:01:09.914Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:02:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:02:00.356Z||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-11-01T04:02:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:02:00.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:02:00.358Z||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-11-01T04:02:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:02:09.916Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:02:09.917Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:03:00.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:03:00.356Z||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-11-01T04:03:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:03:00.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:03:00.358Z||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-11-01T04:03:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:03:09.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:03:09.903Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:04:00.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:04:00.356Z||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-11-01T04:04:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:04:00.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:04:00.358Z||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-11-01T04:04:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:04:09.937Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:04:09.938Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:00.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:05:00.356Z||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-11-01T04:05:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:00.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:05:00.358Z||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-11-01T04:05:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:00.641Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:00.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T04:05:00.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "clamp",
  "timestamp": 1667275488590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:05:00.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:05:00.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T04:05:00.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275492689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:05:00.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:05:00.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T04:05:00.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "cds",
  "timestamp": 1667275497546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:05:00.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:05:00.993Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:00.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-01T04:05:00.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a8777b1-1ba7-4227-a38a-316611703ebc","serviceName":"vFW 2022-11-01 04-04-03","serviceVersion":"1.0","serviceUUID":"91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e","serviceDescription":"catalog service description","serviceInvariantUUID":"998653dd-ffe8-42e2-a841-89b0bcfe6907","resources":[{"resourceInstanceName":"vFW 66617bc8-144a 0","resourceName":"vFW 66617bc8-144a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d446f5b6-e5a7-4f00-a54f-210d3a25cbac","resourceInvariantUUID":"2f63c9b6-f1d7-41e9-901d-9f7029185997","resourceCustomizationUUID":"b8459f3c-369b-4d03-8849-ae0ef9e5c03a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vf-license-model.xml","artifactChecksum":"NzJlYTU3M2MyNTQ3YmI4ZTFjMzM4NTkwODY1M2I3OTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a85d898-943f-403d-aa16-0ea800392c0c","artifactVersion":"1"},{"artifactName":"vfw66617bc8144a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json","artifactChecksum":"ZDg0YjY2NTFmZmIxNDBhNTY1ODUzNmRhMjk1ZWEzMjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"435ced34-358f-4efa-9a23-130678667a13","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3ad69cef-dabd-4c49-b2ec-cd6f9cb632ae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDViMzVhNzBjODg4OTFhODI1NDM1NDVkOWZmNmM0MzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5da3bbbb-1fd0-4b37-8057-ab0ba73887b0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2f98d545-4d72-4d96-949f-c09537a824f6","artifactVersion":"2","generatedFromUUID":"3ad69cef-dabd-4c49-b2ec-cd6f9cb632ae"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221101040403-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-template.yml","artifactChecksum":"MWZkNGM1M2UyY2NlYmFjZmEzZDAyOWMwNWE0Yjk0ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae8755e9-9e18-4f24-8b69-969dcc7f9c7d","artifactVersion":"1"},{"artifactName":"service-Vfw20221101040403-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar","artifactChecksum":"MjNmMjNkODRmNzJkNjlmMThhMzkwNmIwN2U5MDE0MzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01f356e7-d9d4-4b1e-b413-97878dde5b6e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T04:05:01.004Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:05:01.010Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:01.020Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:01.021Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:05:01.121Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-01T04:05:01.125Z||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-11-01T04:05:01.126Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:01.140Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:01.141Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:05:02.028Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:05:02.028Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:02.030Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:02.030Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:05:02.131Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:05:02.132Z||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-11-01T04:05:02.132Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:02.143Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:02.143Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:05:03.031Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:05:03.032Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:03.035Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:03.035Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:05:03.135Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:05:03.136Z||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-11-01T04:05:03.137Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:03.155Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:03.156Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:05:04.036Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:05:04.037Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:04.039Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:04.040Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:05:04.140Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:05:04.140Z||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-11-01T04:05:04.141Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:04.153Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:04.154Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:05:05.040Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:05:05.042Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:05.044Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:05.044Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-01T04:05:05.144Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:05:05.145Z||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-11-01T04:05:05.145Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:05.158Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:05.159Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:05:06.044Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:05:06.046Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:06.048Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:06.048Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:05:06.148Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:05:06.149Z||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-11-01T04:05:06.149Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:06.162Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:06.162Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:05:07.049Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:05:07.050Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:07.052Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:07.052Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:05:07.152Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:05:07.153Z||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-11-01T04:05:07.154Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:07.167Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:07.167Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:05:08.055Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "serviceName": "vFW 2022-11-01 04-04-03",
  "serviceVersion": "1.0",
  "serviceUUID": "91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "998653dd-ffe8-42e2-a841-89b0bcfe6907",
  "resources": [
    {
      "resourceInstanceName": "vFW 66617bc8-144a 0",
      "resourceCustomizationUUID": "b8459f3c-369b-4d03-8849-ae0ef9e5c03a",
      "resourceName": "vFW 66617bc8-144a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d446f5b6-e5a7-4f00-a54f-210d3a25cbac",
      "resourceInvariantUUID": "2f63c9b6-f1d7-41e9-901d-9f7029185997",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw66617bc8144a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
          "artifactChecksum": "ZDg0YjY2NTFmZmIxNDBhNTY1ODUzNmRhMjk1ZWEzMjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "435ced34-358f-4efa-9a23-130678667a13",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3ad69cef-dabd-4c49-b2ec-cd6f9cb632ae",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2f98d545-4d72-4d96-949f-c09537a824f6",
            "generatedFromUUID": "3ad69cef-dabd-4c49-b2ec-cd6f9cb632ae"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2f98d545-4d72-4d96-949f-c09537a824f6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221101040403-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
      "artifactChecksum": "MjNmMjNkODRmNzJkNjlmMThhMzkwNmIwN2U5MDE0MzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01f356e7-d9d4-4b1e-b413-97878dde5b6e"
    }
  ],
  "workloadContext": "Production"
}
2022-11-01T04:05:08.056Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T04:05:08.057Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e ASDC
2022-11-01T04:05:08.215Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8a8777b1-1ba7-4227-a38a-316611703ebc
ServiceName:vFW 2022-11-01 04-04-03
ServiceVersion:1.0
ServiceUUID:91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e
ServiceInvariantUUID:998653dd-ffe8-42e2-a841-89b0bcfe6907
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221101040403-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar
ArtifactUUID:01f356e7-d9d4-4b1e-b413-97878dde5b6e
ArtifactChecksum:MjNmMjNkODRmNzJkNjlmMThhMzkwNmIwN2U5MDE0MzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 66617bc8-144a 0
ResourceCustomizationUUID:b8459f3c-369b-4d03-8849-ae0ef9e5c03a
ResourceInvariantUUID:2f63c9b6-f1d7-41e9-901d-9f7029185997
ResourceName:vFW 66617bc8-144a
ResourceType:VF
ResourceUUID:d446f5b6-e5a7-4f00-a54f-210d3a25cbac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw66617bc8144a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json
ArtifactUUID:435ced34-358f-4efa-9a23-130678667a13
ArtifactChecksum:ZDg0YjY2NTFmZmIxNDBhNTY1ODUzNmRhMjk1ZWEzMjI=
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/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml
ArtifactUUID:3ad69cef-dabd-4c49-b2ec-cd6f9cb632ae
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/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env
ArtifactUUID:2f98d545-4d72-4d96-949f-c09537a824f6
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/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env
ArtifactUUID:2f98d545-4d72-4d96-949f-c09537a824f6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-01T04:05:08.216Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e 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-11-01T04:05:08.437Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:05:08.438Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:05:08.440Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:05:08.440Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 01f356e7-d9d4-4b1e-b413-97878dde5b6e from URL: /sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:08.440Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:05:08.441Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:08.559Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:05:08.578Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar 01f356e7-d9d4-4b1e-b413-97878dde5b6e 98993
2022-11-01T04:05:08.580Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar ASDC sendASDCNotification
2022-11-01T04:05:08.580Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:08.582Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:05:08.583Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:08.585Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:08.585Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275508579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:05:08.685Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:05:08.686Z||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-11-01T04:05:08.687Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:08.699Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:08.699Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:05:09.586Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:05:09.587Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:05:09.588Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 01f356e7-d9d4-4b1e-b413-97878dde5b6e, URL: /sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar to file: /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:09.589Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221101040403-csar.csar
2022-11-01T04:05:09.674Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:09.674Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:10.390Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3724623844767305234/Definitions/service-Vfw20221101040403-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-11-01T04:05:12.958Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T04:05:12.963Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:05:12.963Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.964Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-11-01T04:05:12.964Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||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-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.964Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||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-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.964Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.964Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.964Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.964Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||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-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.964Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.965Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 66617bc8-144a 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-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.965Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.965Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.965Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.965Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.965Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:12.965Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:05:12.972Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:12.973Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:12.978Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is matching search criteria
2022-11-01T04:05:12.978Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:05:12.980Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 66617bc8-144a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:05:12.982Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:12.982Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:12.983Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is matching search criteria
2022-11-01T04:05:12.983Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:05:12.984Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 66617bc8-144a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:05:12.984Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:12.985Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:12.988Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:12.989Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is not matching search criteria
2022-11-01T04:05:12.989Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T04:05:12.990Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-01T04:05:12.990Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-01T04:05:12.990Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:12.991Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T04:05:12.991Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-01T04:05:12.991Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T04:05:12.992Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-01T04:05:12.992Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-01T04:05:12.992Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-01T04:05:12.993Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:12.993Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-01T04:05:12.993Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:12.994Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-01T04:05:12.994Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T04:05:12.994Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-01T04:05:12.995Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:12.995Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T04:05:12.996Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:12.997Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is matching search criteria
2022-11-01T04:05:12.997Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 66617bc8-144a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:05:12.998Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:12.998Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is matching search criteria
2022-11-01T04:05:12.998Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 66617bc8-144a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:05:12.999Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:12.999Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is matching search criteria
2022-11-01T04:05:13.000Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 66617bc8-144a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:05:13.000Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:13.000Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is not matching search criteria
2022-11-01T04:05:13.001Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T04:05:13.001Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-01T04:05:13.001Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T04:05:13.002Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-01T04:05:13.002Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-01T04:05:13.002Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-01T04:05:13.003Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:13.003Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-01T04:05:13.003Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:13.004Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-01T04:05:13.004Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T04:05:13.004Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a69fe71e-0254-4291-8b61-dd0e4f9baaae
2022-11-01T04:05:13.005Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:13.005Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is not matching search criteria
2022-11-01T04:05:13.006Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T04:05:13.006Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-01T04:05:13.006Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-01T04:05:13.007Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:13.007Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T04:05:13.007Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-01T04:05:13.008Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T04:05:13.008Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-01T04:05:13.008Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-01T04:05:13.008Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:13.009Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-01T04:05:13.009Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T04:05:13.009Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a32e566c-7058-4548-a5c5-0c64f21c69cc
2022-11-01T04:05:13.010Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:13.010Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is not matching search criteria
2022-11-01T04:05:13.011Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T04:05:13.011Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-01T04:05:13.011Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-01T04:05:13.012Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:13.012Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T04:05:13.012Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-01T04:05:13.012Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T04:05:13.013Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-01T04:05:13.013Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-01T04:05:13.014Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-01T04:05:13.014Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:13.014Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-01T04:05:13.015Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a26c732e-9a68-43e8-9b43-40828b1c0561
2022-11-01T04:05:13.015Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:13.015Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:13.016Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:13.016Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:13.017Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:13.017Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:13.017Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:13.018Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:13.018Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-01 04-04-03
Description:catalog service description
Model UUID:91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e
Model Version:NULL
Model InvariantUuid:998653dd-ffe8-42e2-a841-89b0bcfe6907
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 66617bc8-144a
Model UUID:08ac9fb7-b3ba-4166-8f4c-96f705cbdf8d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2f63c9b6-f1d7-41e9-901d-9f7029185997
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b8459f3c-369b-4d03-8849-ae0ef9e5c03a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:de885930-fe24-4a56-90a9-fb537c320d58
ModelName:Vfw66617bc8144a..base_vfw..module-0
ModelUuid:969ae0df-614e-433e-b33e-b8bf41b46a6c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a69fe71e-0254-4291-8b61-dd0e4f9baaae
ModelInvariantUuid:662abaeb-0eff-4b55-acdd-3c792fc04ba3
ModelName:vFW 66617bc8-144a-nodes.vfwCvfc
ModelUuid:6163bf6e-98d1-4729-b457-865831371bd0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:51401950-13da-4c22-9d90-2e7d080b2dde
ModelInvariantUuid:7206fb39-bda0-40fc-b89b-a66754370229
ModelName:Vfw66617bc8144a.compute.nodes.heat.vfw
ModelUuid:691874e3-87e1-4bfc-bb45-737221ae4ef0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a32e566c-7058-4548-a5c5-0c64f21c69cc
ModelInvariantUuid:ac97f405-0388-427e-b929-08a3d7d2b02d
ModelName:vFW 66617bc8-144a-nodes.vsnCvfc
ModelUuid:16d0598d-6770-4d2c-96d1-79d952616d7f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6c92e094-7321-45a4-b72b-1b7e4be3a7bc
ModelInvariantUuid:27ad47e7-2437-4bcc-b740-404dddcefaa9
ModelName:Vfw66617bc8144a.compute.nodes.heat.vsn
ModelUuid:8edca4b1-ce8a-4d9e-9509-5b59e13bc9a3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a26c732e-9a68-43e8-9b43-40828b1c0561
ModelInvariantUuid:523bd613-e89e-4098-ab7d-b553ea5b4e3a
ModelName:vFW 66617bc8-144a-nodes.vpgCvfc
ModelUuid:f59c5d90-1b82-42d5-93b7-557cce3b63ad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ac94aeb9-bb90-4452-ad56-fe5a72ba3079
ModelInvariantUuid:72165d0b-1dc2-4cab-863b-392923be07cb
ModelName:Vfw66617bc8144a.compute.nodes.heat.vpg
ModelUuid:fce464f2-436d-45e1-9542-7ef2ed50444b
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-11-01T04:05:13.040Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d446f5b6-e5a7-4f00-a54f-210d3a25cbac
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-11-01T04:05:13.138Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||vFW 66617bc8-144a 0
2022-11-01T04:05:13.146Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d446f5b6-e5a7-4f00-a54f-210d3a25cbac
2022-11-01T04:05:13.146Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 435ced34-358f-4efa-9a23-130678667a13 from URL: /sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json
2022-11-01T04:05:13.146Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:05:13.147Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json
2022-11-01T04:05:13.195Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:05:13.195Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json 435ced34-358f-4efa-9a23-130678667a13 785
2022-11-01T04:05:13.196Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json ASDC sendASDCNotification
2022-11-01T04:05:13.196Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json
2022-11-01T04:05:13.196Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:05:13.197Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:13.199Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:13.200Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275513196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:05:13.300Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:05:13.301Z||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-11-01T04:05:13.301Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:13.320Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:13.321Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:05:14.201Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw66617bc8144a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "de885930-fe24-4a56-90a9-fb537c320d58",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "969ae0df-614e-433e-b33e-b8bf41b46a6c",
    "vfModuleModelCustomizationUUID": "285e012a-6ebc-46fe-8068-3390e7a22d1a",
    "isBase": true,
    "artifacts": [
      "3ad69cef-dabd-4c49-b2ec-cd6f9cb632ae",
      "2f98d545-4d72-4d96-949f-c09537a824f6"
    ],
    "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-11-01T04:05:14.215Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw66617bc8144a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:969ae0df-614e-433e-b33e-b8bf41b46a6c
VfModuleModelInvariantUUID:de885930-fe24-4a56-90a9-fb537c320d58
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ad69cef-dabd-4c49-b2ec-cd6f9cb632ae
,
2f98d545-4d72-4d96-949f-c09537a824f6

}
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-11-01T04:05:14.218Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw66617bc8144a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "de885930-fe24-4a56-90a9-fb537c320d58",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "969ae0df-614e-433e-b33e-b8bf41b46a6c",
    "vfModuleModelCustomizationUUID": "285e012a-6ebc-46fe-8068-3390e7a22d1a",
    "isBase": true,
    "artifacts": [
      "3ad69cef-dabd-4c49-b2ec-cd6f9cb632ae",
      "2f98d545-4d72-4d96-949f-c09537a824f6"
    ],
    "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-11-01T04:05:14.218Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw66617bc8144a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:969ae0df-614e-433e-b33e-b8bf41b46a6c
VfModuleModelInvariantUUID:de885930-fe24-4a56-90a9-fb537c320d58
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ad69cef-dabd-4c49-b2ec-cd6f9cb632ae
,
2f98d545-4d72-4d96-949f-c09537a824f6

}
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-11-01T04:05:14.218Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3ad69cef-dabd-4c49-b2ec-cd6f9cb632ae from URL: /sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml
2022-11-01T04:05:14.219Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:05:14.219Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml
2022-11-01T04:05:14.271Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:05:14.273Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml 3ad69cef-dabd-4c49-b2ec-cd6f9cb632ae 20368
2022-11-01T04:05:14.273Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-01T04:05:14.273Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml
2022-11-01T04:05:14.273Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:05:14.273Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:14.275Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:14.275Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275514273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:05:14.376Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:05:14.376Z||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-11-01T04:05:14.377Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:14.386Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:14.386Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:05:15.277Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2f98d545-4d72-4d96-949f-c09537a824f6 from URL: /sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env
2022-11-01T04:05:15.277Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:05:15.277Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env
2022-11-01T04:05:15.334Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:05:15.334Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env 2f98d545-4d72-4d96-949f-c09537a824f6 2098
2022-11-01T04:05:15.335Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-01T04:05:15.335Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env
2022-11-01T04:05:15.335Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:05:15.335Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:15.338Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:15.338Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275515334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:05:15.438Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:05:15.439Z||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-11-01T04:05:15.439Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:15.448Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:15.449Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:05:16.340Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e
2022-11-01T04:05:16.343Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 66617bc8-144a 0 d446f5b6-e5a7-4f00-a54f-210d3a25cbac 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-11-01T04:05:16.397Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@281500d9, org.onap.sdc.toscaparser.api.parameters.Input@11fdb4db, org.onap.sdc.toscaparser.api.parameters.Input@38a2f040, org.onap.sdc.toscaparser.api.parameters.Input@530ba6a0, org.onap.sdc.toscaparser.api.parameters.Input@531867d0]
2022-11-01T04:05:16.401Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.401Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:16.401Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-01T04:05:16.401Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b8459f3c-369b-4d03-8849-ae0ef9e5c03a
2022-11-01T04:05:16.401Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b8459f3c-369b-4d03-8849-ae0ef9e5c03a matches Tosca VF Customization UUID: b8459f3c-369b-4d03-8849-ae0ef9e5c03a
2022-11-01T04:05:16.402Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b8459f3c-369b-4d03-8849-ae0ef9e5c03a  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-11-01T04:05:16.408Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.408Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:16.410Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b8459f3c-369b-4d03-8849-ae0ef9e5c03a: {\"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-11-01T04:05:16.410Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28ffcd74
2022-11-01T04:05:16.411Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.411Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T04:05:16.411Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 285e012a-6ebc-46fe-8068-3390e7a22d1a
2022-11-01T04:05:16.412Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 285e012a-6ebc-46fe-8068-3390e7a22d1a
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-11-01T04:05:16.418Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.418Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is matching search criteria
2022-11-01T04:05:16.418Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 66617bc8-144a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:05:16.419Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.419Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is matching search criteria
2022-11-01T04:05:16.419Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 66617bc8-144a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:05:16.420Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.420Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is not matching search criteria
2022-11-01T04:05:16.420Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T04:05:16.420Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-01T04:05:16.420Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T04:05:16.420Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-01T04:05:16.421Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-01T04:05:16.421Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-01T04:05:16.421Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:16.421Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-01T04:05:16.421Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:16.421Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-01T04:05:16.422Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T04:05:16.422Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a69fe71e-0254-4291-8b61-dd0e4f9baaae
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-11-01T04:05:16.429Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.430Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is matching search criteria
2022-11-01T04:05:16.430Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 66617bc8-144a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:05:16.430Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.431Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is not matching search criteria
2022-11-01T04:05:16.431Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T04:05:16.431Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-01T04:05:16.431Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-01T04:05:16.431Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:16.432Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T04:05:16.432Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-01T04:05:16.432Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T04:05:16.432Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-01T04:05:16.432Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-01T04:05:16.432Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:16.433Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-01T04:05:16.433Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T04:05:16.433Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a32e566c-7058-4548-a5c5-0c64f21c69cc
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-11-01T04:05:16.435Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.435Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is matching search criteria
2022-11-01T04:05:16.435Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 66617bc8-144a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:05:16.440Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.440Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is not matching search criteria
2022-11-01T04:05:16.440Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-01T04:05:16.440Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-01T04:05:16.441Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-01T04:05:16.441Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:16.441Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-01T04:05:16.441Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-01T04:05:16.442Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-01T04:05:16.442Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-01T04:05:16.442Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-01T04:05:16.442Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-01T04:05:16.443Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-01T04:05:16.443Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-01T04:05:16.443Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a26c732e-9a68-43e8-9b43-40828b1c0561
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-11-01T04:05:16.449Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.450Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is matching search criteria
2022-11-01T04:05:16.450Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 66617bc8-144a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:05:16.450Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.450Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Node template vFW 66617bc8-144a 0 is matching search criteria
2022-11-01T04:05:16.450Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 66617bc8-144a 0] matching following query criteria: sdcType=VF, customizationUUID=b8459f3c-369b-4d03-8849-ae0ef9e5c03a
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-11-01T04:05:16.452Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.452Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:16.453Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e: vFW 66617bc8-144a
2022-11-01T04:05:16.453Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.453Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:16.453Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.454Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:16.454Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.454Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:16.454Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.454Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:16.455Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:05:16.455Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-11-01 04-04-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:05:16.455Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-11-01 04-04-03 
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-11-01T04:05:16.734Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 66617bc8-144a d446f5b6-e5a7-4f00-a54f-210d3a25cbac 1 ASDC deployResourceStructure
2022-11-01T04:05:16.735Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json ASDC sendASDCNotification
2022-11-01T04:05:16.735Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json
2022-11-01T04:05:16.735Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:05:16.736Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:16.738Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:16.738Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275516735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:05:16.838Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:05:16.839Z||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-11-01T04:05:16.839Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:16.850Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:16.850Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:05:17.740Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-01T04:05:17.740Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml
2022-11-01T04:05:17.740Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:05:17.741Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:17.743Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:17.743Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275517739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:05:17.843Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:05:17.845Z||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-11-01T04:05:17.845Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:17.856Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:17.856Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:05:18.744Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-01T04:05:18.745Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env
2022-11-01T04:05:18.745Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:05:18.745Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:18.748Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:18.748Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275518744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-01T04:05:18.848Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:05:18.849Z||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-11-01T04:05:18.849Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:18.860Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:18.860Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:05:19.749Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar ASDC sendASDCNotification
2022-11-01T04:05:19.749Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar
2022-11-01T04:05:19.749Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:05:19.750Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:05:19.757Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:05:19.757Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275519749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:05:19.852Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-01T04:05:19.855Z||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-11-01T04:05:19.855Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:05:19.867Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:05:19.867Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:05:20.758Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:05:20.781Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
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-11-01T04:05:20.783Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:05:20.783Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:05:20.784Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:05:50.784Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:05:50.799Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
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-11-01T04:05:50.801Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:05:50.801Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:05:50.801Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:06:00.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:06:00.358Z||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-11-01T04:06:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:06:00.386Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:06:00.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-01T04:06:00.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "clamp",
  "timestamp": 1667275488590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:06:00.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:06:20.802Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:06:20.809Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
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-11-01T04:06:20.812Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:06:20.812Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:06:20.812Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:06:50.813Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:06:50.825Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
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-11-01T04:06:50.827Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:06:50.827Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:06:50.827Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:07:00.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:07:00.359Z||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-11-01T04:07:00.359Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:07:00.386Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:07:00.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:07:00.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275492689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:07:00.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:07:20.828Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:07:20.839Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
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-11-01T04:07:20.841Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:07:20.841Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:07:20.841Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:07:50.842Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:07:50.858Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
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-11-01T04:07:50.860Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:07:50.860Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:07:50.861Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:08:00.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:08:00.360Z||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-11-01T04:08:00.360Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:08:00.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:08:00.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "cds",
  "timestamp": 1667275497546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "clamp",
  "timestamp": 1667275488590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275492689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "cds",
  "timestamp": 1667275497546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "clamp",
  "timestamp": 1667275488590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275492689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "cds",
  "timestamp": 1667275497546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275502025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "clamp",
  "timestamp": 1667275488590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275492689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "cds",
  "timestamp": 1667275497546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275502025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "clamp",
  "timestamp": 1667275488590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275492689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "cds",
  "timestamp": 1667275497546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275502025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "clamp",
  "timestamp": 1667275488590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275492689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "cds",
  "timestamp": 1667275497546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275502025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275502025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "cds",
  "timestamp": 1667275505418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.414Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275500355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275502025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275505338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "cds",
  "timestamp": 1667275506446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-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-11-01T04:08:00.429Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a8777b1-1ba7-4227-a38a-316611703ebc
2022-11-01T04:08:00.430Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8777b1-1ba7-4227-a38a-316611703ebc 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-11-01T04:08:00.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "policy-id",
  "timestamp": 1667275505555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275508579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.443Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275502025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275505338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "policy-id",
  "timestamp": 1667275505555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275505338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275509859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.445Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "policy-id",
  "timestamp": 1667275505555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275505338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "policy-id",
  "timestamp": 1667275505555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275510971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275505338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "policy-id",
  "timestamp": 1667275505555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275512034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "aai-ml",
  "timestamp": 1667275510163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275505338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "policy-id",
  "timestamp": 1667275505555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275513132,
  "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-11-01T04:08:00.453Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a8777b1-1ba7-4227-a38a-316611703ebc
2022-11-01T04:08:00.454Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8777b1-1ba7-4227-a38a-316611703ebc 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-11-01T04:08:00.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275513196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "aai-ml",
  "timestamp": 1667275510163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275505338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "policy-id",
  "timestamp": 1667275505555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275514143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "aai-ml",
  "timestamp": 1667275510163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275514273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275513278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "policy-id",
  "timestamp": 1667275513351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "clamp",
  "timestamp": 1667275513752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "aai-ml",
  "timestamp": 1667275510163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275515334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "policy-id",
  "timestamp": 1667275514363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "aai-ml",
  "timestamp": 1667275510163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275516735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/vfw66617bc8144a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "policy-id",
  "timestamp": 1667275515383,
  "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-11-01T04:08:00.475Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a8777b1-1ba7-4227-a38a-316611703ebc
2022-11-01T04:08:00.475Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8777b1-1ba7-4227-a38a-316611703ebc 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-11-01T04:08:00.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "clamp",
  "timestamp": 1667275515760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "aai-ml",
  "timestamp": 1667275510163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275517739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.484Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "clamp",
  "timestamp": 1667275516764,
  "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-11-01T04:08:00.489Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a8777b1-1ba7-4227-a38a-316611703ebc
2022-11-01T04:08:00.489Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8777b1-1ba7-4227-a38a-316611703ebc 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-11-01T04:08:00.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "aai-ml",
  "timestamp": 1667275510163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275518744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/resourceInstances/vfw66617bc8144a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "aai-ml",
  "timestamp": 1667275518024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275519749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275518515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275519523,
  "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-11-01T04:08:00.503Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a8777b1-1ba7-4227-a38a-316611703ebc
2022-11-01T04:08:00.503Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8777b1-1ba7-4227-a38a-316611703ebc 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-11-01T04:08:00.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "cds",
  "timestamp": 1667275527546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275522025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "policy-id",
  "timestamp": 1667275525555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "cds",
  "timestamp": 1667275527546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275522025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "policy-id",
  "timestamp": 1667275525555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275532689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "cds",
  "timestamp": 1667275527546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275522025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "policy-id",
  "timestamp": 1667275525555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275532689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "cds",
  "timestamp": 1667275527546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275522025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "policy-id",
  "timestamp": 1667275525555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "aai-ml",
  "timestamp": 1667275533697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221101040403/1.0/artifacts/service-Vfw20221101040403-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275532689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "cds",
  "timestamp": 1667275527546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275522025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "policy-id",
  "timestamp": 1667275525555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "aai-ml",
  "timestamp": 1667275534703,
  "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-11-01T04:08:00.522Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a8777b1-1ba7-4227-a38a-316611703ebc
2022-11-01T04:08:00.522Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8777b1-1ba7-4227-a38a-316611703ebc 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-11-01T04:08:00.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275532689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "cds",
  "timestamp": 1667275527546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275522025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "policy-id",
  "timestamp": 1667275525555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275532689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275535338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "cds",
  "timestamp": 1667275527546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275522025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "policy-id",
  "timestamp": 1667275525555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275532689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275535338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275538911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "cds",
  "timestamp": 1667275537511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "policy-id",
  "timestamp": 1667275537234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667275532689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275535338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "cds",
  "timestamp": 1667275538520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-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-11-01T04:08:00.551Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92da1022-0db5-4809-b191-8258744a64c1
2022-11-01T04:08:00.551Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92da1022-0db5-4809-b191-8258744a64c1 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-11-01T04:08:00.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "policy-id",
  "timestamp": 1667275538238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275539979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275535338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "policy-id",
  "timestamp": 1667275539241,
  "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-11-01T04:08:00.566Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92da1022-0db5-4809-b191-8258744a64c1
2022-11-01T04:08:00.566Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92da1022-0db5-4809-b191-8258744a64c1 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-11-01T04:08:00.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275541039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275535338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275542062,
  "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-11-01T04:08:00.580Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92da1022-0db5-4809-b191-8258744a64c1
2022-11-01T04:08:00.581Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92da1022-0db5-4809-b191-8258744a64c1 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-11-01T04:08:00.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "aai-ml",
  "timestamp": 1667275540163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275535338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667275543065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "aai-ml",
  "timestamp": 1667275540163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275535338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "aai-ml",
  "timestamp": 1667275540163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275543089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.590Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "aai-ml",
  "timestamp": 1667275540163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "aai-ml",
  "timestamp": 1667275540163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275545347,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.591Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "aai-ml",
  "timestamp": 1667275540163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667275546351,
  "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-11-01T04:08:00.597Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92da1022-0db5-4809-b191-8258744a64c1
2022-11-01T04:08:00.597Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92da1022-0db5-4809-b191-8258744a64c1 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-11-01T04:08:00.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "aai-ml",
  "timestamp": 1667275540163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "aai-ml",
  "timestamp": 1667275547903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:08:00.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "clamp",
  "timestamp": 1667275548589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "clamp",
  "timestamp": 1667275548589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "clamp",
  "timestamp": 1667275548589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "clamp",
  "timestamp": 1667275548589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "clamp",
  "timestamp": 1667275548589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "clamp",
  "timestamp": 1667275548589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:08:00.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "aai-ml",
  "timestamp": 1667275554975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:08:00.607Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:08:00.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "clamp",
  "timestamp": 1667275548589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:08:00.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:08:00.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:08:00.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "aai-ml",
  "timestamp": 1667275555979,
  "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-11-01T04:08:00.612Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92da1022-0db5-4809-b191-8258744a64c1
2022-11-01T04:08:00.612Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92da1022-0db5-4809-b191-8258744a64c1 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-11-01T04:08:20.861Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:08:20.873Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc
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-11-01T04:08:20.877Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:08:20.877Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:08:20.878Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-01T04:08:20.878Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-01T04:08:20.878Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:08:20.878Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:08:20.879Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:08:20.879Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:08:20.879Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:08:20.879Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:08:20.879Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-01T04:08:20.885Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-01T04:08:50.885Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a8777b1-1ba7-4227-a38a-316611703ebc 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-11-01T04:08:50.897Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a8777b1-1ba7-4227-a38a-316611703ebc and serviceModelVersionId: 91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e
2022-11-01T04:08:50.897Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 998653dd-ffe8-42e2-a841-89b0bcfe6907
2022-11-01T04:09:00.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:09:00.359Z||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-11-01T04:09:00.359Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:00.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:00.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:09:00.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "clamp",
  "timestamp": 1667275566313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:09:00.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:09:00.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:09:00.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "clamp",
  "timestamp": 1667275567760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:09:00.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:09:00.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:09:00.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "clamp",
  "timestamp": 1667275568763,
  "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-11-01T04:09:00.891Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 92da1022-0db5-4809-b191-8258744a64c1
2022-11-01T04:09:00.892Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92da1022-0db5-4809-b191-8258744a64c1 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-11-01T04:09:05.900Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/998653dd-ffe8-42e2-a841-89b0bcfe6907/model-vers/model-ver/91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e?depth=0
2022-11-01T04:09:06.031Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-01T04:09:06.522Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/998653dd-ffe8-42e2-a841-89b0bcfe6907/model-vers/model-ver/91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e?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-11-01T04:09:06.527Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/998653dd-ffe8-42e2-a841-89b0bcfe6907/model-vers/model-ver/91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e?depth=0|INFO|500||Invoke
2022-11-01T04:09:06.646Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/998653dd-ffe8-42e2-a841-89b0bcfe6907/model-vers/model-ver/91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-01T04:09:06.952Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/998653dd-ffe8-42e2-a841-89b0bcfe6907/model-vers/model-ver/91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e?depth=0|INFO|500||InvokeReturn
2022-11-01T04:09:06.955Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/998653dd-ffe8-42e2-a841-89b0bcfe6907/model-vers/model-ver/91fb3339-d4e2-4fa4-9b6e-4b3aa2409a1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221101-04:09:04:515-35214], vertex-id=[168032], Content-Length=[0], Date=[Tue, 01 Nov 2022 04:09:04 GMT], Content-Type=[application/json]}
2022-11-01T04:09:06.955Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-01T04:09:06.959Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-01T04:09:06.959Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-01T04:09:06.965Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-01T04:09:06.966Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a8777b1-1ba7-4227-a38a-316611703ebc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-01T04:09:06.967Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-01T04:09:06.967Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:06.969Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:06.970Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275746966,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:09:07.070Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:07.071Z||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-11-01T04:09:07.071Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:07.082Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:07.082Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-11-01T04:09:07.981Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:09:07.982Z|8a8777b1-1ba7-4227-a38a-316611703ebc|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-11-01T04:09:07.982Z|8a8777b1-1ba7-4227-a38a-316611703ebc|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:12.378Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:12.379Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-01T04:09:12.379Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"92da1022-0db5-4809-b191-8258744a64c1","serviceName":"basic_onboard_svKEIf","serviceVersion":"1.0","serviceUUID":"5522b0b9-8529-4b32-b07e-a8a9d522e9d6","serviceDescription":"service","serviceInvariantUUID":"630cb5b9-3678-4654-ace1-e5b7bf7a2631","resources":[{"resourceInstanceName":"basic_onboard_svKEIf 0","resourceName":"basic_onboard_svKEIf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0b7e6f4b-00ca-43a9-8cf0-e8502bc30da0","resourceInvariantUUID":"0103aa37-e66a-4582-ac09-5cd27beb067d","resourceCustomizationUUID":"647d0351-6613-48c8-8483-deb3f5ff589b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vf-license-model.xml","artifactChecksum":"NGI0NTQyYmViOWU0YzdjYWNlN2MwN2I2NDc1YjkwZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0159348-b8df-45c6-acc0-0d428d162236","artifactVersion":"1"},{"artifactName":"basic_onboard_svkeif0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json","artifactChecksum":"ZGEzMmM3ZTA5NDgwYzQxNmE5NDdkMzlkNGQ2NmI3NDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1a86b182-7c2c-46cc-ad77-5be6f882bbdd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b2521f75-40e7-4f3a-8eb0-392225cdd645","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a0a8b6f-f754-4ca7-8153-127d9b369151","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fc8488c2-81f2-4ab2-bdbd-d4aca3ee3d74","artifactVersion":"2","generatedFromUUID":"b2521f75-40e7-4f3a-8eb0-392225cdd645"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSvkeif-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-template.yml","artifactChecksum":"M2YwYjA0YzVlODM5NjhlN2E5NjJjMjJlNzNkYmY4M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"561fedd3-c6c1-4960-adc1-a9c6e16b51d6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSvkeif-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar","artifactChecksum":"ZmRmMzQyNjUyMWNkMjdmMWIwZDRiODk4YWQxZTRmNGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02186e8f-d852-469f-b9d9-f8cbb9bac2c0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T04:09:12.382Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:09:12.382Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:12.384Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:12.384Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:09:12.484Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:12.486Z||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-11-01T04:09:12.486Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:12.498Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:12.499Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:13.385Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:09:13.386Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:13.388Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:13.388Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:09:13.488Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:13.488Z||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-11-01T04:09:13.489Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:13.506Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:13.507Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:14.388Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:09:14.389Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:14.391Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:14.391Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:09:14.491Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:14.492Z||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-11-01T04:09:14.492Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:14.503Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:14.503Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:15.392Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:09:15.393Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:15.395Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:15.395Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:09:15.495Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:15.496Z||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-11-01T04:09:15.496Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:15.506Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:15.506Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:16.396Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:09:16.397Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:16.413Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:16.413Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-01T04:09:16.499Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-11-01T04:09:16.500Z||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-11-01T04:09:16.500Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:16.511Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:16.511Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:17.414Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:09:17.415Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:17.417Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:17.417Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:09:17.517Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:17.518Z||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-11-01T04:09:17.518Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:17.529Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:17.529Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:18.418Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:09:18.419Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:18.421Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:18.421Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:09:18.521Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:18.522Z||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-11-01T04:09:18.522Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:18.533Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:18.534Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:19.423Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "serviceName": "basic_onboard_svKEIf",
  "serviceVersion": "1.0",
  "serviceUUID": "5522b0b9-8529-4b32-b07e-a8a9d522e9d6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "630cb5b9-3678-4654-ace1-e5b7bf7a2631",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_svKEIf 0",
      "resourceCustomizationUUID": "647d0351-6613-48c8-8483-deb3f5ff589b",
      "resourceName": "basic_onboard_svKEIf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0b7e6f4b-00ca-43a9-8cf0-e8502bc30da0",
      "resourceInvariantUUID": "0103aa37-e66a-4582-ac09-5cd27beb067d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_svkeif0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
          "artifactChecksum": "ZGEzMmM3ZTA5NDgwYzQxNmE5NDdkMzlkNGQ2NmI3NDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1a86b182-7c2c-46cc-ad77-5be6f882bbdd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b2521f75-40e7-4f3a-8eb0-392225cdd645",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fc8488c2-81f2-4ab2-bdbd-d4aca3ee3d74",
            "generatedFromUUID": "b2521f75-40e7-4f3a-8eb0-392225cdd645"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fc8488c2-81f2-4ab2-bdbd-d4aca3ee3d74",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSvkeif-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
      "artifactChecksum": "ZmRmMzQyNjUyMWNkMjdmMWIwZDRiODk4YWQxZTRmNGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "02186e8f-d852-469f-b9d9-f8cbb9bac2c0"
    }
  ],
  "workloadContext": "Production"
}
2022-11-01T04:09:19.423Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T04:09:19.423Z|8a8777b1-1ba7-4227-a38a-316611703ebc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5522b0b9-8529-4b32-b07e-a8a9d522e9d6 ASDC
2022-11-01T04:09:19.424Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:92da1022-0db5-4809-b191-8258744a64c1
ServiceName:basic_onboard_svKEIf
ServiceVersion:1.0
ServiceUUID:5522b0b9-8529-4b32-b07e-a8a9d522e9d6
ServiceInvariantUUID:630cb5b9-3678-4654-ace1-e5b7bf7a2631
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSvkeif-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar
ArtifactUUID:02186e8f-d852-469f-b9d9-f8cbb9bac2c0
ArtifactChecksum:ZmRmMzQyNjUyMWNkMjdmMWIwZDRiODk4YWQxZTRmNGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_svKEIf 0
ResourceCustomizationUUID:647d0351-6613-48c8-8483-deb3f5ff589b
ResourceInvariantUUID:0103aa37-e66a-4582-ac09-5cd27beb067d
ResourceName:basic_onboard_svKEIf
ResourceType:VF
ResourceUUID:0b7e6f4b-00ca-43a9-8cf0-e8502bc30da0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_svkeif0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json
ArtifactUUID:1a86b182-7c2c-46cc-ad77-5be6f882bbdd
ArtifactChecksum:ZGEzMmM3ZTA5NDgwYzQxNmE5NDdkMzlkNGQ2NmI3NDM=
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/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b2521f75-40e7-4f3a-8eb0-392225cdd645
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/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env
ArtifactUUID:fc8488c2-81f2-4ab2-bdbd-d4aca3ee3d74
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/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env
ArtifactUUID:fc8488c2-81f2-4ab2-bdbd-d4aca3ee3d74
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-01T04:09:19.424Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5522b0b9-8529-4b32-b07e-a8a9d522e9d6 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-11-01T04:09:19.456Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:09:19.457Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:09:19.457Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:09:19.457Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 02186e8f-d852-469f-b9d9-f8cbb9bac2c0 from URL: /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:19.457Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:09:19.458Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:19.613Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:09:19.617Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar 02186e8f-d852-469f-b9d9-f8cbb9bac2c0 71565
2022-11-01T04:09:19.618Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar ASDC sendASDCNotification
2022-11-01T04:09:19.618Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:19.618Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:09:19.618Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:19.620Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:19.620Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275759617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:09:19.721Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:19.722Z||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-11-01T04:09:19.722Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:19.737Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:19.738Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:20.621Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:09:20.622Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:09:20.623Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 02186e8f-d852-469f-b9d9-f8cbb9bac2c0, URL: /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar to file: /app/ASDC/1/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:20.623Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:20.624Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:20.624Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:20.752Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13658541804187726573/Definitions/service-BasicOnboardSvkeif-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-11-01T04:09:21.937Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T04:09:21.938Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:09:21.939Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:21.939Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-01T04:09:21.939Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_svKEIf 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-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:21.939Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||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-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:21.939Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:21.939Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:21.940Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:21.940Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:21.940Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:21.940Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:21.940Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:21.940Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:09:21.941Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.941Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:21.941Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_svKEIf 0 is matching search criteria
2022-11-01T04:09:21.941Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:09:21.942Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_svKEIf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:09:21.942Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.942Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:21.942Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_svKEIf 0 is matching search criteria
2022-11-01T04:09:21.942Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:09:21.943Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_svKEIf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:09:21.943Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.943Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:21.943Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.943Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_svKEIf 0 is not matching search criteria
2022-11-01T04:09:21.944Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-01T04:09:21.944Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-01T04:09:21.944Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-01T04:09:21.944Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-01T04:09:21.945Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-01T04:09:21.945Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.945Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T04:09:21.945Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.945Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_svKEIf 0 is matching search criteria
2022-11-01T04:09:21.946Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_svKEIf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:09:21.946Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.946Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_svKEIf 0 is matching search criteria
2022-11-01T04:09:21.946Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_svKEIf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:09:21.947Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.947Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_svKEIf 0 is matching search criteria
2022-11-01T04:09:21.947Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_svKEIf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:09:21.947Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.947Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_svKEIf 0 is not matching search criteria
2022-11-01T04:09:21.948Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-01T04:09:21.948Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-01T04:09:21.948Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6d82ac3a-5488-4e19-a015-c7a8bf7ba2d9
2022-11-01T04:09:21.948Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.948Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:21.949Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.949Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:21.949Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.949Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:21.949Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:21.950Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:21.950Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_svKEIf
Description:service
Model UUID:5522b0b9-8529-4b32-b07e-a8a9d522e9d6
Model Version:NULL
Model InvariantUuid:630cb5b9-3678-4654-ace1-e5b7bf7a2631
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_svKEIf
Model UUID:a4758b9f-93d4-42a7-bfe1-f100b1c87cb5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0103aa37-e66a-4582-ac09-5cd27beb067d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:647d0351-6613-48c8-8483-deb3f5ff589b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8b884b1d-15b1-4ed6-81a5-6b184127944a
ModelName:BasicOnboardSvkeif..base_ubuntu18..module-0
ModelUuid:32d831e4-daf5-4510-a89c-57822270b0a5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6d82ac3a-5488-4e19-a015-c7a8bf7ba2d9
ModelInvariantUuid:65c20cc8-0576-455d-86aa-c2c1885bd543
ModelName:basic_onboard_svKEIf-nodes.ubuntu18Cvfc
ModelUuid:a174030d-2372-4b21-8424-71ae453528e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:44cfee18-f671-4f87-ad75-7201fc7f09a8
ModelInvariantUuid:015d2bce-5795-46f1-aa9f-47472e633cc2
ModelName:BasicOnboardSvkeif.compute.nodes.heat.ubuntu18
ModelUuid:0469d396-b8b0-4454-8293-edd1e5aee4f4
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-11-01T04:09:21.957Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0b7e6f4b-00ca-43a9-8cf0-e8502bc30da0
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-11-01T04:09:21.960Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||basic_onboard_svKEIf 0
2022-11-01T04:09:21.960Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0b7e6f4b-00ca-43a9-8cf0-e8502bc30da0
2022-11-01T04:09:21.960Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1a86b182-7c2c-46cc-ad77-5be6f882bbdd from URL: /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json
2022-11-01T04:09:21.960Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:09:21.960Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json
2022-11-01T04:09:22.011Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:09:22.011Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json 1a86b182-7c2c-46cc-ad77-5be6f882bbdd 798
2022-11-01T04:09:22.012Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json ASDC sendASDCNotification
2022-11-01T04:09:22.012Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json
2022-11-01T04:09:22.012Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:09:22.012Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:22.014Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:22.014Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275762012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:09:22.114Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:09:22.115Z||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-11-01T04:09:22.115Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:22.127Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:22.127Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:23.015Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSvkeif..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8b884b1d-15b1-4ed6-81a5-6b184127944a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32d831e4-daf5-4510-a89c-57822270b0a5",
    "vfModuleModelCustomizationUUID": "b0caf6ee-1565-4e28-9c23-a6a026bbfcd0",
    "isBase": true,
    "artifacts": [
      "b2521f75-40e7-4f3a-8eb0-392225cdd645",
      "fc8488c2-81f2-4ab2-bdbd-d4aca3ee3d74"
    ],
    "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-11-01T04:09:23.021Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSvkeif..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32d831e4-daf5-4510-a89c-57822270b0a5
VfModuleModelInvariantUUID:8b884b1d-15b1-4ed6-81a5-6b184127944a
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2521f75-40e7-4f3a-8eb0-392225cdd645
,
fc8488c2-81f2-4ab2-bdbd-d4aca3ee3d74

}
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-11-01T04:09:23.023Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSvkeif..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8b884b1d-15b1-4ed6-81a5-6b184127944a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32d831e4-daf5-4510-a89c-57822270b0a5",
    "vfModuleModelCustomizationUUID": "b0caf6ee-1565-4e28-9c23-a6a026bbfcd0",
    "isBase": true,
    "artifacts": [
      "b2521f75-40e7-4f3a-8eb0-392225cdd645",
      "fc8488c2-81f2-4ab2-bdbd-d4aca3ee3d74"
    ],
    "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-11-01T04:09:23.023Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSvkeif..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32d831e4-daf5-4510-a89c-57822270b0a5
VfModuleModelInvariantUUID:8b884b1d-15b1-4ed6-81a5-6b184127944a
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2521f75-40e7-4f3a-8eb0-392225cdd645
,
fc8488c2-81f2-4ab2-bdbd-d4aca3ee3d74

}
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-11-01T04:09:23.023Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b2521f75-40e7-4f3a-8eb0-392225cdd645 from URL: /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml
2022-11-01T04:09:23.023Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:09:23.023Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml
2022-11-01T04:09:23.070Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:09:23.070Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml b2521f75-40e7-4f3a-8eb0-392225cdd645 5033
2022-11-01T04:09:23.070Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-01T04:09:23.070Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml
2022-11-01T04:09:23.070Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:09:23.071Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:23.073Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:23.073Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275763070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:09:23.173Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:23.174Z||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-11-01T04:09:23.174Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:23.186Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:23.186Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:24.073Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc8488c2-81f2-4ab2-bdbd-d4aca3ee3d74 from URL: /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env
2022-11-01T04:09:24.074Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:09:24.074Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env
2022-11-01T04:09:24.133Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:09:24.134Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env fc8488c2-81f2-4ab2-bdbd-d4aca3ee3d74 909
2022-11-01T04:09:24.134Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-01T04:09:24.134Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env
2022-11-01T04:09:24.134Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:09:24.134Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:24.136Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:24.136Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275764134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:09:24.236Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:24.237Z||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-11-01T04:09:24.237Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:24.247Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:24.247Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:25.137Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5522b0b9-8529-4b32-b07e-a8a9d522e9d6
2022-11-01T04:09:25.137Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_svKEIf 0 0b7e6f4b-00ca-43a9-8cf0-e8502bc30da0 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-11-01T04:09:25.151Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13e4660b, org.onap.sdc.toscaparser.api.parameters.Input@280dba28, org.onap.sdc.toscaparser.api.parameters.Input@74af383b, org.onap.sdc.toscaparser.api.parameters.Input@391841cb, org.onap.sdc.toscaparser.api.parameters.Input@97cacdd]
2022-11-01T04:09:25.152Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.153Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:25.153Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-01T04:09:25.153Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 647d0351-6613-48c8-8483-deb3f5ff589b
2022-11-01T04:09:25.154Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 647d0351-6613-48c8-8483-deb3f5ff589b matches Tosca VF Customization UUID: 647d0351-6613-48c8-8483-deb3f5ff589b
2022-11-01T04:09:25.154Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 647d0351-6613-48c8-8483-deb3f5ff589b  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-11-01T04:09:25.156Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.157Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:25.158Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 647d0351-6613-48c8-8483-deb3f5ff589b: {\"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-11-01T04:09:25.158Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3aeb1b85
2022-11-01T04:09:25.158Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.158Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T04:09:25.159Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b0caf6ee-1565-4e28-9c23-a6a026bbfcd0
2022-11-01T04:09:25.159Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b0caf6ee-1565-4e28-9c23-a6a026bbfcd0
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-11-01T04:09:25.161Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.162Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_svKEIf 0 is matching search criteria
2022-11-01T04:09:25.162Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_svKEIf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:09:25.163Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.163Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_svKEIf 0 is matching search criteria
2022-11-01T04:09:25.164Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_svKEIf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:09:25.164Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.165Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_svKEIf 0 is not matching search criteria
2022-11-01T04:09:25.165Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-01T04:09:25.165Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-01T04:09:25.166Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6d82ac3a-5488-4e19-a015-c7a8bf7ba2d9
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-11-01T04:09:25.168Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.168Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_svKEIf 0 is matching search criteria
2022-11-01T04:09:25.169Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_svKEIf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:09:25.169Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.170Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_svKEIf 0 is matching search criteria
2022-11-01T04:09:25.170Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_svKEIf 0] matching following query criteria: sdcType=VF, customizationUUID=647d0351-6613-48c8-8483-deb3f5ff589b
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-11-01T04:09:25.172Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.172Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:25.173Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5522b0b9-8529-4b32-b07e-a8a9d522e9d6: basic_onboard_svKEIf
2022-11-01T04:09:25.173Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.173Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:25.174Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.174Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:25.175Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.175Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:25.176Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.176Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:25.176Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:09:25.177Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_svKEIf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:09:25.178Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_svKEIf 
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-11-01T04:09:25.264Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_svKEIf 0b7e6f4b-00ca-43a9-8cf0-e8502bc30da0 1 ASDC deployResourceStructure
2022-11-01T04:09:25.265Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json ASDC sendASDCNotification
2022-11-01T04:09:25.265Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json
2022-11-01T04:09:25.265Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:09:25.265Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:25.268Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:25.268Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275765265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:09:25.368Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:25.369Z||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-11-01T04:09:25.369Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:25.383Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:25.384Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:26.268Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-01T04:09:26.269Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml
2022-11-01T04:09:26.270Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:09:26.270Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:26.273Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:26.273Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275766268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:09:26.373Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:26.374Z||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-11-01T04:09:26.374Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:26.388Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:26.388Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:27.274Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-01T04:09:27.274Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env
2022-11-01T04:09:27.274Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:09:27.274Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:27.276Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:27.276Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275767273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-01T04:09:27.376Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:27.377Z||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-11-01T04:09:27.377Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:27.388Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:27.388Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:09:28.277Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar ASDC sendASDCNotification
2022-11-01T04:09:28.278Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar
2022-11-01T04:09:28.278Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:09:28.278Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:28.280Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:28.280Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275768277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:09:28.380Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:28.381Z||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-11-01T04:09:28.381Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:28.394Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:28.394Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:09:29.281Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92da1022-0db5-4809-b191-8258744a64c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:09:29.294Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92da1022-0db5-4809-b191-8258744a64c1
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-11-01T04:09:29.298Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:09:29.298Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:09:29.298Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-01T04:09:29.299Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-01T04:09:29.299Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:09:29.299Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:09:29.299Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:09:29.299Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:09:29.299Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:09:29.299Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:09:29.299Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-01T04:09:29.306Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-01T04:09:59.306Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 92da1022-0db5-4809-b191-8258744a64c1 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-11-01T04:09:59.318Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92da1022-0db5-4809-b191-8258744a64c1 and serviceModelVersionId: 5522b0b9-8529-4b32-b07e-a8a9d522e9d6
2022-11-01T04:09:59.318Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 630cb5b9-3678-4654-ace1-e5b7bf7a2631
2022-11-01T04:09:59.319Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/630cb5b9-3678-4654-ace1-e5b7bf7a2631/model-vers/model-ver/5522b0b9-8529-4b32-b07e-a8a9d522e9d6?depth=0
2022-11-01T04:09:59.324Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-01T04:09:59.379Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630cb5b9-3678-4654-ace1-e5b7bf7a2631/model-vers/model-ver/5522b0b9-8529-4b32-b07e-a8a9d522e9d6?depth=0|INFO|500||Invoke
2022-11-01T04:09:59.379Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630cb5b9-3678-4654-ace1-e5b7bf7a2631/model-vers/model-ver/5522b0b9-8529-4b32-b07e-a8a9d522e9d6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630cb5b9-3678-4654-ace1-e5b7bf7a2631/model-vers/model-ver/5522b0b9-8529-4b32-b07e-a8a9d522e9d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[92da1022-0db5-4809-b191-8258744a64c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da467397-2b92-4fee-90da-771d50bc744d], X-ECOMP-RequestID=[92da1022-0db5-4809-b191-8258744a64c1], X-TransactionId=[], X-ONAP-RequestID=[92da1022-0db5-4809-b191-8258744a64c1], Content-Type=[application/merge-patch+json]}
2022-11-01T04:09:59.407Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630cb5b9-3678-4654-ace1-e5b7bf7a2631/model-vers/model-ver/5522b0b9-8529-4b32-b07e-a8a9d522e9d6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-01T04:09:59.510Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630cb5b9-3678-4654-ace1-e5b7bf7a2631/model-vers/model-ver/5522b0b9-8529-4b32-b07e-a8a9d522e9d6?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/630cb5b9-3678-4654-ace1-e5b7bf7a2631/model-vers/model-ver/5522b0b9-8529-4b32-b07e-a8a9d522e9d6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221101-04:09:57:267-32102], vertex-id=[159800], Content-Length=[0], Date=[Tue, 01 Nov 2022 04:09:57 GMT], Content-Type=[application/json]}
2022-11-01T04:09:59.510Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630cb5b9-3678-4654-ace1-e5b7bf7a2631/model-vers/model-ver/5522b0b9-8529-4b32-b07e-a8a9d522e9d6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-01T04:09:59.512Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630cb5b9-3678-4654-ace1-e5b7bf7a2631/model-vers/model-ver/5522b0b9-8529-4b32-b07e-a8a9d522e9d6?depth=0|INFO|500||InvokeReturn
2022-11-01T04:09:59.512Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-01T04:09:59.513Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-01T04:09:59.518Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-01T04:09:59.518Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92da1022-0db5-4809-b191-8258744a64c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-01T04:09:59.519Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-01T04:09:59.519Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:09:59.521Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:09:59.521Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275799519,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:09:59.622Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:09:59.623Z||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-11-01T04:09:59.623Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:09:59.638Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:09:59.638Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:10:00.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:10:00.358Z||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-11-01T04:10:00.358Z||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 PJUQNN8cvTIvMC6P) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:10:00.534Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:10:00.535Z|92da1022-0db5-4809-b191-8258744a64c1|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-11-01T04:10:00.535Z|92da1022-0db5-4809-b191-8258744a64c1|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:10:00.985Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:10:00.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a8777b1-1ba7-4227-a38a-316611703ebc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275746966,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:10:00.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:10:00.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:10:00.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:10:00.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:10:00.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:10:00.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:10:00.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:10:00.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:10:00.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:10:00.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-01T04:10:00.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:10:00.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:10:00.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:10:00.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275747981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:10:00.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:10:00.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275759617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:10:00.990Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:10:00.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275762012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:10:00.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:10:00.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275763070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:10:00.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:10:00.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275764134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:10:00.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:10:00.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275765265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/basic_onboard_svkeif0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:10:00.992Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:10:00.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275766268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:10:00.992Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:10:00.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275767273,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/resourceInstances/basic_onboard_svkeif0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-01T04:10:00.992Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:10:00.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275768277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSvkeif/1.0/artifacts/service-BasicOnboardSvkeif-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:10:00.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:10:00.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:10:00.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92da1022-0db5-4809-b191-8258744a64c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667275799519,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:10:00.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:10:10.089Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:10:10.090Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:10:10.091Z|92da1022-0db5-4809-b191-8258744a64c1|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-11-01T04:10:10.091Z|92da1022-0db5-4809-b191-8258744a64c1|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:10:19.632Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:10:19.632Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:10:19.633Z|92da1022-0db5-4809-b191-8258744a64c1|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-11-01T04:10:19.634Z|92da1022-0db5-4809-b191-8258744a64c1|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:10:29.168Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:10:29.169Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:10:29.170Z|92da1022-0db5-4809-b191-8258744a64c1|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-11-01T04:10:29.170Z|92da1022-0db5-4809-b191-8258744a64c1|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:10:38.719Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:11:00.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:11:00.356Z||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-11-01T04:11:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:11:00.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:11:00.358Z||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-11-01T04:11:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:11:09.920Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:11:09.924Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:12:00.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:12:00.356Z||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-11-01T04:12:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:12:00.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:12:00.358Z||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-11-01T04:12:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:12:09.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:12:09.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:13:00.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:13:00.356Z||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-11-01T04:13:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:13:00.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:13:00.358Z||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-11-01T04:13:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:13:09.908Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:13:09.909Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:14:00.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:14:00.356Z||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-11-01T04:14:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:14:00.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:14:00.358Z||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-11-01T04:14:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:14:09.910Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:14:09.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:15:00.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:15:00.356Z||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-11-01T04:15:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:15:00.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:15:00.358Z||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-11-01T04:15:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:15:09.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:15:09.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:16:00.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:16:00.356Z||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-11-01T04:16:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:16:00.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:16:00.358Z||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-11-01T04:16:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:16:09.925Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:16:09.925Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:17:00.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:17:00.357Z||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-11-01T04:17:00.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:17:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:17:00.358Z||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-11-01T04:17:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:17:09.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:17:09.906Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:18:00.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:18:00.357Z||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-11-01T04:18:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:18:00.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:18:00.359Z||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-11-01T04:18:00.359Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:18:09.921Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:18:09.921Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:19:00.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:19:00.357Z||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-11-01T04:19:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:19:00.357Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:19:00.358Z|92da1022-0db5-4809-b191-8258744a64c1|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-11-01T04:19:00.358Z|92da1022-0db5-4809-b191-8258744a64c1|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:19:09.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:19:09.911Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:20:00.355Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:20:00.356Z|92da1022-0db5-4809-b191-8258744a64c1|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-11-01T04:20:00.356Z|92da1022-0db5-4809-b191-8258744a64c1|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:20:00.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:20:00.359Z||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-11-01T04:20:00.359Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:20:00.991Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:20:00.992Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-01T04:20:00.992Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:20:00.992Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2c9adc8-d707-4ddc-86d2-5c6ef35194c7","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"af17349c-8ce4-47fb-af89-4aa0b779160c","serviceDescription":"service","serviceInvariantUUID":"f84d2469-2e31-4a02-9337-58f1fd56592f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a9498c12-c06f-4550-a7fa-8f64cb2515be","resourceInvariantUUID":"47734f1c-7f53-4af9-9c27-f9fccf510c92","resourceCustomizationUUID":"e6242bcd-bef7-43bb-888a-1e52874fa424","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":"MjFkMmE4MTVhMTAwMzNlZWMyODIyZDM2OTFhMDU5ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e19c2238-ccb2-4722-b228-50d5e403f2b1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGUzZGUyM2EwMWQxODA1YWNiMzU5ZWUxM2FkODhhZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28e52c0e-93fb-476b-85c5-d8802f427822","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T04:20:00.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:00.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "clamp",
  "timestamp": 1667276388589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:20:00.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:20:00.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:00.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "aai-ml",
  "timestamp": 1667276380163,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:20:00.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:20:00.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:00.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "cds",
  "timestamp": 1667276382546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:20:00.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:20:00.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:00.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276382025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:20:00.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:20:00.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:00.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "policy-id",
  "timestamp": 1667276385555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:20:00.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:20:00.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:00.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "aai-ml",
  "timestamp": 1667276380163,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:20:00.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:20:00.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:00.998Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:20:00.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "clamp",
  "timestamp": 1667276388589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:20:00.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:20:00.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:00.999Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:20:00.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276382025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:20:00.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:20:01.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:01.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "cds",
  "timestamp": 1667276382546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:20:01.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:20:01.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:01.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "policy-id",
  "timestamp": 1667276385555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:20:01.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:20:01.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:01.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "aai-ml",
  "timestamp": 1667276391643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:20:01.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:20:01.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:01.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "cds",
  "timestamp": 1667276391644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:20:01.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:20:01.002Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:20:01.002Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276400355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:20:01.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:01.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "policy-id",
  "timestamp": 1667276391360,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:20:01.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:20:01.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:01.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276392689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:20:01.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:20:01.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:01.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "policy-id",
  "timestamp": 1667276392366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:20:01.004Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:20:01.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:01.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "cds",
  "timestamp": 1667276392649,
  "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-11-01T04:20:01.026Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
2022-11-01T04:20:01.027Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2c9adc8-d707-4ddc-86d2-5c6ef35194c7 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-11-01T04:20:01.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:01.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276392689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:20:01.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:20:01.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:01.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "policy-id",
  "timestamp": 1667276393369,
  "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-11-01T04:20:01.042Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
2022-11-01T04:20:01.042Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2c9adc8-d707-4ddc-86d2-5c6ef35194c7 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-11-01T04:20:01.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:01.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "aai-ml",
  "timestamp": 1667276395763,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:20:01.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:20:01.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:20:01.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "aai-ml",
  "timestamp": 1667276396767,
  "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-11-01T04:20:01.058Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
2022-11-01T04:20:01.058Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2c9adc8-d707-4ddc-86d2-5c6ef35194c7 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-11-01T04:20:01.102Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:20:01.103Z||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-11-01T04:20:01.103Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:20:01.116Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:20:01.116Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:20:02.003Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:20:02.005Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:20:02.008Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:20:02.008Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276400355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:20:02.108Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:20:02.108Z||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-11-01T04:20:02.109Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:20:02.121Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:20:02.121Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:20:03.009Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "af17349c-8ce4-47fb-af89-4aa0b779160c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f84d2469-2e31-4a02-9337-58f1fd56592f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e6242bcd-bef7-43bb-888a-1e52874fa424",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "a9498c12-c06f-4550-a7fa-8f64cb2515be",
      "resourceInvariantUUID": "47734f1c-7f53-4af9-9c27-f9fccf510c92",
      "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": "NGUzZGUyM2EwMWQxODA1YWNiMzU5ZWUxM2FkODhhZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "28e52c0e-93fb-476b-85c5-d8802f427822"
    }
  ],
  "workloadContext": "Production"
}
2022-11-01T04:20:03.009Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T04:20:03.010Z|92da1022-0db5-4809-b191-8258744a64c1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 af17349c-8ce4-47fb-af89-4aa0b779160c ASDC
2022-11-01T04:20:03.010Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:af17349c-8ce4-47fb-af89-4aa0b779160c
ServiceInvariantUUID:f84d2469-2e31-4a02-9337-58f1fd56592f
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:28e52c0e-93fb-476b-85c5-d8802f427822
ArtifactChecksum:NGUzZGUyM2EwMWQxODA1YWNiMzU5ZWUxM2FkODhhZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e6242bcd-bef7-43bb-888a-1e52874fa424
ResourceInvariantUUID:47734f1c-7f53-4af9-9c27-f9fccf510c92
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a9498c12-c06f-4550-a7fa-8f64cb2515be
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-01T04:20:03.010Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af17349c-8ce4-47fb-af89-4aa0b779160c 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-11-01T04:20:03.036Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:20:03.037Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:20:03.038Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:20:03.038Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 28e52c0e-93fb-476b-85c5-d8802f427822 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-01T04:20:03.038Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:20:03.038Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-01T04:20:03.097Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:20:03.099Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 28e52c0e-93fb-476b-85c5-d8802f427822 52510
2022-11-01T04:20:03.099Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-01T04:20:03.099Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-01T04:20:03.100Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:20:03.100Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:20:03.102Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:20:03.102Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276403099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:20:03.203Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:20:03.203Z||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-11-01T04:20:03.204Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:20:03.214Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:20:03.214Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:20:04.105Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:20:04.106Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:20:04.106Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 28e52c0e-93fb-476b-85c5-d8802f427822, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T04:20:04.107Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-01T04:20:04.107Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T04:20:04.107Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T04:20:04.236Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11968621129421296579/Definitions/service-BasicNetwork-template.yml
2022-11-01T04:20:04.794Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T04:20:04.795Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:20:04.796Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T04:20:04.796Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-01T04:20:04.796Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||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-11-01T04:20:04.796Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||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-11-01T04:20:04.797Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||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-11-01T04:20:04.797Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||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-11-01T04:20:04.797Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-01T04:20:04.797Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||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-11-01T04:20:04.798Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||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-11-01T04:20:04.798Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||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-11-01T04:20:04.798Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:20:04.798Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.799Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.800Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-01T04:20:04.800Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:20:04.800Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:20:04.800Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.801Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.801Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-01T04:20:04.801Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:20:04.802Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:20:04.802Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.802Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.802Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.803Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.803Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.804Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.804Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.804Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.804Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.805Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.805Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:af17349c-8ce4-47fb-af89-4aa0b779160c
Model Version:NULL
Model InvariantUuid:f84d2469-2e31-4a02-9337-58f1fd56592f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:47734f1c-7f53-4af9-9c27-f9fccf510c92
Model UUID:97f17e8b-e9da-4cf6-91d6-fbbe2723a0f9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e6242bcd-bef7-43bb-888a-1e52874fa424
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-11-01T04:20:04.812Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: a9498c12-c06f-4550-a7fa-8f64cb2515be
2022-11-01T04:20:04.812Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||No resources found for Service: af17349c-8ce4-47fb-af89-4aa0b779160c
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-11-01T04:20:04.818Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||
2022-11-01T04:20:04.818Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-01T04:20:04.819Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||No resources found for Service: af17349c-8ce4-47fb-af89-4aa0b779160c
2022-11-01T04:20:04.819Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: af17349c-8ce4-47fb-af89-4aa0b779160c
2022-11-01T04:20:04.820Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-01T04:20:04.820Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||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-11-01T04:20:04.825Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ba4218, org.onap.sdc.toscaparser.api.parameters.Input@79809d27, org.onap.sdc.toscaparser.api.parameters.Input@76aecac9, org.onap.sdc.toscaparser.api.parameters.Input@6e9ea250, org.onap.sdc.toscaparser.api.parameters.Input@3ee48719]
2022-11-01T04:20:04.827Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.827Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.827Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.827Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.828Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid af17349c-8ce4-47fb-af89-4aa0b779160c: Generic NeutronNet
2022-11-01T04:20:04.828Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.828Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.828Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.828Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||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-11-01T04:20:04.871Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.871Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.871Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.872Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.872Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:20:04.872Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:20:04.872Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||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-11-01T04:20:04.924Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-01T04:20:04.924Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-01T04:20:04.925Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-01T04:20:04.925Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:20:04.925Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:20:04.927Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:20:04.927Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276404924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:20:05.027Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:20:05.028Z||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-11-01T04:20:05.028Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:20:05.041Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:20:05.041Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:20:05.927Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:20:05.939Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
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-11-01T04:20:05.942Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:20:05.942Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:20:05.942Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:20:05.942Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:20:35.942Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:20:35.954Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
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-11-01T04:20:35.956Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:20:35.957Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:20:35.957Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:20:35.957Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:21:00.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:21:00.359Z||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-11-01T04:21:00.359Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:21:00.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:21:00.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:21:00.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276400355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:21:00.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:21:05.957Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:21:05.970Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
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-11-01T04:21:05.976Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:21:05.977Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:21:05.977Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:21:05.977Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:21:35.977Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:21:35.988Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
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-11-01T04:21:35.991Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:21:35.991Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:21:35.991Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:21:35.991Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:22:00.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:22:00.359Z||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-11-01T04:22:00.359Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:00.383Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:00.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276400355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276403099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.398Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "clamp",
  "timestamp": 1667276401866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "clamp",
  "timestamp": 1667276402883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:00.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276404924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:00.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "clamp",
  "timestamp": 1667276403887,
  "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-11-01T04:22:00.408Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
2022-11-01T04:22:00.408Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2c9adc8-d707-4ddc-86d2-5c6ef35194c7 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-11-01T04:22:00.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276405338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276405338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276408075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.419Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276409905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:00.420Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276410909,
  "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-11-01T04:22:00.425Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
2022-11-01T04:22:00.425Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2c9adc8-d707-4ddc-86d2-5c6ef35194c7 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-11-01T04:22:00.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276412689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "cds",
  "timestamp": 1667276412548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "aai-ml",
  "timestamp": 1667276410163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "clamp",
  "timestamp": 1667276418590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276412689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "cds",
  "timestamp": 1667276412548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "aai-ml",
  "timestamp": 1667276410163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "clamp",
  "timestamp": 1667276418590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276422025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276412689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "cds",
  "timestamp": 1667276412548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "aai-ml",
  "timestamp": 1667276410163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "clamp",
  "timestamp": 1667276418590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276422025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276412689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "cds",
  "timestamp": 1667276412548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "aai-ml",
  "timestamp": 1667276410163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "clamp",
  "timestamp": 1667276418590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276422025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276412689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "cds",
  "timestamp": 1667276412548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "aai-ml",
  "timestamp": 1667276410163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "clamp",
  "timestamp": 1667276418590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276422025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276412689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "cds",
  "timestamp": 1667276412548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "aai-ml",
  "timestamp": 1667276410163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "clamp",
  "timestamp": 1667276418590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276422025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276412689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "cds",
  "timestamp": 1667276412548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "aai-ml",
  "timestamp": 1667276410163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "clamp",
  "timestamp": 1667276418590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276422025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276412689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "cds",
  "timestamp": 1667276412548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "aai-ml",
  "timestamp": 1667276410163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "clamp",
  "timestamp": 1667276418590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "policy-id",
  "timestamp": 1667276425555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276422025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "cds",
  "timestamp": 1667276427310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276428819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "aai-ml",
  "timestamp": 1667276427348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "policy-id",
  "timestamp": 1667276425555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276422025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "cds",
  "timestamp": 1667276428317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-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-11-01T04:22:00.467Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5db20d19-6310-4376-88bf-f0bff6fe7996
2022-11-01T04:22:00.467Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db20d19-6310-4376-88bf-f0bff6fe7996 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-11-01T04:22:00.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "policy-id",
  "timestamp": 1667276425555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276430008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:00.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "policy-id",
  "timestamp": 1667276425555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276431013,
  "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-11-01T04:22:00.481Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5db20d19-6310-4376-88bf-f0bff6fe7996
2022-11-01T04:22:00.481Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db20d19-6310-4376-88bf-f0bff6fe7996 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-11-01T04:22:00.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "clamp",
  "timestamp": 1667276429866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "policy-id",
  "timestamp": 1667276425555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "policy-id",
  "timestamp": 1667276425555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "clamp",
  "timestamp": 1667276431879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:00.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "aai-ml",
  "timestamp": 1667276432062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:00.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "policy-id",
  "timestamp": 1667276425555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "clamp",
  "timestamp": 1667276432883,
  "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-11-01T04:22:00.496Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5db20d19-6310-4376-88bf-f0bff6fe7996
2022-11-01T04:22:00.496Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db20d19-6310-4376-88bf-f0bff6fe7996 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-11-01T04:22:00.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "aai-ml",
  "timestamp": 1667276433066,
  "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-11-01T04:22:00.507Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5db20d19-6310-4376-88bf-f0bff6fe7996
2022-11-01T04:22:00.507Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db20d19-6310-4376-88bf-f0bff6fe7996 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-11-01T04:22:00.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "policy-id",
  "timestamp": 1667276425555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "policy-id",
  "timestamp": 1667276434290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.514Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "cds",
  "timestamp": 1667276429321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276432689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "policy-id",
  "timestamp": 1667276435295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:00.515Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "cds",
  "timestamp": 1667276429321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276432689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "policy-id",
  "timestamp": 1667276436298,
  "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-11-01T04:22:00.520Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5db20d19-6310-4376-88bf-f0bff6fe7996
2022-11-01T04:22:00.520Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db20d19-6310-4376-88bf-f0bff6fe7996 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-11-01T04:22:00.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "cds",
  "timestamp": 1667276429321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276432689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "cds",
  "timestamp": 1667276429321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276432689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "cds",
  "timestamp": 1667276429321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276432689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "cds",
  "timestamp": 1667276429321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276432689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "aai-ml",
  "timestamp": 1667276440163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "cds",
  "timestamp": 1667276429321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276432689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276442025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "aai-ml",
  "timestamp": 1667276440163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276442025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "cds",
  "timestamp": 1667276442253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "aai-ml",
  "timestamp": 1667276440163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276442025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "cds",
  "timestamp": 1667276443258,
  "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-11-01T04:22:00.544Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64e47f53-dec1-4dfe-85a8-02ea929b3cb0
2022-11-01T04:22:00.544Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e47f53-dec1-4dfe-85a8-02ea929b3cb0 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-11-01T04:22:00.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "aai-ml",
  "timestamp": 1667276440163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276442025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276444070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "aai-ml",
  "timestamp": 1667276440163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "cds",
  "timestamp": 1667276444262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276442025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "aai-ml",
  "timestamp": 1667276440163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "cds",
  "timestamp": 1667276444262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276445876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:00.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276442025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "aai-ml",
  "timestamp": 1667276440163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "cds",
  "timestamp": 1667276444262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276446882,
  "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-11-01T04:22:00.560Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5db20d19-6310-4376-88bf-f0bff6fe7996
2022-11-01T04:22:00.560Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db20d19-6310-4376-88bf-f0bff6fe7996 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-11-01T04:22:00.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276442025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "aai-ml",
  "timestamp": 1667276447893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "cds",
  "timestamp": 1667276444262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276449764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "cds",
  "timestamp": 1667276444262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276450822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "cds",
  "timestamp": 1667276444262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276451884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "cds",
  "timestamp": 1667276444262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276452908,
  "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-11-01T04:22:00.580Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64e47f53-dec1-4dfe-85a8-02ea929b3cb0
2022-11-01T04:22:00.580Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e47f53-dec1-4dfe-85a8-02ea929b3cb0 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-11-01T04:22:00.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276452689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "cds",
  "timestamp": 1667276444262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276453912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:00.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276452689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "cds",
  "timestamp": 1667276444262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "policy-id",
  "timestamp": 1667276453277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.591Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276452689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "cds",
  "timestamp": 1667276454032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.592Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276435338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "aai-ml",
  "timestamp": 1667276454432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:00.593Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "policy-id",
  "timestamp": 1667276454282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:00.593Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276452689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "cds",
  "timestamp": 1667276455037,
  "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-11-01T04:22:00.606Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 18e7c986-957c-48b1-9e93-352ec2afee82
2022-11-01T04:22:00.607Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18e7c986-957c-48b1-9e93-352ec2afee82 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-11-01T04:22:00.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276454976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:00.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:00.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "aai-ml",
  "timestamp": 1667276455436,
  "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-11-01T04:22:00.620Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64e47f53-dec1-4dfe-85a8-02ea929b3cb0
2022-11-01T04:22:00.621Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e47f53-dec1-4dfe-85a8-02ea929b3cb0 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-11-01T04:22:00.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "policy-id",
  "timestamp": 1667276455285,
  "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-11-01T04:22:00.634Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64e47f53-dec1-4dfe-85a8-02ea929b3cb0
2022-11-01T04:22:00.634Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e47f53-dec1-4dfe-85a8-02ea929b3cb0 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-11-01T04:22:00.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276452689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276452689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276457213,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:00.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:22:00.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276452689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:00.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276458217,
  "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-11-01T04:22:00.650Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64e47f53-dec1-4dfe-85a8-02ea929b3cb0
2022-11-01T04:22:00.650Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e47f53-dec1-4dfe-85a8-02ea929b3cb0 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-11-01T04:22:00.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:22:00.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:00.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:22:05.992Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:22:06.003Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2c9adc8-d707-4ddc-86d2-5c6ef35194c7
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-11-01T04:22:06.006Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:22:06.006Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:22:06.007Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-01T04:22:06.007Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-01T04:22:06.007Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:06.007Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:06.007Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:06.007Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:06.007Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:06.007Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:06.008Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-01T04:22:06.012Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-01T04:22:36.012Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2c9adc8-d707-4ddc-86d2-5c6ef35194c7 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-11-01T04:22:36.018Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2c9adc8-d707-4ddc-86d2-5c6ef35194c7 and serviceModelVersionId: af17349c-8ce4-47fb-af89-4aa0b779160c
2022-11-01T04:22:36.019Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f84d2469-2e31-4a02-9337-58f1fd56592f
2022-11-01T04:22:36.020Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f84d2469-2e31-4a02-9337-58f1fd56592f/model-vers/model-ver/af17349c-8ce4-47fb-af89-4aa0b779160c?depth=0
2022-11-01T04:22:36.025Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-01T04:22:36.075Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f84d2469-2e31-4a02-9337-58f1fd56592f/model-vers/model-ver/af17349c-8ce4-47fb-af89-4aa0b779160c?depth=0|INFO|500||Invoke
2022-11-01T04:22:36.076Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f84d2469-2e31-4a02-9337-58f1fd56592f/model-vers/model-ver/af17349c-8ce4-47fb-af89-4aa0b779160c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f84d2469-2e31-4a02-9337-58f1fd56592f/model-vers/model-ver/af17349c-8ce4-47fb-af89-4aa0b779160c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2c9adc8-d707-4ddc-86d2-5c6ef35194c7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0619fae6-1dbd-4240-9bc2-c21c6be2150f], X-ECOMP-RequestID=[a2c9adc8-d707-4ddc-86d2-5c6ef35194c7], X-TransactionId=[], X-ONAP-RequestID=[a2c9adc8-d707-4ddc-86d2-5c6ef35194c7], Content-Type=[application/merge-patch+json]}
2022-11-01T04:22:36.100Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f84d2469-2e31-4a02-9337-58f1fd56592f/model-vers/model-ver/af17349c-8ce4-47fb-af89-4aa0b779160c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-01T04:22:36.225Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f84d2469-2e31-4a02-9337-58f1fd56592f/model-vers/model-ver/af17349c-8ce4-47fb-af89-4aa0b779160c?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/f84d2469-2e31-4a02-9337-58f1fd56592f/model-vers/model-ver/af17349c-8ce4-47fb-af89-4aa0b779160c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221101-04:22:33:890-97536], vertex-id=[209072], Content-Length=[0], Date=[Tue, 01 Nov 2022 04:22:33 GMT], Content-Type=[application/json]}
2022-11-01T04:22:36.226Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f84d2469-2e31-4a02-9337-58f1fd56592f/model-vers/model-ver/af17349c-8ce4-47fb-af89-4aa0b779160c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-01T04:22:36.226Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f84d2469-2e31-4a02-9337-58f1fd56592f/model-vers/model-ver/af17349c-8ce4-47fb-af89-4aa0b779160c?depth=0|INFO|500||InvokeReturn
2022-11-01T04:22:36.227Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-01T04:22:36.227Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-01T04:22:36.232Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-01T04:22:36.232Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2c9adc8-d707-4ddc-86d2-5c6ef35194c7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-01T04:22:36.233Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-01T04:22:36.233Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:22:36.235Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:22:36.235Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276556232,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:22:36.335Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:22:36.336Z||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-11-01T04:22:36.336Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:36.357Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:36.357Z||pool-39-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-11-01T04:22:37.247Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:22:37.248Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|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-11-01T04:22:37.248Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:41.647Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:41.648Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-01T04:22:41.648Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5db20d19-6310-4376-88bf-f0bff6fe7996","serviceName":"Demo_pNF_WnFiPLQmx0g6g3VKYSSB","serviceVersion":"1.0","serviceUUID":"d15f6bc3-72f4-421c-bc67-f41fb9933e27","serviceDescription":"catalog service description","serviceInvariantUUID":"91e1fcc8-286d-439b-aec9-00e959c84354","resources":[{"resourceInstanceName":"pNF 05369dc0-3467 0","resourceName":"pNF 05369dc0-3467","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6c10c682-b491-49e5-900d-65674120b042","resourceInvariantUUID":"84a2e43b-aeb1-4e81-a929-46d04a75ed9b","resourceCustomizationUUID":"b5db431e-0b13-4dbb-a77d-46b3f4f9ecae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vf-license-model.xml","artifactChecksum":"ZWY1YzAwNjgyNzk2MzFjNmUxNzg0OTdiOTQzNzBmMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2eaabd1-e06a-4a7f-885b-aeece82718b8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/pNF.csar","artifactChecksum":"NGU1NTY0ODEyZTk1ZjU5YmJlMTA4MWE1OGNlZDZmZDc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"942819ef-5716-4a96-b2a1-c49fdc842b67","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17338998-40bf-4284-83c6-0870d9282fe5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vendor-license-model.xml","artifactChecksum":"OTkxZDQ3NTVmYzIxMjljYzg2ZDgzYzVjNGNkNTBlN2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17e2b4ed-ef0a-4141-90de-149e13042bae","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"09a2c69c-5887-4a15-900a-57a01e625c32","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"114ff268-6f93-4614-a4ad-f6f23309a625","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWnfiplqmx0g6g3vkyssb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-template.yml","artifactChecksum":"NjU4MTdiNDExZWVlOGI0YjEzNmEzZTg4MmE2YTlmNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b70dac45-3982-43e6-b538-7b42762c9e18","artifactVersion":"1"},{"artifactName":"service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar","artifactChecksum":"OTliZTE3NjU3ZDZlNDU2NDEwOTdhMTIwNzRmYmJmOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5870fe4-8f42-48e7-9e2b-1fae11261cc9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T04:22:41.651Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:22:41.651Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:22:41.654Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:22:41.654Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:41.753Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:22:41.754Z||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-11-01T04:22:41.754Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:41.764Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:41.765Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:22:42.654Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:22:42.655Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:22:42.657Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:22:42.657Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:42.757Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:22:42.758Z||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-11-01T04:22:42.758Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:42.771Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:42.771Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:22:43.658Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:22:43.659Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:22:43.661Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:22:43.661Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:43.761Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:22:43.762Z||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-11-01T04:22:43.762Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:43.773Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:43.773Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:22:44.662Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:22:44.663Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:22:44.665Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:22:44.665Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:44.765Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:22:44.766Z||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-11-01T04:22:44.766Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:44.776Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:44.777Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:22:45.665Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:22:45.666Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:22:45.668Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:22:45.668Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:45.768Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:22:45.770Z||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-11-01T04:22:45.770Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:45.781Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:45.782Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:22:46.669Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:22:46.670Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:22:46.672Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:22:46.672Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:46.772Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:22:46.774Z||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-11-01T04:22:46.774Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:46.786Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:46.787Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:22:47.673Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:22:47.674Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:22:47.676Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:22:47.676Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:22:47.776Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:22:47.777Z||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-11-01T04:22:47.777Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:47.790Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:47.790Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:22:48.676Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:22:48.677Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:22:48.679Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:22:48.679Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:22:48.780Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:22:48.781Z||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-11-01T04:22:48.781Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:48.793Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:48.793Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:22:49.681Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "serviceName": "Demo_pNF_WnFiPLQmx0g6g3VKYSSB",
  "serviceVersion": "1.0",
  "serviceUUID": "d15f6bc3-72f4-421c-bc67-f41fb9933e27",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "91e1fcc8-286d-439b-aec9-00e959c84354",
  "resources": [
    {
      "resourceInstanceName": "pNF 05369dc0-3467 0",
      "resourceCustomizationUUID": "b5db431e-0b13-4dbb-a77d-46b3f4f9ecae",
      "resourceName": "pNF 05369dc0-3467",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6c10c682-b491-49e5-900d-65674120b042",
      "resourceInvariantUUID": "84a2e43b-aeb1-4e81-a929-46d04a75ed9b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
      "artifactChecksum": "OTliZTE3NjU3ZDZlNDU2NDEwOTdhMTIwNzRmYmJmOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5870fe4-8f42-48e7-9e2b-1fae11261cc9"
    }
  ],
  "workloadContext": "Production"
}
2022-11-01T04:22:49.681Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T04:22:49.681Z|a2c9adc8-d707-4ddc-86d2-5c6ef35194c7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d15f6bc3-72f4-421c-bc67-f41fb9933e27 ASDC
2022-11-01T04:22:49.682Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5db20d19-6310-4376-88bf-f0bff6fe7996
ServiceName:Demo_pNF_WnFiPLQmx0g6g3VKYSSB
ServiceVersion:1.0
ServiceUUID:d15f6bc3-72f4-421c-bc67-f41fb9933e27
ServiceInvariantUUID:91e1fcc8-286d-439b-aec9-00e959c84354
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
ArtifactUUID:c5870fe4-8f42-48e7-9e2b-1fae11261cc9
ArtifactChecksum:OTliZTE3NjU3ZDZlNDU2NDEwOTdhMTIwNzRmYmJmOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 05369dc0-3467 0
ResourceCustomizationUUID:b5db431e-0b13-4dbb-a77d-46b3f4f9ecae
ResourceInvariantUUID:84a2e43b-aeb1-4e81-a929-46d04a75ed9b
ResourceName:pNF 05369dc0-3467
ResourceType:PNF
ResourceUUID:6c10c682-b491-49e5-900d-65674120b042
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-01T04:22:49.682Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d15f6bc3-72f4-421c-bc67-f41fb9933e27 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-11-01T04:22:49.718Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:22:49.718Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:22:49.718Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:22:49.720Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c5870fe4-8f42-48e7-9e2b-1fae11261cc9 from URL: /sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:49.727Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:22:49.727Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:49.795Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:22:49.798Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar c5870fe4-8f42-48e7-9e2b-1fae11261cc9 82647
2022-11-01T04:22:49.799Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar ASDC sendASDCNotification
2022-11-01T04:22:49.799Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:49.799Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:22:49.799Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:22:49.801Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:22:49.801Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276569799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:22:49.901Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:22:49.902Z||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-11-01T04:22:49.902Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:49.916Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:49.917Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:22:50.801Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:22:50.803Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:22:50.803Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c5870fe4-8f42-48e7-9e2b-1fae11261cc9, URL: /sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar to file: /app/ASDC/1/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:50.804Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:50.804Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:50.804Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:50.914Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3100612754749031423/Definitions/service-DemoPnfWnfiplqmx0g6g3vkyssb-template.yml
2022-11-01T04:22:51.725Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T04:22:51.725Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:22:51.725Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:51.725Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-01T04:22:51.725Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||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-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:51.726Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:51.726Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||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-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:51.726Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:51.726Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:51.726Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 05369dc0-3467 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-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:51.726Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:51.726Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:22:51.726Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:22:51.726Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_WnFiPLQmx0g6g3VKYSSB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:22:51.727Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Node template pNF 05369dc0-3467 0 is matching search criteria
2022-11-01T04:22:51.727Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:22:51.727Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 05369dc0-3467 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:22:51.727Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:22:51.727Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_WnFiPLQmx0g6g3VKYSSB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:22:51.727Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Node template pNF 05369dc0-3467 0 is matching search criteria
2022-11-01T04:22:51.728Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:22:51.728Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 05369dc0-3467 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:22:51.728Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:22:51.728Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_WnFiPLQmx0g6g3VKYSSB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:22:51.728Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:22:51.728Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_WnFiPLQmx0g6g3VKYSSB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:22:51.728Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:22:51.729Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_WnFiPLQmx0g6g3VKYSSB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:22:51.729Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:22:51.729Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_WnFiPLQmx0g6g3VKYSSB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:22:51.729Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:22:51.729Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_WnFiPLQmx0g6g3VKYSSB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:22:51.729Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WnFiPLQmx0g6g3VKYSSB
Description:catalog service description
Model UUID:d15f6bc3-72f4-421c-bc67-f41fb9933e27
Model Version:NULL
Model InvariantUuid:91e1fcc8-286d-439b-aec9-00e959c84354
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-11-01T04:22:51.736Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6c10c682-b491-49e5-900d-65674120b042
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-11-01T04:22:51.738Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||pNF 05369dc0-3467 0
2022-11-01T04:22:51.738Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6c10c682-b491-49e5-900d-65674120b042
2022-11-01T04:22:51.738Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d15f6bc3-72f4-421c-bc67-f41fb9933e27
2022-11-01T04:22:51.739Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d15f6bc3-72f4-421c-bc67-f41fb9933e27
2022-11-01T04:22:51.739Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 05369dc0-3467 0 6c10c682-b491-49e5-900d-65674120b042 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-11-01T04:22:51.743Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14443fd3, org.onap.sdc.toscaparser.api.parameters.Input@27ed5270, org.onap.sdc.toscaparser.api.parameters.Input@6c712dc8, org.onap.sdc.toscaparser.api.parameters.Input@5e997c82, org.onap.sdc.toscaparser.api.parameters.Input@6b966a25]
2022-11-01T04:22:51.743Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:22:51.743Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_WnFiPLQmx0g6g3VKYSSB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:22:51.743Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d15f6bc3-72f4-421c-bc67-f41fb9933e27: pNF 05369dc0-3467
2022-11-01T04:22:51.743Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||Processing PNF resource: 6c10c682-b491-49e5-900d-65674120b042
2022-11-01T04:22:51.743Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:22:51.744Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_WnFiPLQmx0g6g3VKYSSB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:22:51.744Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||Resource customization UUID: b5db431e-0b13-4dbb-a77d-46b3f4f9ecae is the same as notified resource customizationUUID: b5db431e-0b13-4dbb-a77d-46b3f4f9ecae
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-11-01T04:22:51.786Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 05369dc0-3467 6c10c682-b491-49e5-900d-65674120b042 0 ASDC deployResourceStructure
2022-11-01T04:22:51.787Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar ASDC sendASDCNotification
2022-11-01T04:22:51.787Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar
2022-11-01T04:22:51.787Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:22:51.788Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:22:51.790Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:22:51.790Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276571787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:22:51.890Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:22:51.891Z||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-11-01T04:22:51.892Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:22:51.903Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:22:51.904Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:22:52.791Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5db20d19-6310-4376-88bf-f0bff6fe7996
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:22:52.803Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5db20d19-6310-4376-88bf-f0bff6fe7996
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-11-01T04:22:52.806Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:22:52.806Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:22:52.807Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-01T04:22:52.807Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-01T04:22:52.807Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:52.807Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:52.807Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:52.807Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:52.808Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:52.808Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:52.808Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:22:52.808Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-01T04:22:52.813Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-01T04:23:00.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:23:00.358Z||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-11-01T04:23:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:00.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:00.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:23:00.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276452689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:23:00.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:23:22.818Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5db20d19-6310-4376-88bf-f0bff6fe7996 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-11-01T04:23:22.822Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5db20d19-6310-4376-88bf-f0bff6fe7996 and serviceModelVersionId: d15f6bc3-72f4-421c-bc67-f41fb9933e27
2022-11-01T04:23:22.823Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91e1fcc8-286d-439b-aec9-00e959c84354
2022-11-01T04:23:22.823Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91e1fcc8-286d-439b-aec9-00e959c84354/model-vers/model-ver/d15f6bc3-72f4-421c-bc67-f41fb9933e27?depth=0
2022-11-01T04:23:22.828Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-01T04:23:22.874Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91e1fcc8-286d-439b-aec9-00e959c84354/model-vers/model-ver/d15f6bc3-72f4-421c-bc67-f41fb9933e27?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-11-01T04:23:22.876Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91e1fcc8-286d-439b-aec9-00e959c84354/model-vers/model-ver/d15f6bc3-72f4-421c-bc67-f41fb9933e27?depth=0|INFO|500||Invoke
2022-11-01T04:23:22.896Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91e1fcc8-286d-439b-aec9-00e959c84354/model-vers/model-ver/d15f6bc3-72f4-421c-bc67-f41fb9933e27?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-01T04:23:23.007Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91e1fcc8-286d-439b-aec9-00e959c84354/model-vers/model-ver/d15f6bc3-72f4-421c-bc67-f41fb9933e27?depth=0|INFO|500||InvokeReturn
2022-11-01T04:23:23.008Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91e1fcc8-286d-439b-aec9-00e959c84354/model-vers/model-ver/d15f6bc3-72f4-421c-bc67-f41fb9933e27?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221101-04:23:20:681-38055], vertex-id=[167992], Content-Length=[0], Date=[Tue, 01 Nov 2022 04:23:20 GMT], Content-Type=[application/json]}
2022-11-01T04:23:23.008Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-01T04:23:23.009Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-01T04:23:23.009Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-01T04:23:23.016Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-01T04:23:23.016Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5db20d19-6310-4376-88bf-f0bff6fe7996 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-01T04:23:23.016Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-01T04:23:23.016Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:23.018Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:23.018Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276603016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:23:23.119Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:23.120Z||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-11-01T04:23:23.120Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:23.135Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:23.135Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-01T04:23:24.031Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-01T04:23:24.031Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"64e47f53-dec1-4dfe-85a8-02ea929b3cb0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"467c247a-8a56-40aa-b309-b39e86d97ed2","serviceDescription":"service","serviceInvariantUUID":"0a376d7f-e35d-4a39-955f-0c34e23cbe5a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2b844a7-4aae-4a54-8a5c-fc1629085f40","resourceInvariantUUID":"9e363cd8-82ce-4d9d-83a6-3a9189e228a3","resourceCustomizationUUID":"d99851c2-26ab-487b-89c5-c5f9d1404886","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":"NDE4MGVhZTI4N2UxZTdmYjBiNDAyMGIxMTZiMjNhNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b28ace8b-2087-4999-b396-ff55e2b1e160","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":"ZTkzZjU1OGZjZWY5MjU3MGViNjdmYjllOTQyN2IzMzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aeda1cc4-89a2-4320-a1ed-7881cc112996","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":"a31c2213-1edd-4a06-b3aa-f96dc6370c14","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":"2f573699-12d7-4311-a8c4-75f53de5ca43","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":"23d92187-9c48-4df8-8068-4213da24c519","artifactVersion":"2","generatedFromUUID":"a31c2213-1edd-4a06-b3aa-f96dc6370c14"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDY1YjA3ODkwMDA5N2NlNTY1ZTliZTNiNGMyMWJhNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f5d3baf-f0e3-42da-b8ae-86f386c17eda","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Zjg3MmYyNzA1MTc1NjBhNWM2OWUwYWY4OGY2ZTljOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b047609f-dee0-4260-9538-964472a28ede","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T04:23:24.031Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:23:24.032Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:24.034Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:24.034Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:23:24.134Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:24.135Z||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-11-01T04:23:24.135Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:24.151Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:24.152Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:23:25.034Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:23:25.035Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:25.037Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:25.037Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:23:25.137Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:25.139Z||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-11-01T04:23:25.139Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:25.156Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:25.157Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:23:26.038Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:23:26.039Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:26.041Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:26.041Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:23:26.143Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-01T04:23:26.144Z||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-11-01T04:23:26.144Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:26.156Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:26.156Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:23:27.043Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:23:27.043Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:27.045Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:27.046Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:23:27.146Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:27.147Z||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-11-01T04:23:27.147Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:27.159Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:27.159Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:23:28.046Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:23:28.047Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:28.049Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:28.049Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-01T04:23:28.149Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:28.150Z||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-11-01T04:23:28.150Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:28.162Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:28.163Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:23:29.049Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:23:29.050Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:29.053Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:29.053Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:23:29.153Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:29.154Z||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-11-01T04:23:29.154Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:29.171Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:29.172Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:23:30.053Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:23:30.056Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:30.058Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:30.058Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:23:30.158Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:23:30.159Z||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-11-01T04:23:30.159Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:30.171Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:30.172Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:23:31.060Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "467c247a-8a56-40aa-b309-b39e86d97ed2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0a376d7f-e35d-4a39-955f-0c34e23cbe5a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d99851c2-26ab-487b-89c5-c5f9d1404886",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e2b844a7-4aae-4a54-8a5c-fc1629085f40",
      "resourceInvariantUUID": "9e363cd8-82ce-4d9d-83a6-3a9189e228a3",
      "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": "ZTkzZjU1OGZjZWY5MjU3MGViNjdmYjllOTQyN2IzMzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aeda1cc4-89a2-4320-a1ed-7881cc112996",
          "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": "a31c2213-1edd-4a06-b3aa-f96dc6370c14",
          "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": "23d92187-9c48-4df8-8068-4213da24c519",
            "generatedFromUUID": "a31c2213-1edd-4a06-b3aa-f96dc6370c14"
          },
          "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": "23d92187-9c48-4df8-8068-4213da24c519",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Zjg3MmYyNzA1MTc1NjBhNWM2OWUwYWY4OGY2ZTljOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b047609f-dee0-4260-9538-964472a28ede"
    }
  ],
  "workloadContext": "Production"
}
2022-11-01T04:23:31.060Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T04:23:31.061Z|5db20d19-6310-4376-88bf-f0bff6fe7996|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 467c247a-8a56-40aa-b309-b39e86d97ed2 ASDC
2022-11-01T04:23:31.061Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:64e47f53-dec1-4dfe-85a8-02ea929b3cb0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:467c247a-8a56-40aa-b309-b39e86d97ed2
ServiceInvariantUUID:0a376d7f-e35d-4a39-955f-0c34e23cbe5a
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:b047609f-dee0-4260-9538-964472a28ede
ArtifactChecksum:Zjg3MmYyNzA1MTc1NjBhNWM2OWUwYWY4OGY2ZTljOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d99851c2-26ab-487b-89c5-c5f9d1404886
ResourceInvariantUUID:9e363cd8-82ce-4d9d-83a6-3a9189e228a3
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e2b844a7-4aae-4a54-8a5c-fc1629085f40
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:aeda1cc4-89a2-4320-a1ed-7881cc112996
ArtifactChecksum:ZTkzZjU1OGZjZWY5MjU3MGViNjdmYjllOTQyN2IzMzU=
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:a31c2213-1edd-4a06-b3aa-f96dc6370c14
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:23d92187-9c48-4df8-8068-4213da24c519
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:23d92187-9c48-4df8-8068-4213da24c519
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-01T04:23:31.061Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 467c247a-8a56-40aa-b309-b39e86d97ed2 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-11-01T04:23:31.092Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:23:31.092Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:23:31.092Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:23:31.093Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b047609f-dee0-4260-9538-964472a28ede from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-01T04:23:31.093Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:23:31.093Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-01T04:23:31.164Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:23:31.168Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b047609f-dee0-4260-9538-964472a28ede 71060
2022-11-01T04:23:31.169Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-01T04:23:31.169Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-01T04:23:31.169Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:23:31.169Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:31.172Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:31.172Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276611168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:23:31.272Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:31.273Z||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-11-01T04:23:31.273Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:31.284Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:31.284Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:23:32.172Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:23:32.174Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:23:32.174Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b047609f-dee0-4260-9538-964472a28ede, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T04:23:32.174Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-01T04:23:32.175Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T04:23:32.175Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T04:23:32.294Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13470820772439353959/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-11-01T04:23:33.448Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T04:23:33.448Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:23:33.448Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T04:23:33.448Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-01T04:23:33.449Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T04:23:33.449Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:33.449Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T04:23:33.449Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T04:23:33.449Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T04:23:33.449Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T04:23:33.449Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T04:23:33.449Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T04:23:33.449Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-01T04:23:33.449Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:23:33.450Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.450Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:33.450Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T04:23:33.450Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:23:33.450Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:23:33.451Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.451Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:33.451Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T04:23:33.451Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:23:33.451Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:23:33.451Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.451Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:33.452Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.452Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-01T04:23:33.452Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-01T04:23:33.452Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-01T04:23:33.452Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-01T04:23:33.452Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-01T04:23:33.453Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-01T04:23:33.453Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.453Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T04:23:33.453Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.453Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T04:23:33.453Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:23:33.454Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.454Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T04:23:33.454Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:23:33.454Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.454Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T04:23:33.454Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:23:33.455Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.455Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-01T04:23:33.455Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-01T04:23:33.455Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-01T04:23:33.455Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d31d4eeb-a32d-426b-b09f-6b71df1f5d96
2022-11-01T04:23:33.455Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.455Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:33.456Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.456Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:33.456Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.456Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:33.456Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:33.456Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:33.456Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:467c247a-8a56-40aa-b309-b39e86d97ed2
Model Version:NULL
Model InvariantUuid:0a376d7f-e35d-4a39-955f-0c34e23cbe5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:9cd973da-d809-452f-aa6e-bd9de457cfed
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e363cd8-82ce-4d9d-83a6-3a9189e228a3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d99851c2-26ab-487b-89c5-c5f9d1404886
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6020ee6d-9664-4a22-99d0-f9b3dccc9679
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1b69354d-75f8-470d-a324-1bfbf054b098
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d31d4eeb-a32d-426b-b09f-6b71df1f5d96
ModelInvariantUuid:c7491b94-c755-496c-a1df-3e2f1b05549f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:d944f51b-22e2-41a2-a791-c6646956fea9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f8b3dac3-95ca-4357-9574-29900eb2b4fd
ModelInvariantUuid:7ca86848-a5a4-4170-8e45-a26dc07480c6
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:77ec57a2-1190-43f0-a8f0-ddc257f706db
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-11-01T04:23:33.461Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e2b844a7-4aae-4a54-8a5c-fc1629085f40
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-11-01T04:23:33.463Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-11-01T04:23:33.463Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2b844a7-4aae-4a54-8a5c-fc1629085f40
2022-11-01T04:23:33.463Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aeda1cc4-89a2-4320-a1ed-7881cc112996 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-01T04:23:33.463Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:23:33.464Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:33.522Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:23:33.522Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json aeda1cc4-89a2-4320-a1ed-7881cc112996 787
2022-11-01T04:23:33.523Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:33.523Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:33.523Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:23:33.523Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:33.525Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:33.525Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276613523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:23:33.625Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:33.626Z||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-11-01T04:23:33.626Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:33.638Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:33.638Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:23:34.525Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6020ee6d-9664-4a22-99d0-f9b3dccc9679",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b69354d-75f8-470d-a324-1bfbf054b098",
    "vfModuleModelCustomizationUUID": "651d2304-3b3c-4193-af99-d9730d1297aa",
    "isBase": true,
    "artifacts": [
      "a31c2213-1edd-4a06-b3aa-f96dc6370c14",
      "23d92187-9c48-4df8-8068-4213da24c519"
    ],
    "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-11-01T04:23:34.530Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b69354d-75f8-470d-a324-1bfbf054b098
VfModuleModelInvariantUUID:6020ee6d-9664-4a22-99d0-f9b3dccc9679
VfModuleModelDescription:NULL
Artifacts UUID List:{
a31c2213-1edd-4a06-b3aa-f96dc6370c14
,
23d92187-9c48-4df8-8068-4213da24c519

}
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-11-01T04:23:34.531Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6020ee6d-9664-4a22-99d0-f9b3dccc9679",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b69354d-75f8-470d-a324-1bfbf054b098",
    "vfModuleModelCustomizationUUID": "651d2304-3b3c-4193-af99-d9730d1297aa",
    "isBase": true,
    "artifacts": [
      "a31c2213-1edd-4a06-b3aa-f96dc6370c14",
      "23d92187-9c48-4df8-8068-4213da24c519"
    ],
    "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-11-01T04:23:34.532Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b69354d-75f8-470d-a324-1bfbf054b098
VfModuleModelInvariantUUID:6020ee6d-9664-4a22-99d0-f9b3dccc9679
VfModuleModelDescription:NULL
Artifacts UUID List:{
a31c2213-1edd-4a06-b3aa-f96dc6370c14
,
23d92187-9c48-4df8-8068-4213da24c519

}
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-11-01T04:23:34.532Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a31c2213-1edd-4a06-b3aa-f96dc6370c14 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-01T04:23:34.532Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:23:34.532Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:34.577Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:23:34.578Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a31c2213-1edd-4a06-b3aa-f96dc6370c14 5033
2022-11-01T04:23:34.578Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:34.578Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:34.578Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:23:34.579Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:34.580Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:34.580Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276614578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:23:34.681Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:34.682Z||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-11-01T04:23:34.682Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:34.693Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:34.693Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:23:35.581Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 23d92187-9c48-4df8-8068-4213da24c519 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-01T04:23:35.582Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:23:35.583Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:35.632Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:23:35.633Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 23d92187-9c48-4df8-8068-4213da24c519 903
2022-11-01T04:23:35.633Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:35.633Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:35.633Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:23:35.634Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:35.635Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:35.636Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276615633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:23:35.736Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:35.736Z||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-11-01T04:23:35.736Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:35.749Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:35.749Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:23:36.636Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 467c247a-8a56-40aa-b309-b39e86d97ed2
2022-11-01T04:23:36.637Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e2b844a7-4aae-4a54-8a5c-fc1629085f40 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-11-01T04:23:36.646Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@105f5e4e, org.onap.sdc.toscaparser.api.parameters.Input@3e67e8a7, org.onap.sdc.toscaparser.api.parameters.Input@6685ce7b, org.onap.sdc.toscaparser.api.parameters.Input@699a64a1, org.onap.sdc.toscaparser.api.parameters.Input@3ddfaf2]
2022-11-01T04:23:36.647Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.647Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:36.647Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-01T04:23:36.647Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d99851c2-26ab-487b-89c5-c5f9d1404886
2022-11-01T04:23:36.647Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d99851c2-26ab-487b-89c5-c5f9d1404886 matches Tosca VF Customization UUID: d99851c2-26ab-487b-89c5-c5f9d1404886
2022-11-01T04:23:36.648Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d99851c2-26ab-487b-89c5-c5f9d1404886  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-11-01T04:23:36.649Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.649Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:36.650Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d99851c2-26ab-487b-89c5-c5f9d1404886: {\"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-11-01T04:23:36.650Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70452259
2022-11-01T04:23:36.650Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.650Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T04:23:36.650Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 651d2304-3b3c-4193-af99-d9730d1297aa
2022-11-01T04:23:36.650Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 651d2304-3b3c-4193-af99-d9730d1297aa
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-11-01T04:23:36.652Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.652Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T04:23:36.652Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:23:36.652Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.652Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T04:23:36.653Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:23:36.653Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.653Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-01T04:23:36.653Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-01T04:23:36.653Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-01T04:23:36.653Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d31d4eeb-a32d-426b-b09f-6b71df1f5d96
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-11-01T04:23:36.655Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.655Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T04:23:36.655Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:23:36.656Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.656Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-01T04:23:36.656Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d99851c2-26ab-487b-89c5-c5f9d1404886
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-11-01T04:23:36.657Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.657Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:36.657Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 467c247a-8a56-40aa-b309-b39e86d97ed2: basic_vm
2022-11-01T04:23:36.657Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.658Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:36.658Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.658Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:36.658Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.658Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:36.658Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.658Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:36.659Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:23:36.659Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:23:36.659Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:36.734Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e2b844a7-4aae-4a54-8a5c-fc1629085f40 1 ASDC deployResourceStructure
2022-11-01T04:23:36.734Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:36.734Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:36.735Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:23:36.735Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:36.737Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:36.737Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276616734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:23:36.837Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:36.838Z||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-11-01T04:23:36.838Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:36.848Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:36.848Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:23:37.738Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:37.738Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:37.738Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:23:37.739Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:37.740Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:37.740Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276617738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:23:37.840Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:23:37.841Z||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-11-01T04:23:37.841Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:37.852Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:37.852Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:23:38.741Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:38.742Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||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-11-01T04:23:38.742Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:23:38.742Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:38.744Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:38.744Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276618741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-01T04:23:38.844Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:38.845Z||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-11-01T04:23:38.845Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:38.856Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:38.856Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:23:39.744Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-01T04:23:39.745Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-01T04:23:39.745Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:23:39.745Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:23:39.747Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:23:39.747Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276619744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:23:39.848Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:23:39.848Z||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-11-01T04:23:39.848Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:23:39.860Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:23:39.860Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:23:40.748Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64e47f53-dec1-4dfe-85a8-02ea929b3cb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:23:40.759Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64e47f53-dec1-4dfe-85a8-02ea929b3cb0
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-11-01T04:23:40.761Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:23:40.761Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:23:40.761Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-01T04:23:40.761Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-01T04:23:40.762Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:23:40.762Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:23:40.762Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:23:40.762Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:23:40.762Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:23:40.762Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-01T04:23:40.767Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-01T04:24:00.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:24:00.358Z||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-11-01T04:24:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:00.386Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:00.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667276452689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "clamp",
  "timestamp": 1667276459868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:00.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:24:00.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276462025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "clamp",
  "timestamp": 1667276461877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:24:00.390Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276462025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-01T04:24:00.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "clamp",
  "timestamp": 1667276462881,
  "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-11-01T04:24:00.399Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 64e47f53-dec1-4dfe-85a8-02ea929b3cb0
2022-11-01T04:24:00.399Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64e47f53-dec1-4dfe-85a8-02ea929b3cb0 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-11-01T04:24:00.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276462025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-01T04:24:00.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276462025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "policy-id",
  "timestamp": 1667276445555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276462025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:24:00.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "policy-id",
  "timestamp": 1667276465376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:00.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276462025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276465338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "policy-id",
  "timestamp": 1667276466380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:24:00.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:24:00.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276462025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-01T04:24:00.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276465338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "policy-id",
  "timestamp": 1667276467383,
  "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-11-01T04:24:00.419Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18e7c986-957c-48b1-9e93-352ec2afee82
2022-11-01T04:24:00.419Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18e7c986-957c-48b1-9e93-352ec2afee82 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-11-01T04:24:00.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276462025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276465338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276462025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:24:00.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276465338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276471749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:00.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276465338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "aai-ml",
  "timestamp": 1667276470163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276465338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276472808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:00.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "aai-ml",
  "timestamp": 1667276470163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "clamp",
  "timestamp": 1667276448589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:24:00.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276465338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276473859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:00.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "aai-ml",
  "timestamp": 1667276470163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276465338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276474918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:00.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "aai-ml",
  "timestamp": 1667276470163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276465338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:24:00.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276475967,
  "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-11-01T04:24:00.437Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18e7c986-957c-48b1-9e93-352ec2afee82
2022-11-01T04:24:00.437Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18e7c986-957c-48b1-9e93-352ec2afee82 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-11-01T04:24:00.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "aai-ml",
  "timestamp": 1667276470163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276475069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:00.443Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667276476971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:24:00.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "aai-ml",
  "timestamp": 1667276470163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "aai-ml",
  "timestamp": 1667276470163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276477248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:24:00.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "aai-ml",
  "timestamp": 1667276470163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:00.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667276478252,
  "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-11-01T04:24:00.450Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 18e7c986-957c-48b1-9e93-352ec2afee82
2022-11-01T04:24:00.450Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18e7c986-957c-48b1-9e93-352ec2afee82 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-11-01T04:24:00.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "aai-ml",
  "timestamp": 1667276470163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:24:00.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:24:00.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "aai-ml",
  "timestamp": 1667276479933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:00.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "clamp",
  "timestamp": 1667276481873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:00.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "clamp",
  "timestamp": 1667276483880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:24:00.458Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "clamp",
  "timestamp": 1667276484884,
  "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-11-01T04:24:00.462Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 18e7c986-957c-48b1-9e93-352ec2afee82
2022-11-01T04:24:00.462Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18e7c986-957c-48b1-9e93-352ec2afee82 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-11-01T04:24:00.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "aai-ml",
  "timestamp": 1667276486246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:24:00.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:24:00.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:24:00.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "aai-ml",
  "timestamp": 1667276487251,
  "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-11-01T04:24:00.475Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 18e7c986-957c-48b1-9e93-352ec2afee82
2022-11-01T04:24:00.475Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18e7c986-957c-48b1-9e93-352ec2afee82 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-11-01T04:24:10.768Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64e47f53-dec1-4dfe-85a8-02ea929b3cb0 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-11-01T04:24:10.773Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64e47f53-dec1-4dfe-85a8-02ea929b3cb0 and serviceModelVersionId: 467c247a-8a56-40aa-b309-b39e86d97ed2
2022-11-01T04:24:10.773Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a376d7f-e35d-4a39-955f-0c34e23cbe5a
2022-11-01T04:24:10.774Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a376d7f-e35d-4a39-955f-0c34e23cbe5a/model-vers/model-ver/467c247a-8a56-40aa-b309-b39e86d97ed2?depth=0
2022-11-01T04:24:10.778Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-01T04:24:10.817Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a376d7f-e35d-4a39-955f-0c34e23cbe5a/model-vers/model-ver/467c247a-8a56-40aa-b309-b39e86d97ed2?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-11-01T04:24:10.819Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a376d7f-e35d-4a39-955f-0c34e23cbe5a/model-vers/model-ver/467c247a-8a56-40aa-b309-b39e86d97ed2?depth=0|INFO|500||Invoke
2022-11-01T04:24:10.838Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a376d7f-e35d-4a39-955f-0c34e23cbe5a/model-vers/model-ver/467c247a-8a56-40aa-b309-b39e86d97ed2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-01T04:24:10.930Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a376d7f-e35d-4a39-955f-0c34e23cbe5a/model-vers/model-ver/467c247a-8a56-40aa-b309-b39e86d97ed2?depth=0|INFO|500||InvokeReturn
2022-11-01T04:24:10.931Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a376d7f-e35d-4a39-955f-0c34e23cbe5a/model-vers/model-ver/467c247a-8a56-40aa-b309-b39e86d97ed2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221101-04:24:08:619-10375], vertex-id=[241768], Content-Length=[0], Date=[Tue, 01 Nov 2022 04:24:08 GMT], Content-Type=[application/json]}
2022-11-01T04:24:10.932Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-01T04:24:10.932Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-01T04:24:10.932Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-01T04:24:10.937Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-01T04:24:10.938Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64e47f53-dec1-4dfe-85a8-02ea929b3cb0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-01T04:24:10.938Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-01T04:24:10.938Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:10.940Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:10.941Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276650938,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:24:11.041Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:11.042Z||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-11-01T04:24:11.042Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:11.053Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:11.054Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-01T04:24:11.952Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-01T04:24:11.953Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"18e7c986-957c-48b1-9e93-352ec2afee82","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e4751ce4-07a6-4616-bb76-190c402e551b","serviceDescription":"service","serviceInvariantUUID":"f538bac9-92aa-419b-811b-8e2b6339ee73","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e631a65e-b323-4b18-b29d-077556f95cab","resourceInvariantUUID":"bd7cc389-0feb-4aba-b253-3021db1c9b2e","resourceCustomizationUUID":"cacc11c2-c4fb-4564-9f04-5b8803ee6d65","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":"NzM4NjFhNjhkY2ZiZmQ3NzhkNTNjNmIwMjAxZDFmMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd8d3caf-9573-4d69-b51f-d11663e10836","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":"0a8beaaf-f72d-48ca-8b8b-4a68c93d1763","artifactVersion":"2","generatedFromUUID":"5755928c-359d-4920-8f41-b727c1a1c817"},{"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":"5755928c-359d-4920-8f41-b727c1a1c817","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":"MTA5ZGNmODhjZjIxZDkwMDA5YWVmYWNjYWIyZWUyMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5fc26cba-b1dc-467a-a5f9-dd5b7f8af06c","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":"bf2a3b62-9a73-4e60-8e1c-91a1b0495044","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":"90ad830b-8c0d-4c50-a9dd-ac54663dc517","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":"92a8cba8-d814-4aab-a1c3-11cacc38b905","artifactVersion":"2","generatedFromUUID":"bf2a3b62-9a73-4e60-8e1c-91a1b0495044"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NWNlN2FlYjBjMTlmNGE0OTcwOWUyNmZlYWVhZTQxYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf2c7b0e-a895-40da-b501-2610de76f4a9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWRjNmIyMTY0ZmNlYzVhMmVkYTBjYzI3MGVkZjU1NGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad1c74b9-e281-4f43-b051-d72dc564222c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T04:24:11.953Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:24:11.953Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:11.955Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:11.955Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:12.055Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:12.056Z||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-11-01T04:24:12.056Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:12.068Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:12.069Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:12.956Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:24:12.956Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:12.958Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:12.959Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-01T04:24:13.059Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:13.060Z||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-11-01T04:24:13.060Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:13.072Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:13.072Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:24:13.959Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:24:13.960Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:13.963Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:13.963Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-01T04:24:14.063Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:14.064Z||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-11-01T04:24:14.064Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:14.074Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:14.075Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:14.964Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:24:14.964Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:14.966Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:14.966Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:24:15.066Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:15.067Z||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-11-01T04:24:15.067Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:15.079Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:15.079Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:15.967Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:24:15.968Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:15.969Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:15.970Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:24:16.070Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:16.071Z||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-11-01T04:24:16.071Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:16.081Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:16.082Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:16.970Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:24:16.971Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:16.973Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:16.973Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:17.073Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:17.074Z||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-11-01T04:24:17.075Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:17.088Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:17.089Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:17.974Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:24:17.975Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:17.976Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:17.977Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-01T04:24:18.077Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:18.078Z||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-11-01T04:24:18.078Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:18.088Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:18.088Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:18.977Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:24:18.978Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:18.980Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:18.980Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:24:19.080Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:19.082Z||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-11-01T04:24:19.082Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:19.094Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:19.095Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:19.980Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:24:19.981Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:19.983Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:19.983Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:24:20.083Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:20.084Z||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-11-01T04:24:20.085Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:20.096Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:20.096Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:20.984Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "e4751ce4-07a6-4616-bb76-190c402e551b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f538bac9-92aa-419b-811b-8e2b6339ee73",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "cacc11c2-c4fb-4564-9f04-5b8803ee6d65",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e631a65e-b323-4b18-b29d-077556f95cab",
      "resourceInvariantUUID": "bd7cc389-0feb-4aba-b253-3021db1c9b2e",
      "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": "0a8beaaf-f72d-48ca-8b8b-4a68c93d1763",
          "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": "5755928c-359d-4920-8f41-b727c1a1c817",
          "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": "MTA5ZGNmODhjZjIxZDkwMDA5YWVmYWNjYWIyZWUyMmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5fc26cba-b1dc-467a-a5f9-dd5b7f8af06c",
          "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": "bf2a3b62-9a73-4e60-8e1c-91a1b0495044",
          "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": "92a8cba8-d814-4aab-a1c3-11cacc38b905",
            "generatedFromUUID": "bf2a3b62-9a73-4e60-8e1c-91a1b0495044"
          },
          "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": "92a8cba8-d814-4aab-a1c3-11cacc38b905",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YWRjNmIyMTY0ZmNlYzVhMmVkYTBjYzI3MGVkZjU1NGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ad1c74b9-e281-4f43-b051-d72dc564222c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-01T04:24:20.985Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T04:24:20.985Z|64e47f53-dec1-4dfe-85a8-02ea929b3cb0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e4751ce4-07a6-4616-bb76-190c402e551b ASDC
2022-11-01T04:24:20.985Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:18e7c986-957c-48b1-9e93-352ec2afee82
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:e4751ce4-07a6-4616-bb76-190c402e551b
ServiceInvariantUUID:f538bac9-92aa-419b-811b-8e2b6339ee73
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:ad1c74b9-e281-4f43-b051-d72dc564222c
ArtifactChecksum:YWRjNmIyMTY0ZmNlYzVhMmVkYTBjYzI3MGVkZjU1NGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:cacc11c2-c4fb-4564-9f04-5b8803ee6d65
ResourceInvariantUUID:bd7cc389-0feb-4aba-b253-3021db1c9b2e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e631a65e-b323-4b18-b29d-077556f95cab
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:0a8beaaf-f72d-48ca-8b8b-4a68c93d1763
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:5755928c-359d-4920-8f41-b727c1a1c817
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:5fc26cba-b1dc-467a-a5f9-dd5b7f8af06c
ArtifactChecksum:MTA5ZGNmODhjZjIxZDkwMDA5YWVmYWNjYWIyZWUyMmU=
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:bf2a3b62-9a73-4e60-8e1c-91a1b0495044
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:92a8cba8-d814-4aab-a1c3-11cacc38b905
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:92a8cba8-d814-4aab-a1c3-11cacc38b905
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-01T04:24:20.985Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4751ce4-07a6-4616-bb76-190c402e551b 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-11-01T04:24:21.015Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:24:21.016Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:24:21.016Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:24:21.017Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ad1c74b9-e281-4f43-b051-d72dc564222c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-01T04:24:21.017Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:24:21.017Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-01T04:24:21.137Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:24:21.140Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ad1c74b9-e281-4f43-b051-d72dc564222c 68938
2022-11-01T04:24:21.141Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-01T04:24:21.141Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-01T04:24:21.141Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:24:21.141Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:21.144Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:21.144Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276661141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:21.243Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:24:21.244Z||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-11-01T04:24:21.244Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:21.255Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:21.255Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:22.145Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:24:22.146Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:24:22.146Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ad1c74b9-e281-4f43-b051-d72dc564222c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-01T04:24:22.147Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-01T04:24:22.147Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-01T04:24:22.147Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-01T04:24:22.259Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1423764274623801478/Definitions/service-BasicCnf-template.yml
2022-11-01T04:24:23.355Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T04:24:23.355Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:24:23.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-01T04:24:23.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-01T04:24:23.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:23.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:23.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-01T04:24:23.357Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:23.357Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:24:23.357Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.357Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:23.358Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-01T04:24:23.358Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:24:23.358Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:24:23.358Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.359Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:23.359Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-01T04:24:23.359Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:24:23.359Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:24:23.360Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.360Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:23.360Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.360Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-01T04:24:23.361Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-01T04:24:23.361Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-01T04:24:23.361Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-01T04:24:23.361Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.362Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T04:24:23.362Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.362Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-01T04:24:23.362Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:24:23.363Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.363Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-01T04:24:23.363Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:24:23.363Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.364Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-01T04:24:23.364Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:24:23.364Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.364Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-01T04:24:23.365Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-01T04:24:23.365Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dc22db30-ccd7-4cbf-a99d-c7a25e98533b
2022-11-01T04:24:23.365Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.365Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:23.366Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.366Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:23.366Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.366Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:23.367Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:23.367Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:23.367Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:e4751ce4-07a6-4616-bb76-190c402e551b
Model Version:NULL
Model InvariantUuid:f538bac9-92aa-419b-811b-8e2b6339ee73
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:b64c2d5a-0e25-45f6-8cdb-db930972b1e0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bd7cc389-0feb-4aba-b253-3021db1c9b2e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cacc11c2-c4fb-4564-9f04-5b8803ee6d65
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0ee0af49-3594-43a3-afa0-c5912050663e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:a50b5af9-17e5-4768-a494-49adfa91ddcd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dc22db30-ccd7-4cbf-a99d-c7a25e98533b
ModelInvariantUuid:c23325f7-f870-42ed-9892-aeebd65bf73b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f87f757f-9f92-41f3-963c-9b4c28bf7a81
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:820eba8e-81e8-4dcb-b71c-a2a545591ee3
ModelInvariantUuid:07d41ac7-1646-4fee-b64c-9f068ea4e30f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:08d7df46-98b8-4773-8361-655e9e40db9e
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-11-01T04:24:23.373Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e631a65e-b323-4b18-b29d-077556f95cab
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-11-01T04:24:23.376Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-11-01T04:24:23.376Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e631a65e-b323-4b18-b29d-077556f95cab
2022-11-01T04:24:23.376Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0a8beaaf-f72d-48ca-8b8b-4a68c93d1763 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-01T04:24:23.377Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:24:23.377Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:23.421Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:24:23.421Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0a8beaaf-f72d-48ca-8b8b-4a68c93d1763 12
2022-11-01T04:24:23.422Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:23.422Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:23.422Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:24:23.422Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:23.424Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:23.424Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276663422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:23.525Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:23.526Z||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-11-01T04:24:23.527Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:23.563Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:23.563Z||pool-77-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:24.425Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5755928c-359d-4920-8f41-b727c1a1c817 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-01T04:24:24.426Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:24:24.426Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:24.472Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:24:24.473Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5755928c-359d-4920-8f41-b727c1a1c817 2688
2022-11-01T04:24:24.473Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:24.473Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:24.473Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:24:24.473Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:24.475Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:24.475Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276664473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:24.575Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:24.577Z||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-11-01T04:24:24.577Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:24.589Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:24.590Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:24:25.477Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5fc26cba-b1dc-467a-a5f9-dd5b7f8af06c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-01T04:24:25.477Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:24:25.477Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:25.528Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:24:25.528Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5fc26cba-b1dc-467a-a5f9-dd5b7f8af06c 828
2022-11-01T04:24:25.528Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:25.528Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:25.528Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:24:25.529Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:25.530Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:25.530Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276665528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:25.630Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:25.631Z||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-11-01T04:24:25.632Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:25.643Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:25.644Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:26.531Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0ee0af49-3594-43a3-afa0-c5912050663e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a50b5af9-17e5-4768-a494-49adfa91ddcd",
    "vfModuleModelCustomizationUUID": "21de3afe-4e6f-43e3-9edc-b79b6e970b97",
    "isBase": true,
    "artifacts": [
      "5755928c-359d-4920-8f41-b727c1a1c817",
      "bf2a3b62-9a73-4e60-8e1c-91a1b0495044",
      "92a8cba8-d814-4aab-a1c3-11cacc38b905"
    ],
    "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-11-01T04:24:26.534Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a50b5af9-17e5-4768-a494-49adfa91ddcd
VfModuleModelInvariantUUID:0ee0af49-3594-43a3-afa0-c5912050663e
VfModuleModelDescription:NULL
Artifacts UUID List:{
5755928c-359d-4920-8f41-b727c1a1c817
,
bf2a3b62-9a73-4e60-8e1c-91a1b0495044
,
92a8cba8-d814-4aab-a1c3-11cacc38b905

}
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-11-01T04:24:26.536Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0ee0af49-3594-43a3-afa0-c5912050663e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a50b5af9-17e5-4768-a494-49adfa91ddcd",
    "vfModuleModelCustomizationUUID": "21de3afe-4e6f-43e3-9edc-b79b6e970b97",
    "isBase": true,
    "artifacts": [
      "5755928c-359d-4920-8f41-b727c1a1c817",
      "bf2a3b62-9a73-4e60-8e1c-91a1b0495044",
      "92a8cba8-d814-4aab-a1c3-11cacc38b905"
    ],
    "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-11-01T04:24:26.536Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a50b5af9-17e5-4768-a494-49adfa91ddcd
VfModuleModelInvariantUUID:0ee0af49-3594-43a3-afa0-c5912050663e
VfModuleModelDescription:NULL
Artifacts UUID List:{
5755928c-359d-4920-8f41-b727c1a1c817
,
bf2a3b62-9a73-4e60-8e1c-91a1b0495044
,
92a8cba8-d814-4aab-a1c3-11cacc38b905

}
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-11-01T04:24:26.537Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bf2a3b62-9a73-4e60-8e1c-91a1b0495044 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-01T04:24:26.537Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:24:26.537Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:26.588Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:24:26.588Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bf2a3b62-9a73-4e60-8e1c-91a1b0495044 1164
2022-11-01T04:24:26.589Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:26.589Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:26.589Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:24:26.589Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:26.591Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:26.591Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276666588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:26.691Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:26.692Z||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-11-01T04:24:26.692Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:26.703Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:26.703Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:27.592Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 92a8cba8-d814-4aab-a1c3-11cacc38b905 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-01T04:24:27.592Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:24:27.593Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:27.637Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:24:27.638Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 92a8cba8-d814-4aab-a1c3-11cacc38b905 200
2022-11-01T04:24:27.638Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:27.638Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:27.638Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:24:27.639Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:27.640Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:27.641Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276667638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:24:27.741Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:24:27.741Z||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-11-01T04:24:27.741Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:27.753Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:27.753Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:28.641Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e4751ce4-07a6-4616-bb76-190c402e551b
2022-11-01T04:24:28.642Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e631a65e-b323-4b18-b29d-077556f95cab 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-11-01T04:24:28.660Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-01T04:24:28.663Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f28f793, org.onap.sdc.toscaparser.api.parameters.Input@3b6ee18a, org.onap.sdc.toscaparser.api.parameters.Input@41c52cd1, org.onap.sdc.toscaparser.api.parameters.Input@3f608fe2, org.onap.sdc.toscaparser.api.parameters.Input@74c73f2]
2022-11-01T04:24:28.665Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.665Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:28.666Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-01T04:24:28.666Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= cacc11c2-c4fb-4564-9f04-5b8803ee6d65
2022-11-01T04:24:28.666Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cacc11c2-c4fb-4564-9f04-5b8803ee6d65 matches Tosca VF Customization UUID: cacc11c2-c4fb-4564-9f04-5b8803ee6d65
2022-11-01T04:24:28.666Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: cacc11c2-c4fb-4564-9f04-5b8803ee6d65  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-11-01T04:24:28.668Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.668Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:28.669Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id cacc11c2-c4fb-4564-9f04-5b8803ee6d65: {\"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-11-01T04:24:28.669Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@188d2a21
2022-11-01T04:24:28.669Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.669Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T04:24:28.670Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21de3afe-4e6f-43e3-9edc-b79b6e970b97
2022-11-01T04:24:28.670Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21de3afe-4e6f-43e3-9edc-b79b6e970b97
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-11-01T04:24:28.672Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.672Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-01T04:24:28.672Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:24:28.673Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.673Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-01T04:24:28.673Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:24:28.673Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.674Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-01T04:24:28.674Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-01T04:24:28.674Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dc22db30-ccd7-4cbf-a99d-c7a25e98533b
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-11-01T04:24:28.676Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.676Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-01T04:24:28.677Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:24:28.677Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.677Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-01T04:24:28.677Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=cacc11c2-c4fb-4564-9f04-5b8803ee6d65
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-11-01T04:24:28.679Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.679Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:28.679Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e4751ce4-07a6-4616-bb76-190c402e551b: basic_cnf
2022-11-01T04:24:28.680Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.680Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:28.680Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.680Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:28.681Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.681Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:28.681Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.681Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:28.682Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:24:28.682Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:24:28.682Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:28.747Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e631a65e-b323-4b18-b29d-077556f95cab 1 ASDC deployResourceStructure
2022-11-01T04:24:28.748Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:28.748Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:28.748Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-01T04:24:28.748Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:28.750Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:28.750Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276668747,
  "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-11-01T04:24:28.851Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:28.852Z||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-11-01T04:24:28.853Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:28.869Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:28.870Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:29.752Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:29.752Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:29.753Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-01T04:24:29.753Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:29.755Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:29.755Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276669752,
  "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-11-01T04:24:29.855Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:29.856Z||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-11-01T04:24:29.856Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:29.877Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:29.877Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:30.756Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:30.757Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:30.757Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:24:30.757Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:30.759Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:30.759Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276670756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:24:30.860Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:30.861Z||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-11-01T04:24:30.861Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:30.878Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:30.878Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:24:31.761Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:31.761Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:31.762Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:24:31.762Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:31.764Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:31.764Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276671760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:24:31.865Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-01T04:24:31.866Z||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-11-01T04:24:31.866Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:31.879Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:31.879Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:32.766Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:32.766Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||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-11-01T04:24:32.767Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:24:32.767Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:32.770Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:32.770Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276672766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-01T04:24:32.870Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-01T04:24:32.870Z||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-11-01T04:24:32.871Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:32.880Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:32.880Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:33.772Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-01T04:24:33.772Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-01T04:24:33.772Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:24:33.773Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:24:33.775Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:24:33.775Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276673772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:24:33.875Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:24:33.876Z||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-11-01T04:24:33.876Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:24:33.888Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:24:33.889Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:24:34.776Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18e7c986-957c-48b1-9e93-352ec2afee82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:24:34.785Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18e7c986-957c-48b1-9e93-352ec2afee82
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-11-01T04:24:34.788Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:24:34.788Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:24:34.788Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-01T04:24:34.788Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-01T04:24:34.788Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:24:34.788Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:24:34.788Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:24:34.788Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:24:34.789Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:24:34.789Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:24:34.789Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-01T04:24:34.793Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-01T04:25:00.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:25:00.359Z||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-11-01T04:25:00.359Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:25:00.390Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:25:00.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:25:00.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2c9adc8-d707-4ddc-86d2-5c6ef35194c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276556232,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:25:00.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:25:00.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:25:00.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:25:00.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:25:00.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:25:00.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:25:00.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:25:00.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:25:00.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:25:00.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:25:00.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:25:00.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:25:00.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:25:00.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:25:00.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:25:00.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:25:00.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:25:00.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/resourceInstances/pnf05369dc034670/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:25:00.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:25:00.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:25:00.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:25:00.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:25:00.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:25:00.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:25:00.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:25:00.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:25:00.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276569799,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:25:00.396Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:25:00.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-01T04:25:00.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276571787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWnfiplqmx0g6g3vkyssb/1.0/artifacts/service-DemoPnfWnfiplqmx0g6g3vkyssb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:25:00.397Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:25:04.793Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 18e7c986-957c-48b1-9e93-352ec2afee82 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-11-01T04:25:04.799Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 18e7c986-957c-48b1-9e93-352ec2afee82 and serviceModelVersionId: e4751ce4-07a6-4616-bb76-190c402e551b
2022-11-01T04:25:04.799Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f538bac9-92aa-419b-811b-8e2b6339ee73
2022-11-01T04:25:04.800Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f538bac9-92aa-419b-811b-8e2b6339ee73/model-vers/model-ver/e4751ce4-07a6-4616-bb76-190c402e551b?depth=0
2022-11-01T04:25:04.804Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-01T04:25:04.843Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f538bac9-92aa-419b-811b-8e2b6339ee73/model-vers/model-ver/e4751ce4-07a6-4616-bb76-190c402e551b?depth=0|INFO|500||Invoke
2022-11-01T04:25:04.844Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f538bac9-92aa-419b-811b-8e2b6339ee73/model-vers/model-ver/e4751ce4-07a6-4616-bb76-190c402e551b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f538bac9-92aa-419b-811b-8e2b6339ee73/model-vers/model-ver/e4751ce4-07a6-4616-bb76-190c402e551b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[18e7c986-957c-48b1-9e93-352ec2afee82], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[96630a21-79f0-4e1a-b809-6b3e85939400], X-ECOMP-RequestID=[18e7c986-957c-48b1-9e93-352ec2afee82], X-TransactionId=[], X-ONAP-RequestID=[18e7c986-957c-48b1-9e93-352ec2afee82], Content-Type=[application/merge-patch+json]}
2022-11-01T04:25:04.864Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f538bac9-92aa-419b-811b-8e2b6339ee73/model-vers/model-ver/e4751ce4-07a6-4616-bb76-190c402e551b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-01T04:25:04.957Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f538bac9-92aa-419b-811b-8e2b6339ee73/model-vers/model-ver/e4751ce4-07a6-4616-bb76-190c402e551b?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/f538bac9-92aa-419b-811b-8e2b6339ee73/model-vers/model-ver/e4751ce4-07a6-4616-bb76-190c402e551b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221101-04:25:02:640-70379], vertex-id=[245808], Content-Length=[0], Date=[Tue, 01 Nov 2022 04:25:02 GMT], Content-Type=[application/json]}
2022-11-01T04:25:04.957Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f538bac9-92aa-419b-811b-8e2b6339ee73/model-vers/model-ver/e4751ce4-07a6-4616-bb76-190c402e551b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-01T04:25:04.958Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f538bac9-92aa-419b-811b-8e2b6339ee73/model-vers/model-ver/e4751ce4-07a6-4616-bb76-190c402e551b?depth=0|INFO|500||InvokeReturn
2022-11-01T04:25:04.959Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-01T04:25:04.959Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-01T04:25:04.964Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-01T04:25:04.964Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 18e7c986-957c-48b1-9e93-352ec2afee82 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-01T04:25:04.965Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-01T04:25:04.965Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:25:04.967Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:25:04.967Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276704965,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:25:05.067Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:25:05.068Z||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-11-01T04:25:05.068Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:25:05.085Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:25:05.085Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-01T04:25:05.978Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:25:05.979Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:25:05.979Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:25:16.244Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:25:16.245Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:25:16.246Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:25:16.246Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:25:25.791Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:25:25.791Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:25:25.792Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:25:25.792Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:25:35.332Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:25:35.333Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:25:35.334Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:25:35.334Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:25:44.884Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:26:00.355Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:26:00.357Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:26:00.357Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:26:00.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:26:00.358Z||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-11-01T04:26:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:26:00.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:26:00.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5db20d19-6310-4376-88bf-f0bff6fe7996",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276603016,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:26:00.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:26:00.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:26:00.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:26:00.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:26:00.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:26:00.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:26:00.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:26:00.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:26:00.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:26:00.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-01T04:26:00.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:26:00.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:26:00.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:26:00.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:26:00.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:26:00.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276611168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:26:00.388Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:26:00.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276613523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:26:00.388Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:26:00.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276614578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:26:00.389Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:26:00.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276615633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:26:00.389Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:26:00.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276616734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:26:00.389Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:26:00.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276617738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:26:00.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:26:00.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276618741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-01T04:26:00.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:26:00.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:26:00.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276619744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:26:00.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:26:09.919Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:27:00.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:27:00.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:27:00.359Z||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-11-01T04:27:00.359Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:27:00.359Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:27:00.359Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:27:00.396Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:27:00.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64e47f53-dec1-4dfe-85a8-02ea929b3cb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276650938,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:27:00.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:00.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:27:00.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:27:00.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-01T04:27:00.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:27:00.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-01T04:27:00.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:27:00.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:27:00.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:27:00.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:27:00.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:27:00.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:27:00.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:27:00.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-01T04:27:00.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:27:00.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:27:00.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:27:00.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276557247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:27:00.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:27:00.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276661141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:27:00.401Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:00.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276663422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:27:00.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:00.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276664473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:27:00.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:00.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276665528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:27:00.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:00.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276666588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:27:00.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:00.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276667638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:27:00.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:00.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276668747,
  "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-11-01T04:27:00.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:00.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276669752,
  "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-11-01T04:27:00.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:00.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276670756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:27:00.404Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:00.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276671760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:27:00.404Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:00.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276672766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-01T04:27:00.404Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:00.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:27:00.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276673772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:27:00.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:27:09.931Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:28:00.355Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:28:00.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:28:00.358Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:28:00.358Z||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-11-01T04:28:00.358Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:28:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:28:00.888Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:28:00.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:28:00.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "18e7c986-957c-48b1-9e93-352ec2afee82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667276704965,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:28:00.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:28:09.921Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:29:00.355Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:29:00.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:29:00.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:29:00.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:29:00.358Z||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-11-01T04:29:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:29:09.926Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:29:09.926Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:30:00.355Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:30:00.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:30:00.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:30:00.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:30:00.358Z||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-11-01T04:30:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:30:09.923Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:30:09.926Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:31:00.355Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:31:00.357Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:31:00.357Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:31:00.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:31:00.358Z||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-11-01T04:31:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:31:09.925Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:31:09.927Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:32:00.355Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:32:00.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:32:00.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:32:00.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:32:00.358Z||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-11-01T04:32:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:32:09.901Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:32:09.928Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:33:00.355Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:33:00.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:33:00.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:33:00.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:33:00.358Z||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-11-01T04:33:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:33:09.923Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:33:09.926Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:34:00.355Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:34:00.356Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:34:00.357Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:34:00.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:34:00.358Z||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-11-01T04:34:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:34:09.940Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:34:09.940Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:00.355Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:35:00.357Z|18e7c986-957c-48b1-9e93-352ec2afee82|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-11-01T04:35:00.357Z|18e7c986-957c-48b1-9e93-352ec2afee82|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:00.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:35:00.358Z||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-11-01T04:35:00.359Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:00.879Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:00.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277272689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "cds",
  "timestamp": 1667277267548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277265555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277275338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277272689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "cds",
  "timestamp": 1667277267548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277265555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277275338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277272689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277265555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "cds",
  "timestamp": 1667277267548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277275338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277272689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "cds",
  "timestamp": 1667277267548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277265555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277275338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277272689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "cds",
  "timestamp": 1667277267548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277265555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277275338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277280163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277272689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "cds",
  "timestamp": 1667277267548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277265555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277282025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277275338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277280163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277272689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "cds",
  "timestamp": 1667277267548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277265555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277282025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277275338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277280163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277272689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277265555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "cds",
  "timestamp": 1667277267548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277282025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277275338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277280163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277272689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "cds",
  "timestamp": 1667277267548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277265555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277282025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277275338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277280163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277272689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "cds",
  "timestamp": 1667277267548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277265555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277282025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277275338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277280163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "cds",
  "timestamp": 1667277286034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:00.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:35:00.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277285723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:00.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:35:00.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277282025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277286121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:00.899Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:35:00.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277280163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277286728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:35:00.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:35:00.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277282025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277280163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "policy-id",
  "timestamp": 1667277287731,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:35:00.921Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 871778c8-14b5-4c52-8536-4eb38eb4d6be
2022-11-01T04:35:00.921Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 871778c8-14b5-4c52-8536-4eb38eb4d6be 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-11-01T04:35:00.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277282025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "cds",
  "timestamp": 1667277288539,
  "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-11-01T04:35:00.934Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 871778c8-14b5-4c52-8536-4eb38eb4d6be
2022-11-01T04:35:00.934Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 871778c8-14b5-4c52-8536-4eb38eb4d6be 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-11-01T04:35:00.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277288519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:35:00.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:35:00.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277280163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277282025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277288591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277289523,
  "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-11-01T04:35:00.946Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 871778c8-14b5-4c52-8536-4eb38eb4d6be
2022-11-01T04:35:00.946Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 871778c8-14b5-4c52-8536-4eb38eb4d6be 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-11-01T04:35:00.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277280163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277282025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277288591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277290930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:00.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:35:00.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277292795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:00.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:35:00.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277288591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277288591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277293860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:00.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:35:00.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277288591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277294949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:00.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:35:00.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277288591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277296008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:00.957Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:35:00.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277288591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277297068,
  "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-11-01T04:35:00.962Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 871778c8-14b5-4c52-8536-4eb38eb4d6be
2022-11-01T04:35:00.962Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 871778c8-14b5-4c52-8536-4eb38eb4d6be 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-11-01T04:35:00.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277288591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277298071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:35:00.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:35:00.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277288591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:00.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277298200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:35:00.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:35:00.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277288591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:35:00.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:35:00.985Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:00.986Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-01T04:35:00.986Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"871778c8-14b5-4c52-8536-4eb38eb4d6be","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"931e4e5f-a2eb-4b5b-8b50-7f5151e0534a","serviceDescription":"service","serviceInvariantUUID":"4c205e39-f09d-4e76-9715-665d1ee26993","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04d3a010-65c2-4f9c-ac41-2a2dd76df604","resourceInvariantUUID":"0b469441-23fb-40f4-aeb4-bd0c36548b75","resourceCustomizationUUID":"faa6bb8d-ac87-4d7c-8da2-6b2fb4e21b23","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":"ZmQwOWZmOGNmNTgzMjY0YTU3ZWQ2YjYyYTdjM2QzZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7be40185-50c0-4f1c-9990-882af267d721","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":"MDlkZDZkZDlkOWMyMTE1NDY3NjM2MmI3YzQ3NDI3OTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd6bc9ab-5a8c-4367-ac5d-6d688811d564","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":"093b9165-a264-4277-90c4-65f9d5cd815e","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":"6561c693-7977-40db-9b68-c11751221d95","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":"5bc5b6ec-0215-4151-93f3-a3a6f6fc3f62","artifactVersion":"2","generatedFromUUID":"2665d8e0-f18d-4605-87cb-0e04ce6803df"},{"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":"14203a0f-d55b-47fd-bed5-4c9236a6a444","artifactVersion":"2","generatedFromUUID":"093b9165-a264-4277-90c4-65f9d5cd815e"},{"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":"2665d8e0-f18d-4605-87cb-0e04ce6803df","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":"8d5b5bda-0e32-4e10-ba12-4dfa42edbb5e","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":"OTIxM2UwNzk3MDg3NzU3YjYwNjZlODRkNzYxMWFkNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7baf58db-318b-4922-9a0b-03e159d7a477","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjFjM2MzYzdhNjc3YWJmMTgxODhiMGYyYmM3Mzc2MDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8253156-2df1-4a84-b494-6d7bd08e16b0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T04:35:00.990Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:35:00.990Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:00.994Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:00.995Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:01.095Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:01.096Z||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-11-01T04:35:01.096Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:01.106Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:01.107Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:01.995Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:35:01.996Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:01.999Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:01.999Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:35:02.099Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:02.100Z||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-11-01T04:35:02.100Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:02.111Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:02.112Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:02.999Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:35:03.000Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:03.002Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:03.002Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:35:03.102Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:03.103Z||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-11-01T04:35:03.103Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:03.114Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:03.114Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:35:04.003Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:35:04.004Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:04.006Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:04.006Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:04.106Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:04.108Z||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-11-01T04:35:04.108Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:04.122Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:04.123Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:35:05.007Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:35:05.008Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:05.010Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:05.010Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-01T04:35:05.110Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:05.111Z||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-11-01T04:35:05.111Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:05.122Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:05.122Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:35:06.011Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:35:06.011Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:06.014Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:06.014Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-01T04:35:06.114Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:06.115Z||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-11-01T04:35:06.115Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:06.126Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:06.127Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:07.014Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:35:07.015Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:07.018Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:07.018Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-01T04:35:07.118Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:07.119Z||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-11-01T04:35:07.119Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:07.130Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:07.131Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:08.018Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:35:08.019Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:08.022Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:08.022Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:08.123Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:08.124Z||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-11-01T04:35:08.124Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:08.136Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:08.136Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:09.023Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:35:09.024Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:09.026Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:09.026Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:35:09.126Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:09.127Z||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-11-01T04:35:09.128Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:09.141Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:09.141Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:10.027Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:35:10.028Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:10.030Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:10.030Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:35:10.130Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:35:10.131Z||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-11-01T04:35:10.131Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:10.147Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:10.148Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:11.032Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "931e4e5f-a2eb-4b5b-8b50-7f5151e0534a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4c205e39-f09d-4e76-9715-665d1ee26993",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "faa6bb8d-ac87-4d7c-8da2-6b2fb4e21b23",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "04d3a010-65c2-4f9c-ac41-2a2dd76df604",
      "resourceInvariantUUID": "0b469441-23fb-40f4-aeb4-bd0c36548b75",
      "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": "MDlkZDZkZDlkOWMyMTE1NDY3NjM2MmI3YzQ3NDI3OTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd6bc9ab-5a8c-4367-ac5d-6d688811d564",
          "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": "093b9165-a264-4277-90c4-65f9d5cd815e",
          "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": "14203a0f-d55b-47fd-bed5-4c9236a6a444",
            "generatedFromUUID": "093b9165-a264-4277-90c4-65f9d5cd815e"
          },
          "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": "5bc5b6ec-0215-4151-93f3-a3a6f6fc3f62",
          "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": "14203a0f-d55b-47fd-bed5-4c9236a6a444",
          "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": "2665d8e0-f18d-4605-87cb-0e04ce6803df",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MjFjM2MzYzdhNjc3YWJmMTgxODhiMGYyYmM3Mzc2MDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a8253156-2df1-4a84-b494-6d7bd08e16b0"
    }
  ],
  "workloadContext": "Production"
}
2022-11-01T04:35:11.032Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T04:35:11.032Z|18e7c986-957c-48b1-9e93-352ec2afee82|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 931e4e5f-a2eb-4b5b-8b50-7f5151e0534a ASDC
2022-11-01T04:35:11.033Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:871778c8-14b5-4c52-8536-4eb38eb4d6be
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:931e4e5f-a2eb-4b5b-8b50-7f5151e0534a
ServiceInvariantUUID:4c205e39-f09d-4e76-9715-665d1ee26993
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:a8253156-2df1-4a84-b494-6d7bd08e16b0
ArtifactChecksum:MjFjM2MzYzdhNjc3YWJmMTgxODhiMGYyYmM3Mzc2MDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:faa6bb8d-ac87-4d7c-8da2-6b2fb4e21b23
ResourceInvariantUUID:0b469441-23fb-40f4-aeb4-bd0c36548b75
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:04d3a010-65c2-4f9c-ac41-2a2dd76df604
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:bd6bc9ab-5a8c-4367-ac5d-6d688811d564
ArtifactChecksum:MDlkZDZkZDlkOWMyMTE1NDY3NjM2MmI3YzQ3NDI3OTY=
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:093b9165-a264-4277-90c4-65f9d5cd815e
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:14203a0f-d55b-47fd-bed5-4c9236a6a444
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:5bc5b6ec-0215-4151-93f3-a3a6f6fc3f62
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:14203a0f-d55b-47fd-bed5-4c9236a6a444
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:2665d8e0-f18d-4605-87cb-0e04ce6803df
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-01T04:35:11.034Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 931e4e5f-a2eb-4b5b-8b50-7f5151e0534a 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-11-01T04:35:11.067Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:35:11.068Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:35:11.068Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:35:11.068Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a8253156-2df1-4a84-b494-6d7bd08e16b0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-01T04:35:11.068Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:35:11.068Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-01T04:35:11.141Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:35:11.149Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a8253156-2df1-4a84-b494-6d7bd08e16b0 158209
2022-11-01T04:35:11.150Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-01T04:35:11.150Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-01T04:35:11.150Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:35:11.150Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:11.153Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:11.153Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277311150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:11.253Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:35:11.254Z||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-11-01T04:35:11.254Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:11.266Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:11.266Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:35:12.154Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:35:12.156Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:35:12.156Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a8253156-2df1-4a84-b494-6d7bd08e16b0, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-01T04:35:12.157Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-01T04:35:12.157Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-01T04:35:12.158Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-01T04:35:12.317Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9634133044467945570/Definitions/service-BasicCnfMacro-template.yml
2022-11-01T04:35:13.479Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T04:35:13.479Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:35:13.479Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-01T04:35:13.479Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-01T04:35:13.479Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-01T04:35:13.480Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-01T04:35:13.480Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-01T04:35:13.480Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-01T04:35:13.480Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:35:13.480Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.480Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:13.480Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-01T04:35:13.481Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:35:13.481Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:35:13.481Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.481Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:13.481Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-01T04:35:13.482Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:35:13.482Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:35:13.482Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.482Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:13.482Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.482Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-01T04:35:13.483Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-01T04:35:13.483Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-01T04:35:13.483Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-01T04:35:13.483Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.483Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T04:35:13.483Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.484Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-01T04:35:13.484Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:35:13.484Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.484Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-01T04:35:13.484Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:35:13.484Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.485Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-01T04:35:13.485Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:35:13.485Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.485Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-01T04:35:13.485Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:35:13.485Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.486Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-01T04:35:13.486Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-01T04:35:13.486Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f375dce5-175f-459f-8641-6b012ea966ed
2022-11-01T04:35:13.486Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.486Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:13.486Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.486Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:13.487Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.487Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:13.487Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:13.487Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:13.487Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:931e4e5f-a2eb-4b5b-8b50-7f5151e0534a
Model Version:NULL
Model InvariantUuid:4c205e39-f09d-4e76-9715-665d1ee26993
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:91237c95-4797-4209-ae17-5da1381b7d53
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0b469441-23fb-40f4-aeb4-bd0c36548b75
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:faa6bb8d-ac87-4d7c-8da2-6b2fb4e21b23
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4bd1373b-d09a-4675-8804-ab68361cb838
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a8d38f16-5b62-4c23-97ae-4f0d775f6b9b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:925f0fe6-381e-42f4-97b9-0a0021933718
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:02be5d5c-97a8-495c-b24f-21f6225304fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f375dce5-175f-459f-8641-6b012ea966ed
ModelInvariantUuid:da1a88ac-46ce-4430-b7cb-e22c0482533a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:95a48b53-60b2-4ad5-9429-fee049ce234e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:b25dc311-f7d1-44c9-85ca-351bfcfe5b46
ModelInvariantUuid:35f9077a-82f5-4e47-8542-952eb96e5463
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:228e48c2-bad7-42cf-90d9-bc2c006f1bfc
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-11-01T04:35:13.494Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 04d3a010-65c2-4f9c-ac41-2a2dd76df604
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-11-01T04:35:13.501Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-11-01T04:35:13.501Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04d3a010-65c2-4f9c-ac41-2a2dd76df604
2022-11-01T04:35:13.501Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd6bc9ab-5a8c-4367-ac5d-6d688811d564 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-01T04:35:13.502Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:35:13.502Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-01T04:35:13.563Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:35:13.563Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json bd6bc9ab-5a8c-4367-ac5d-6d688811d564 1565
2022-11-01T04:35:13.563Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-01T04:35:13.564Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-01T04:35:13.564Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:35:13.564Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:13.566Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:13.566Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277313563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:13.667Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-01T04:35:13.668Z||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-11-01T04:35:13.668Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:13.684Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:13.684Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:14.566Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "925f0fe6-381e-42f4-97b9-0a0021933718",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "02be5d5c-97a8-495c-b24f-21f6225304fa",
    "vfModuleModelCustomizationUUID": "b01b0829-2479-4180-a8ae-d7ec52b9bbeb",
    "isBase": true,
    "artifacts": [
      "093b9165-a264-4277-90c4-65f9d5cd815e",
      "14203a0f-d55b-47fd-bed5-4c9236a6a444"
    ],
    "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": "4bd1373b-d09a-4675-8804-ab68361cb838",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a8d38f16-5b62-4c23-97ae-4f0d775f6b9b",
    "vfModuleModelCustomizationUUID": "0647f91f-e679-4c17-acab-ae7206cbc37c",
    "isBase": false,
    "artifacts": [
      "2665d8e0-f18d-4605-87cb-0e04ce6803df"
    ],
    "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-11-01T04:35:14.571Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02be5d5c-97a8-495c-b24f-21f6225304fa
VfModuleModelInvariantUUID:925f0fe6-381e-42f4-97b9-0a0021933718
VfModuleModelDescription:NULL
Artifacts UUID List:{
093b9165-a264-4277-90c4-65f9d5cd815e
,
14203a0f-d55b-47fd-bed5-4c9236a6a444

}
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:a8d38f16-5b62-4c23-97ae-4f0d775f6b9b
VfModuleModelInvariantUUID:4bd1373b-d09a-4675-8804-ab68361cb838
VfModuleModelDescription:NULL
Artifacts UUID List:{
2665d8e0-f18d-4605-87cb-0e04ce6803df

}
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-11-01T04:35:14.573Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "925f0fe6-381e-42f4-97b9-0a0021933718",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "02be5d5c-97a8-495c-b24f-21f6225304fa",
    "vfModuleModelCustomizationUUID": "b01b0829-2479-4180-a8ae-d7ec52b9bbeb",
    "isBase": true,
    "artifacts": [
      "093b9165-a264-4277-90c4-65f9d5cd815e",
      "14203a0f-d55b-47fd-bed5-4c9236a6a444"
    ],
    "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": "4bd1373b-d09a-4675-8804-ab68361cb838",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a8d38f16-5b62-4c23-97ae-4f0d775f6b9b",
    "vfModuleModelCustomizationUUID": "0647f91f-e679-4c17-acab-ae7206cbc37c",
    "isBase": false,
    "artifacts": [
      "2665d8e0-f18d-4605-87cb-0e04ce6803df"
    ],
    "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-11-01T04:35:14.574Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02be5d5c-97a8-495c-b24f-21f6225304fa
VfModuleModelInvariantUUID:925f0fe6-381e-42f4-97b9-0a0021933718
VfModuleModelDescription:NULL
Artifacts UUID List:{
093b9165-a264-4277-90c4-65f9d5cd815e
,
14203a0f-d55b-47fd-bed5-4c9236a6a444

}
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:a8d38f16-5b62-4c23-97ae-4f0d775f6b9b
VfModuleModelInvariantUUID:4bd1373b-d09a-4675-8804-ab68361cb838
VfModuleModelDescription:NULL
Artifacts UUID List:{
2665d8e0-f18d-4605-87cb-0e04ce6803df

}
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-11-01T04:35:14.574Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 093b9165-a264-4277-90c4-65f9d5cd815e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-01T04:35:14.574Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:35:14.574Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-01T04:35:14.627Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:35:14.627Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 093b9165-a264-4277-90c4-65f9d5cd815e 914
2022-11-01T04:35:14.627Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-01T04:35:14.627Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-01T04:35:14.627Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:35:14.627Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:14.629Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:14.629Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277314627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:14.730Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:14.730Z||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-11-01T04:35:14.731Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:14.743Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:14.743Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:15.630Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5bc5b6ec-0215-4151-93f3-a3a6f6fc3f62 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-01T04:35:15.631Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:35:15.631Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-01T04:35:15.678Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:35:15.679Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5bc5b6ec-0215-4151-93f3-a3a6f6fc3f62 12
2022-11-01T04:35:15.679Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-01T04:35:15.679Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-01T04:35:15.679Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:35:15.679Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:15.681Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:15.681Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277315679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:15.781Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:15.782Z||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-11-01T04:35:15.782Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:15.795Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:15.796Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:16.682Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 14203a0f-d55b-47fd-bed5-4c9236a6a444 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-01T04:35:16.682Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:35:16.683Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-01T04:35:16.732Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:35:16.733Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 14203a0f-d55b-47fd-bed5-4c9236a6a444 96
2022-11-01T04:35:16.733Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-01T04:35:16.733Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-01T04:35:16.733Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:35:16.733Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:16.735Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:16.735Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277316733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:16.835Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:16.836Z||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-11-01T04:35:16.836Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:16.858Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:16.858Z||pool-103-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:35:17.736Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2665d8e0-f18d-4605-87cb-0e04ce6803df from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-01T04:35:17.737Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:35:17.737Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-01T04:35:17.794Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:35:17.794Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2665d8e0-f18d-4605-87cb-0e04ce6803df 20206
2022-11-01T04:35:17.795Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-01T04:35:17.795Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-01T04:35:17.795Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:35:17.796Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:17.798Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:17.798Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277317795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:35:17.898Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:17.899Z||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-11-01T04:35:17.899Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:17.910Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:17.911Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:18.802Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 931e4e5f-a2eb-4b5b-8b50-7f5151e0534a
2022-11-01T04:35:18.802Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 04d3a010-65c2-4f9c-ac41-2a2dd76df604 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-11-01T04:35:18.816Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f6d8beb, org.onap.sdc.toscaparser.api.parameters.Input@361ca2f0, org.onap.sdc.toscaparser.api.parameters.Input@2ec29c96, org.onap.sdc.toscaparser.api.parameters.Input@1024704a, org.onap.sdc.toscaparser.api.parameters.Input@63e59376]
2022-11-01T04:35:18.818Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:18.819Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:18.819Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-01T04:35:18.819Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= faa6bb8d-ac87-4d7c-8da2-6b2fb4e21b23
2022-11-01T04:35:18.819Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: faa6bb8d-ac87-4d7c-8da2-6b2fb4e21b23 matches Tosca VF Customization UUID: faa6bb8d-ac87-4d7c-8da2-6b2fb4e21b23
2022-11-01T04:35:18.819Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: faa6bb8d-ac87-4d7c-8da2-6b2fb4e21b23  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-11-01T04:35:18.821Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:18.822Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:18.822Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id faa6bb8d-ac87-4d7c-8da2-6b2fb4e21b23: {\"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-11-01T04:35:18.823Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39342d4b
2022-11-01T04:35:18.823Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:18.823Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T04:35:18.823Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0647f91f-e679-4c17-acab-ae7206cbc37c
2022-11-01T04:35:18.824Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0647f91f-e679-4c17-acab-ae7206cbc37c
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-11-01T04:35:18.826Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:18.826Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-01T04:35:18.827Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:35:18.827Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:18.827Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-01T04:35:18.827Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:35:18.828Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:18.828Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-01T04:35:18.828Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=faa6bb8d-ac87-4d7c-8da2-6b2fb4e21b23
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-11-01T04:35:18.830Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:18.831Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:18.831Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 931e4e5f-a2eb-4b5b-8b50-7f5151e0534a: basic_cnf_macro
2022-11-01T04:35:18.831Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:18.832Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:18.832Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:18.832Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:18.832Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:18.833Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:18.833Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:18.833Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:18.833Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:35:18.834Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:35:18.834Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-01T04:35:18.869Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 04d3a010-65c2-4f9c-ac41-2a2dd76df604 2 ASDC deployResourceStructure
2022-11-01T04:35:18.869Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-01T04:35:18.869Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-01T04:35:18.870Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:35:18.870Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:18.872Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:18.872Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277318869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:35:18.972Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:18.973Z||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-11-01T04:35:18.973Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:18.986Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:18.986Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:35:19.873Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-01T04:35:19.874Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-01T04:35:19.874Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:35:19.874Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:19.876Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:19.876Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277319873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:35:19.976Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:19.977Z||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-11-01T04:35:19.977Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:19.987Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:19.987Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:20.876Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-01T04:35:20.878Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-11-01T04:35:20.878Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-01T04:35:20.879Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:20.881Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:20.881Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277320876,
  "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-11-01T04:35:20.982Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-01T04:35:20.983Z||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-11-01T04:35:20.983Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:20.996Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:20.997Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:21.882Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-01T04:35:21.883Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-01T04:35:21.883Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:35:21.883Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:21.885Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:21.885Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277321882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-01T04:35:21.985Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:21.986Z||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-11-01T04:35:21.986Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:21.998Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:21.998Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:35:22.886Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-01T04:35:22.887Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-01T04:35:22.887Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-01T04:35:22.887Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:22.890Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:22.890Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277322886,
  "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-11-01T04:35:22.990Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:22.990Z||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-11-01T04:35:22.991Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:23.000Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:23.000Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:23.891Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-01T04:35:23.892Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-01T04:35:23.892Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:35:23.893Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:35:23.895Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:35:23.895Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277323891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:35:23.995Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:35:23.996Z||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-11-01T04:35:23.996Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:35:24.006Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:35:24.007Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:35:24.896Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 871778c8-14b5-4c52-8536-4eb38eb4d6be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:35:24.906Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 871778c8-14b5-4c52-8536-4eb38eb4d6be
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-11-01T04:35:24.909Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:35:24.909Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:35:24.909Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:35:54.909Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 871778c8-14b5-4c52-8536-4eb38eb4d6be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:35:54.922Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 871778c8-14b5-4c52-8536-4eb38eb4d6be
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-11-01T04:35:54.924Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:35:54.924Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:35:54.924Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:36:00.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:36:00.358Z||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-11-01T04:36:00.359Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:36:00.382Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:36:00.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:36:00.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "aai-ml",
  "timestamp": 1667277299203,
  "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-11-01T04:36:00.391Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 871778c8-14b5-4c52-8536-4eb38eb4d6be
2022-11-01T04:36:00.391Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 871778c8-14b5-4c52-8536-4eb38eb4d6be 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-11-01T04:36:24.925Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 871778c8-14b5-4c52-8536-4eb38eb4d6be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:36:24.940Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 871778c8-14b5-4c52-8536-4eb38eb4d6be
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-11-01T04:36:24.942Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:36:24.943Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:36:24.943Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-01T04:36:24.943Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-01T04:36:24.943Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:36:24.943Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:36:24.943Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:36:24.944Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:36:24.944Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:36:24.944Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-01T04:36:24.950Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-01T04:36:54.950Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 871778c8-14b5-4c52-8536-4eb38eb4d6be 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-11-01T04:36:54.957Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 871778c8-14b5-4c52-8536-4eb38eb4d6be and serviceModelVersionId: 931e4e5f-a2eb-4b5b-8b50-7f5151e0534a
2022-11-01T04:36:54.957Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c205e39-f09d-4e76-9715-665d1ee26993
2022-11-01T04:36:54.959Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c205e39-f09d-4e76-9715-665d1ee26993/model-vers/model-ver/931e4e5f-a2eb-4b5b-8b50-7f5151e0534a?depth=0
2022-11-01T04:36:54.971Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-01T04:36:55.032Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c205e39-f09d-4e76-9715-665d1ee26993/model-vers/model-ver/931e4e5f-a2eb-4b5b-8b50-7f5151e0534a?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-11-01T04:36:55.034Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c205e39-f09d-4e76-9715-665d1ee26993/model-vers/model-ver/931e4e5f-a2eb-4b5b-8b50-7f5151e0534a?depth=0|INFO|500||Invoke
2022-11-01T04:36:55.059Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c205e39-f09d-4e76-9715-665d1ee26993/model-vers/model-ver/931e4e5f-a2eb-4b5b-8b50-7f5151e0534a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-01T04:36:55.163Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c205e39-f09d-4e76-9715-665d1ee26993/model-vers/model-ver/931e4e5f-a2eb-4b5b-8b50-7f5151e0534a?depth=0|INFO|500||InvokeReturn
2022-11-01T04:36:55.165Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c205e39-f09d-4e76-9715-665d1ee26993/model-vers/model-ver/931e4e5f-a2eb-4b5b-8b50-7f5151e0534a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221101-04:36:52:767-10428], vertex-id=[237568], Content-Length=[0], Date=[Tue, 01 Nov 2022 04:36:52 GMT], Content-Type=[application/json]}
2022-11-01T04:36:55.165Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-11-01T04:36:55.166Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-01T04:36:55.166Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-01T04:36:55.171Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-01T04:36:55.171Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 871778c8-14b5-4c52-8536-4eb38eb4d6be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-01T04:36:55.172Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-01T04:36:55.172Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:36:55.175Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:36:55.175Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277415171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:36:55.275Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:36:55.276Z||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-11-01T04:36:55.276Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:36:55.297Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:36:55.297Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-01T04:36:56.188Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:36:56.189Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|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-11-01T04:36:56.189Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:36:56.813Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:36:56.814Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-01T04:36:56.815Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ac2c036-ccd4-48b9-99ea-94e5be70406f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3b31315f-1e2a-40a6-af85-85dffc95d1e1","serviceDescription":"service","serviceInvariantUUID":"bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c654f875-2d5b-496f-92df-e80c1f30145c","resourceInvariantUUID":"a0dc787b-694c-4f1a-a745-bd6fc8619a42","resourceCustomizationUUID":"42f66961-69ce-4cc8-9a70-289d281e8e2f","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":"ZWUzYTVlNjFkZTEyODViMjJhYjRiNzRmNTBjNzFiYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"244127f3-3bdf-4632-a832-f5e3cae97053","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":"YWRhN2U4M2RlOWYyNTk1YmQ1NzBjMTBkMWMzZGFlYjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb3e77bc-a594-432e-880a-4cd84500b0e2","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":"2e5d8197-4a74-4868-852a-9cbcfb115b86","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":"293fccae-a158-4abf-b188-7922b27ac3be","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":"03842b1f-2913-446c-a813-d6ecc3ac05bb","artifactVersion":"2","generatedFromUUID":"2e5d8197-4a74-4868-852a-9cbcfb115b86"},{"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":"ODczMGI1NDI0MDdjYWNjNGFiMGI3NDdkNGQwNjhlMmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d3841b25-d8fc-4b5d-ae89-1082047359f8","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":"Y2Y3MWQ3YmFkNGJlZWYxYmQ3MTQ2Zjg1MGYwNTc0MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2df97a2-a5f4-449a-afeb-dd6df5f062e6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWQ2MGVjMmU4YTRiMDM3OGI5MzE5ZGIwOGE2YjU4ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af9e9285-ed90-4cc9-a782-7338342e2ac8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T04:36:56.818Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:36:56.818Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:36:56.821Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:36:56.821Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:36:56.921Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:36:56.922Z||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-11-01T04:36:56.922Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:36:56.935Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:36:56.935Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:36:57.822Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:36:57.823Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:36:57.825Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:36:57.825Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:36:57.925Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:36:57.926Z||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-11-01T04:36:57.926Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:36:57.939Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:36:57.940Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:36:58.826Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:36:58.827Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:36:58.830Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:36:58.830Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:36:58.930Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:36:58.931Z||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-11-01T04:36:58.931Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:36:58.941Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:36:58.942Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:36:59.831Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:36:59.831Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:36:59.833Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:36:59.833Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:36:59.934Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:36:59.935Z||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-11-01T04:36:59.935Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:36:59.945Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:36:59.946Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:37:00.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:37:00.358Z||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-11-01T04:37:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:00.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:00.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:37:00.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:37:00.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:37:00.834Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:37:00.835Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:37:00.838Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:37:00.838Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-01T04:37:00.938Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:37:00.939Z||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-11-01T04:37:00.939Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:00.950Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:00.951Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:37:01.838Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:37:01.839Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:37:01.844Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:37:01.844Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:37:01.943Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:37:01.944Z||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-11-01T04:37:01.945Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:01.957Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:01.958Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:37:02.845Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:37:02.846Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:37:02.848Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:37:02.848Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:37:02.948Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:37:02.949Z||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-11-01T04:37:02.949Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:02.962Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:02.962Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:37:03.849Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:37:03.850Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:37:03.853Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:37:03.853Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:37:03.953Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:37:03.954Z||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-11-01T04:37:03.954Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:03.965Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:03.966Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:37:04.854Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3b31315f-1e2a-40a6-af85-85dffc95d1e1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "42f66961-69ce-4cc8-9a70-289d281e8e2f",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c654f875-2d5b-496f-92df-e80c1f30145c",
      "resourceInvariantUUID": "a0dc787b-694c-4f1a-a745-bd6fc8619a42",
      "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": "YWRhN2U4M2RlOWYyNTk1YmQ1NzBjMTBkMWMzZGFlYjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb3e77bc-a594-432e-880a-4cd84500b0e2",
          "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": "2e5d8197-4a74-4868-852a-9cbcfb115b86",
          "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": "03842b1f-2913-446c-a813-d6ecc3ac05bb",
            "generatedFromUUID": "2e5d8197-4a74-4868-852a-9cbcfb115b86"
          },
          "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": "03842b1f-2913-446c-a813-d6ecc3ac05bb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWQ2MGVjMmU4YTRiMDM3OGI5MzE5ZGIwOGE2YjU4ODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "af9e9285-ed90-4cc9-a782-7338342e2ac8"
    }
  ],
  "workloadContext": "Production"
}
2022-11-01T04:37:04.855Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T04:37:04.855Z|871778c8-14b5-4c52-8536-4eb38eb4d6be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3b31315f-1e2a-40a6-af85-85dffc95d1e1 ASDC
2022-11-01T04:37:04.856Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2ac2c036-ccd4-48b9-99ea-94e5be70406f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3b31315f-1e2a-40a6-af85-85dffc95d1e1
ServiceInvariantUUID:bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba
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:af9e9285-ed90-4cc9-a782-7338342e2ac8
ArtifactChecksum:ZWQ2MGVjMmU4YTRiMDM3OGI5MzE5ZGIwOGE2YjU4ODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:42f66961-69ce-4cc8-9a70-289d281e8e2f
ResourceInvariantUUID:a0dc787b-694c-4f1a-a745-bd6fc8619a42
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c654f875-2d5b-496f-92df-e80c1f30145c
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:cb3e77bc-a594-432e-880a-4cd84500b0e2
ArtifactChecksum:YWRhN2U4M2RlOWYyNTk1YmQ1NzBjMTBkMWMzZGFlYjA=
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:2e5d8197-4a74-4868-852a-9cbcfb115b86
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:03842b1f-2913-446c-a813-d6ecc3ac05bb
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:03842b1f-2913-446c-a813-d6ecc3ac05bb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-01T04:37:04.857Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b31315f-1e2a-40a6-af85-85dffc95d1e1 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-11-01T04:37:04.895Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:37:04.896Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:37:04.896Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:37:04.896Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: af9e9285-ed90-4cc9-a782-7338342e2ac8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-01T04:37:04.896Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:37:04.896Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-01T04:37:04.968Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:37:04.972Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar af9e9285-ed90-4cc9-a782-7338342e2ac8 78807
2022-11-01T04:37:04.972Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-01T04:37:04.973Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-01T04:37:04.973Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:37:04.973Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:37:04.975Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:37:04.975Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277424972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:37:05.075Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:37:05.076Z||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-11-01T04:37:05.076Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:05.088Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:05.088Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:37:05.976Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:37:05.978Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:37:05.978Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: af9e9285-ed90-4cc9-a782-7338342e2ac8, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:05.979Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-01T04:37:05.979Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:05.980Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:06.146Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5845422958607726488/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-11-01T04:37:07.427Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T04:37:07.427Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:37:07.427Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:07.427Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-01T04:37:07.427Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:07.428Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:07.428Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:07.428Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:07.428Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:07.428Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:07.428Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:07.428Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:07.428Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-01T04:37:07.428Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:37:07.428Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.429Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:07.429Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-01T04:37:07.429Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:37:07.429Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:37:07.430Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.430Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:07.430Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-01T04:37:07.430Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:37:07.430Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:37:07.430Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.430Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:07.430Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.431Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-01T04:37:07.431Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-01T04:37:07.431Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-01T04:37:07.431Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-01T04:37:07.431Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-01T04:37:07.431Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-01T04:37:07.431Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.431Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T04:37:07.432Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.432Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-01T04:37:07.432Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:37:07.432Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.432Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-01T04:37:07.432Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:37:07.433Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.433Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-01T04:37:07.433Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:37:07.433Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.433Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-01T04:37:07.433Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-01T04:37:07.433Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-01T04:37:07.434Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f7ce35a7-47a2-4d86-a3fd-c9055c94e7c4
2022-11-01T04:37:07.434Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.434Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:07.434Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.434Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:07.434Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.434Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:07.434Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:07.435Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:07.435Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3b31315f-1e2a-40a6-af85-85dffc95d1e1
Model Version:NULL
Model InvariantUuid:bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:32e2adb8-e050-4766-9560-41e8a3ea8eb4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a0dc787b-694c-4f1a-a745-bd6fc8619a42
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:42f66961-69ce-4cc8-9a70-289d281e8e2f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eced9d30-f8c0-48a8-b57f-9ab59f043277
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:f451cf7f-c889-4038-b08b-abc8d4d11266
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f7ce35a7-47a2-4d86-a3fd-c9055c94e7c4
ModelInvariantUuid:5371cc6b-4eb7-4283-bc17-cc926b925a01
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:b0a88ab7-0ae6-4ef0-ae5d-6d5955b93b8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ddcea429-8ae2-4886-85b5-ef03982bc2e2
ModelInvariantUuid:ed7c7221-cd56-4c48-9df8-b6ecf9278ae2
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:cc8d4b4f-f20c-4520-9c2f-6cee3291d9f3
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-11-01T04:37:07.445Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c654f875-2d5b-496f-92df-e80c1f30145c
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-11-01T04:37:07.447Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-11-01T04:37:07.447Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c654f875-2d5b-496f-92df-e80c1f30145c
2022-11-01T04:37:07.447Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cb3e77bc-a594-432e-880a-4cd84500b0e2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-01T04:37:07.447Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:37:07.447Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-01T04:37:07.518Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:37:07.519Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json cb3e77bc-a594-432e-880a-4cd84500b0e2 792
2022-11-01T04:37:07.519Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-01T04:37:07.519Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-01T04:37:07.519Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:37:07.519Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:37:07.521Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:37:07.522Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277427519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:37:07.622Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:37:07.624Z||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-11-01T04:37:07.624Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:07.636Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:07.637Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:37:08.524Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "eced9d30-f8c0-48a8-b57f-9ab59f043277",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f451cf7f-c889-4038-b08b-abc8d4d11266",
    "vfModuleModelCustomizationUUID": "7f7f9138-962e-4204-b39b-e73e62257736",
    "isBase": true,
    "artifacts": [
      "2e5d8197-4a74-4868-852a-9cbcfb115b86",
      "03842b1f-2913-446c-a813-d6ecc3ac05bb"
    ],
    "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-11-01T04:37:08.528Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f451cf7f-c889-4038-b08b-abc8d4d11266
VfModuleModelInvariantUUID:eced9d30-f8c0-48a8-b57f-9ab59f043277
VfModuleModelDescription:NULL
Artifacts UUID List:{
2e5d8197-4a74-4868-852a-9cbcfb115b86
,
03842b1f-2913-446c-a813-d6ecc3ac05bb

}
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-11-01T04:37:08.529Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "eced9d30-f8c0-48a8-b57f-9ab59f043277",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f451cf7f-c889-4038-b08b-abc8d4d11266",
    "vfModuleModelCustomizationUUID": "7f7f9138-962e-4204-b39b-e73e62257736",
    "isBase": true,
    "artifacts": [
      "2e5d8197-4a74-4868-852a-9cbcfb115b86",
      "03842b1f-2913-446c-a813-d6ecc3ac05bb"
    ],
    "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-11-01T04:37:08.529Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f451cf7f-c889-4038-b08b-abc8d4d11266
VfModuleModelInvariantUUID:eced9d30-f8c0-48a8-b57f-9ab59f043277
VfModuleModelDescription:NULL
Artifacts UUID List:{
2e5d8197-4a74-4868-852a-9cbcfb115b86
,
03842b1f-2913-446c-a813-d6ecc3ac05bb

}
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-11-01T04:37:08.530Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2e5d8197-4a74-4868-852a-9cbcfb115b86 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-01T04:37:08.530Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:37:08.531Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-01T04:37:08.593Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:37:08.593Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2e5d8197-4a74-4868-852a-9cbcfb115b86 5033
2022-11-01T04:37:08.593Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-01T04:37:08.593Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-01T04:37:08.593Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:37:08.594Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:37:08.596Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:37:08.596Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277428593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:37:08.696Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:37:08.697Z||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-11-01T04:37:08.697Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:08.710Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:08.710Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:37:09.597Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03842b1f-2913-446c-a813-d6ecc3ac05bb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-01T04:37:09.597Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:37:09.598Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-01T04:37:09.645Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:37:09.646Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 03842b1f-2913-446c-a813-d6ecc3ac05bb 903
2022-11-01T04:37:09.646Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-01T04:37:09.646Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-01T04:37:09.646Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:37:09.647Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:37:09.648Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:37:09.649Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277429646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:37:09.749Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:37:09.750Z||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-11-01T04:37:09.750Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:09.761Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:09.762Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:37:10.649Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3b31315f-1e2a-40a6-af85-85dffc95d1e1
2022-11-01T04:37:10.650Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c654f875-2d5b-496f-92df-e80c1f30145c 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-11-01T04:37:10.663Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d9da93, org.onap.sdc.toscaparser.api.parameters.Input@28bf4d3c, org.onap.sdc.toscaparser.api.parameters.Input@13d694d4, org.onap.sdc.toscaparser.api.parameters.Input@43c9f5ab, org.onap.sdc.toscaparser.api.parameters.Input@e09a203]
2022-11-01T04:37:10.664Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.664Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:10.665Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-11-01T04:37:10.665Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 42f66961-69ce-4cc8-9a70-289d281e8e2f
2022-11-01T04:37:10.665Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42f66961-69ce-4cc8-9a70-289d281e8e2f matches Tosca VF Customization UUID: 42f66961-69ce-4cc8-9a70-289d281e8e2f
2022-11-01T04:37:10.665Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 42f66961-69ce-4cc8-9a70-289d281e8e2f  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-11-01T04:37:10.667Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.667Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:10.668Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 42f66961-69ce-4cc8-9a70-289d281e8e2f: {\"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-11-01T04:37:10.668Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77b2414f
2022-11-01T04:37:10.668Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.669Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-01T04:37:10.669Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f7f9138-962e-4204-b39b-e73e62257736
2022-11-01T04:37:10.669Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f7f9138-962e-4204-b39b-e73e62257736
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-11-01T04:37:10.671Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.671Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-01T04:37:10.671Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:37:10.672Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.672Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-01T04:37:10.672Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:37:10.673Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.673Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-01T04:37:10.673Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-01T04:37:10.673Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-01T04:37:10.674Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f7ce35a7-47a2-4d86-a3fd-c9055c94e7c4
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-11-01T04:37:10.676Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.676Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-01T04:37:10.676Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-01T04:37:10.676Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.677Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-01T04:37:10.677Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=42f66961-69ce-4cc8-9a70-289d281e8e2f
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-11-01T04:37:10.679Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.679Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:10.679Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3b31315f-1e2a-40a6-af85-85dffc95d1e1: basic_vm_macro
2022-11-01T04:37:10.679Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.679Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:10.680Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.680Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:10.680Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.680Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:10.681Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.681Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:10.681Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:37:10.681Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:37:10.682Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-01T04:37:10.756Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c654f875-2d5b-496f-92df-e80c1f30145c 1 ASDC deployResourceStructure
2022-11-01T04:37:10.756Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-01T04:37:10.756Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-01T04:37:10.757Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:37:10.757Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:37:10.760Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:37:10.760Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277430756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:37:10.867Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-11-01T04:37:10.868Z||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-11-01T04:37:10.868Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:10.896Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:10.897Z||pool-124-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:37:11.761Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-01T04:37:11.762Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-01T04:37:11.762Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:37:11.762Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:37:11.764Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:37:11.764Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277431761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:37:11.864Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:37:11.865Z||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-11-01T04:37:11.865Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:11.875Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:11.876Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:37:12.765Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-01T04:37:12.766Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-01T04:37:12.766Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:37:12.766Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:37:12.768Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:37:12.768Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277432765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-01T04:37:12.868Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:37:12.869Z||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-11-01T04:37:12.869Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:12.880Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:12.881Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:37:13.769Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-01T04:37:13.770Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-01T04:37:13.770Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:37:13.770Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:37:13.772Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:37:13.773Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277433769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:37:13.872Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:37:13.873Z||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-11-01T04:37:13.873Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:37:13.885Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:37:13.885Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:37:14.774Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ac2c036-ccd4-48b9-99ea-94e5be70406f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:37:14.782Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ac2c036-ccd4-48b9-99ea-94e5be70406f
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-11-01T04:37:14.785Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:37:14.785Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:37:14.785Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:37:44.785Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ac2c036-ccd4-48b9-99ea-94e5be70406f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:37:44.806Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ac2c036-ccd4-48b9-99ea-94e5be70406f
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-11-01T04:37:44.808Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:37:44.808Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-01T04:37:44.808Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-01T04:38:00.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:38:00.361Z||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-11-01T04:38:00.361Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:00.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:00.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277305995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.400Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277302025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "cds",
  "timestamp": 1667277299086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277305338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "policy-id",
  "timestamp": 1667277305555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "cds",
  "timestamp": 1667277299086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "policy-id",
  "timestamp": 1667277305555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277305338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277302025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277300355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "cds",
  "timestamp": 1667277299086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277305338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "policy-id",
  "timestamp": 1667277305555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277302025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277311150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.404Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277305338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "cds",
  "timestamp": 1667277299086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "policy-id",
  "timestamp": 1667277305555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277302025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "aai-ml",
  "timestamp": 1667277310163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277311005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "cds",
  "timestamp": 1667277299086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277305338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277302025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "policy-id",
  "timestamp": 1667277305555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277312689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "aai-ml",
  "timestamp": 1667277310163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277313563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "clamp",
  "timestamp": 1667277312008,
  "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-11-01T04:38:00.415Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 871778c8-14b5-4c52-8536-4eb38eb4d6be
2022-11-01T04:38:00.415Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 871778c8-14b5-4c52-8536-4eb38eb4d6be 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-11-01T04:38:00.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "cds",
  "timestamp": 1667277299086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277305338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "policy-id",
  "timestamp": 1667277305555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277302025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277312689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "aai-ml",
  "timestamp": 1667277310163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277314627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.436Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "cds",
  "timestamp": 1667277299086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277305338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "policy-id",
  "timestamp": 1667277305555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277302025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277312689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "aai-ml",
  "timestamp": 1667277310163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277315679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277305338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "cds",
  "timestamp": 1667277299086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "policy-id",
  "timestamp": 1667277305555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277302025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277312689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "aai-ml",
  "timestamp": 1667277310163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277316733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277316926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "cds",
  "timestamp": 1667277315383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277315092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "policy-id",
  "timestamp": 1667277315087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277312689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "aai-ml",
  "timestamp": 1667277310163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277317795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "policy-id",
  "timestamp": 1667277316092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277317985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "cds",
  "timestamp": 1667277316600,
  "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=?
2022-11-01T04:38:00.451Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ac2c036-ccd4-48b9-99ea-94e5be70406f
2022-11-01T04:38:00.452Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac2c036-ccd4-48b9-99ea-94e5be70406f 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-11-01T04:38:00.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277312689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "aai-ml",
  "timestamp": 1667277310163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277318869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "policy-id",
  "timestamp": 1667277317096,
  "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-11-01T04:38:00.465Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ac2c036-ccd4-48b9-99ea-94e5be70406f
2022-11-01T04:38:00.465Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac2c036-ccd4-48b9-99ea-94e5be70406f 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-11-01T04:38:00.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277319043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277317285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277312689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "aai-ml",
  "timestamp": 1667277310163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "cds",
  "timestamp": 1667277317604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277319873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277320069,
  "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-11-01T04:38:00.481Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ac2c036-ccd4-48b9-99ea-94e5be70406f
2022-11-01T04:38:00.481Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac2c036-ccd4-48b9-99ea-94e5be70406f 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-11-01T04:38:00.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277318290,
  "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-11-01T04:38:00.491Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ac2c036-ccd4-48b9-99ea-94e5be70406f
2022-11-01T04:38:00.491Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac2c036-ccd4-48b9-99ea-94e5be70406f 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-11-01T04:38:00.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277312689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "aai-ml",
  "timestamp": 1667277318906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "cds",
  "timestamp": 1667277317604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277320876,
  "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-11-01T04:38:00.502Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277321074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.502Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "cds",
  "timestamp": 1667277317604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277321882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277322080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "cds",
  "timestamp": 1667277317604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277322886,
  "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-11-01T04:38:00.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277322080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "cds",
  "timestamp": 1667277317604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277323891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277322080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "cds",
  "timestamp": 1667277317604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277322080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "cds",
  "timestamp": 1667277317604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277322080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "cds",
  "timestamp": 1667277317604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "aai-ml",
  "timestamp": 1667277325569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277322080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "cds",
  "timestamp": 1667277317604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "policy-id",
  "timestamp": 1667277325555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "aai-ml",
  "timestamp": 1667277326572,
  "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-11-01T04:38:00.524Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ac2c036-ccd4-48b9-99ea-94e5be70406f
2022-11-01T04:38:00.524Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac2c036-ccd4-48b9-99ea-94e5be70406f 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-11-01T04:38:00.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277322080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "cds",
  "timestamp": 1667277327364,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "policy-id",
  "timestamp": 1667277325555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277322080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "policy-id",
  "timestamp": 1667277325555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "cds",
  "timestamp": 1667277328607,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:38:00.545Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39ccdf7b-0b5b-4460-9d5c-5929046fa682
2022-11-01T04:38:00.545Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39ccdf7b-0b5b-4460-9d5c-5929046fa682 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-11-01T04:38:00.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667277322080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "policy-id",
  "timestamp": 1667277325555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "policy-id",
  "timestamp": 1667277325555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "policy-id",
  "timestamp": 1667277325555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277332689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "policy-id",
  "timestamp": 1667277325555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277332689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "policy-id",
  "timestamp": 1667277325555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277332689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "policy-id",
  "timestamp": 1667277325555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277332689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "clamp",
  "timestamp": 1667277334999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "policy-id",
  "timestamp": 1667277335281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277332689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277335338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "policy-id",
  "timestamp": 1667277336286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.560Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277332689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277335338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "policy-id",
  "timestamp": 1667277337289,
  "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-11-01T04:38:00.566Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39ccdf7b-0b5b-4460-9d5c-5929046fa682
2022-11-01T04:38:00.566Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39ccdf7b-0b5b-4460-9d5c-5929046fa682 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-11-01T04:38:00.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277332689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "clamp",
  "timestamp": 1667277338005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.574Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277335338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277332689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "clamp",
  "timestamp": 1667277339008,
  "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-11-01T04:38:00.578Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ac2c036-ccd4-48b9-99ea-94e5be70406f
2022-11-01T04:38:00.579Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac2c036-ccd4-48b9-99ea-94e5be70406f 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-11-01T04:38:00.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277335338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277332689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277335338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "aai-ml",
  "timestamp": 1667277340163,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277342462,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277335338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "aai-ml",
  "timestamp": 1667277340163,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277343490,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277335338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "aai-ml",
  "timestamp": 1667277340163,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667277344492,
  "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-11-01T04:38:00.592Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 39ccdf7b-0b5b-4460-9d5c-5929046fa682
2022-11-01T04:38:00.592Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39ccdf7b-0b5b-4460-9d5c-5929046fa682 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-11-01T04:38:00.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277335338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "aai-ml",
  "timestamp": 1667277340163,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277335338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "aai-ml",
  "timestamp": 1667277340163,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277345087,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "aai-ml",
  "timestamp": 1667277340163,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "aai-ml",
  "timestamp": 1667277340163,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277346902,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "aai-ml",
  "timestamp": 1667277340163,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:00.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "clamp",
  "timestamp": 1667277318589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667277347911,
  "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-11-01T04:38:00.608Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39ccdf7b-0b5b-4460-9d5c-5929046fa682
2022-11-01T04:38:00.608Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39ccdf7b-0b5b-4460-9d5c-5929046fa682 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-11-01T04:38:00.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "aai-ml",
  "timestamp": 1667277340163,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:00.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:38:00.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "aai-ml",
  "timestamp": 1667277349907,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:00.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "aai-ml",
  "timestamp": 1667277354591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:00.616Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:38:00.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:38:00.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "aai-ml",
  "timestamp": 1667277355595,
  "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-11-01T04:38:00.621Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39ccdf7b-0b5b-4460-9d5c-5929046fa682
2022-11-01T04:38:00.621Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39ccdf7b-0b5b-4460-9d5c-5929046fa682 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-11-01T04:38:14.808Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ac2c036-ccd4-48b9-99ea-94e5be70406f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:38:14.818Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ac2c036-ccd4-48b9-99ea-94e5be70406f
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-11-01T04:38:14.820Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:38:14.820Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:38:14.821Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-01T04:38:14.821Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-01T04:38:14.821Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:38:14.821Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:38:14.821Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:38:14.821Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:38:14.821Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:38:14.821Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:38:14.822Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-01T04:38:14.825Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-01T04:38:44.826Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ac2c036-ccd4-48b9-99ea-94e5be70406f 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-11-01T04:38:44.833Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ac2c036-ccd4-48b9-99ea-94e5be70406f and serviceModelVersionId: 3b31315f-1e2a-40a6-af85-85dffc95d1e1
2022-11-01T04:38:44.834Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba
2022-11-01T04:38:44.835Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba/model-vers/model-ver/3b31315f-1e2a-40a6-af85-85dffc95d1e1?depth=0
2022-11-01T04:38:44.845Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-01T04:38:44.902Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba/model-vers/model-ver/3b31315f-1e2a-40a6-af85-85dffc95d1e1?depth=0|INFO|500||Invoke
2022-11-01T04:38:44.903Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba/model-vers/model-ver/3b31315f-1e2a-40a6-af85-85dffc95d1e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba/model-vers/model-ver/3b31315f-1e2a-40a6-af85-85dffc95d1e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ac2c036-ccd4-48b9-99ea-94e5be70406f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a598ba03-ceb3-4f51-a639-5bb609d621b9], X-ECOMP-RequestID=[2ac2c036-ccd4-48b9-99ea-94e5be70406f], X-TransactionId=[], X-ONAP-RequestID=[2ac2c036-ccd4-48b9-99ea-94e5be70406f], Content-Type=[application/merge-patch+json]}
2022-11-01T04:38:44.939Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba/model-vers/model-ver/3b31315f-1e2a-40a6-af85-85dffc95d1e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-01T04:38:45.047Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba/model-vers/model-ver/3b31315f-1e2a-40a6-af85-85dffc95d1e1?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/bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba/model-vers/model-ver/3b31315f-1e2a-40a6-af85-85dffc95d1e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221101-04:38:42:634-40953], vertex-id=[266416], Content-Length=[0], Date=[Tue, 01 Nov 2022 04:38:42 GMT], Content-Type=[application/json]}
2022-11-01T04:38:45.047Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba/model-vers/model-ver/3b31315f-1e2a-40a6-af85-85dffc95d1e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-01T04:38:45.048Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bede8dd2-7d5f-4b43-b2dd-6b17a2b13aba/model-vers/model-ver/3b31315f-1e2a-40a6-af85-85dffc95d1e1?depth=0|INFO|500||InvokeReturn
2022-11-01T04:38:45.049Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-01T04:38:45.049Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-01T04:38:45.056Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-01T04:38:45.056Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ac2c036-ccd4-48b9-99ea-94e5be70406f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-01T04:38:45.057Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-01T04:38:45.057Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:38:45.061Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:38:45.062Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277525056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:38:45.162Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:38:45.163Z||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-11-01T04:38:45.164Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:45.178Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:45.179Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-01T04:38:46.078Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-01T04:38:46.079Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"39ccdf7b-0b5b-4460-9d5c-5929046fa682","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"368aeb51-5dd3-4e8d-9068-bbcd2db34e40","serviceDescription":"service","serviceInvariantUUID":"c93c1ceb-df31-4c56-9119-0ca4e31fc76a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f54c7965-2666-4fc8-9184-c8442098d1ee","resourceInvariantUUID":"0c60e107-97af-4e34-9098-ef36d8fedbb7","resourceCustomizationUUID":"904bccc0-155b-419e-ae56-09ce20b5357b","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":"OWQxNzczYWM5NzRhOTVjZDg4ZGRiMjRhYWNmYjA1ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd33f794-42b6-4aef-87db-c67fde170ba0","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":"194abc68-b9f2-4438-8933-3baa8a38f8e2","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":"8c7b9e77-5aeb-43b6-a72c-57e3c086ae4b","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":"MTAwZGRmYjFhN2YyZmI1ZWU2MGRhOGU0ODQ1NzBhNDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"446c4d8f-598b-4fbc-b777-7a04c396758e","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":"21d2c4aa-b5c6-4aed-acfd-abeee9074153","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":"b6b4265a-d569-4175-94b7-a7ea5f3fce5c","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":"4e61e890-f671-4a05-9073-0d9e085ea6f2","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":"MzBhY2QzODQ3YjRkN2NiMzliYmI3ZWI3MTI4NzhhMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6a9e9c8-ce6a-443c-b5ea-61bae46642e0","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWZjNGRmMzI3YzkzOTk5MTJjMTRkOGI3OTQ0MzBmZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcb083e2-d703-4c40-a895-87785f02c300","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-01T04:38:46.079Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:38:46.080Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:38:46.082Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:38:46.082Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:46.183Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:38:46.184Z||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-11-01T04:38:46.184Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:46.195Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:46.196Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:38:47.084Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:38:47.085Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:38:47.087Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:38:47.088Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:47.188Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:38:47.190Z||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-11-01T04:38:47.190Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:47.201Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:47.201Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-01T04:38:48.090Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:38:48.091Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:38:48.094Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:38:48.094Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:48.194Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:38:48.195Z||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-11-01T04:38:48.195Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:48.205Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:48.206Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:38:49.095Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:38:49.096Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:38:49.099Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:38:49.099Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:49.199Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:38:49.200Z||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-11-01T04:38:49.200Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:49.213Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:49.213Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:38:50.100Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:38:50.101Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:38:50.105Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:38:50.105Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:50.205Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:38:50.206Z||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-11-01T04:38:50.206Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:50.219Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:50.219Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:38:51.106Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:38:51.107Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:38:51.110Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:38:51.110Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:51.210Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:38:51.211Z||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-11-01T04:38:51.211Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:51.222Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:51.223Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:38:52.110Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:38:52.111Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:38:52.114Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:38:52.114Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:52.214Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:38:52.215Z||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-11-01T04:38:52.215Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:52.227Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:52.227Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:38:53.115Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:38:53.116Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:38:53.118Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:38:53.119Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:38:53.219Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:38:53.219Z||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-11-01T04:38:53.220Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:53.231Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:53.232Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:38:54.119Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-01T04:38:54.120Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:38:54.123Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:38:54.123Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:38:54.223Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:38:54.223Z||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-11-01T04:38:54.224Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:54.236Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:54.237Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:38:55.123Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "368aeb51-5dd3-4e8d-9068-bbcd2db34e40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c93c1ceb-df31-4c56-9119-0ca4e31fc76a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "904bccc0-155b-419e-ae56-09ce20b5357b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f54c7965-2666-4fc8-9184-c8442098d1ee",
      "resourceInvariantUUID": "0c60e107-97af-4e34-9098-ef36d8fedbb7",
      "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": "NWZjNGRmMzI3YzkzOTk5MTJjMTRkOGI3OTQ0MzBmZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dcb083e2-d703-4c40-a895-87785f02c300"
    }
  ],
  "workloadContext": "Production"
}
2022-11-01T04:38:55.124Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-01T04:38:55.124Z|2ac2c036-ccd4-48b9-99ea-94e5be70406f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 368aeb51-5dd3-4e8d-9068-bbcd2db34e40 ASDC
2022-11-01T04:38:55.125Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:39ccdf7b-0b5b-4460-9d5c-5929046fa682
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:368aeb51-5dd3-4e8d-9068-bbcd2db34e40
ServiceInvariantUUID:c93c1ceb-df31-4c56-9119-0ca4e31fc76a
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:dcb083e2-d703-4c40-a895-87785f02c300
ArtifactChecksum:NWZjNGRmMzI3YzkzOTk5MTJjMTRkOGI3OTQ0MzBmZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:904bccc0-155b-419e-ae56-09ce20b5357b
ResourceInvariantUUID:0c60e107-97af-4e34-9098-ef36d8fedbb7
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:f54c7965-2666-4fc8-9184-c8442098d1ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-01T04:38:55.125Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 368aeb51-5dd3-4e8d-9068-bbcd2db34e40 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-11-01T04:38:55.151Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:38:55.152Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:38:55.152Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:38:55.152Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dcb083e2-d703-4c40-a895-87785f02c300 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-01T04:38:55.152Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-01T04:38:55.152Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-01T04:38:55.301Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-01T04:38:55.307Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dcb083e2-d703-4c40-a895-87785f02c300 105676
2022-11-01T04:38:55.307Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-01T04:38:55.308Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-01T04:38:55.308Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-01T04:38:55.308Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:38:55.310Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:38:55.310Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277535307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:38:55.410Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:38:55.411Z||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-11-01T04:38:55.411Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:55.422Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:55.423Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:38:56.311Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-01T04:38:56.311Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-01T04:38:56.312Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dcb083e2-d703-4c40-a895-87785f02c300, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-01T04:38:56.312Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-01T04:38:56.313Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-01T04:38:56.313Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-01T04:38:56.507Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3042345602249925476/Definitions/service-TestPnfMacro-template.yml
2022-11-01T04:38:57.390Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-01T04:38:57.391Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:38:57.391Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-01T04:38:57.391Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-01T04:38:57.391Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||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-11-01T04:38:57.392Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||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-11-01T04:38:57.392Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||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-11-01T04:38:57.392Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||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-11-01T04:38:57.392Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-01T04:38:57.392Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-01T04:38:57.392Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-01T04:38:57.392Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-01T04:38:57.392Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:38:57.393Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:38:57.393Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-01T04:38:57.393Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:38:57.393Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:38:57.394Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:38:57.394Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:38:57.394Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-01T04:38:57.394Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-01T04:38:57.394Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-01T04:38:57.394Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:38:57.395Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:38:57.395Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:38:57.395Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:38:57.395Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:38:57.395Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:38:57.395Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:38:57.396Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:38:57.396Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:38:57.396Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:38:57.396Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:368aeb51-5dd3-4e8d-9068-bbcd2db34e40
Model Version:NULL
Model InvariantUuid:c93c1ceb-df31-4c56-9119-0ca4e31fc76a
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-11-01T04:38:57.404Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: f54c7965-2666-4fc8-9184-c8442098d1ee
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-11-01T04:38:57.407Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-11-01T04:38:57.407Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f54c7965-2666-4fc8-9184-c8442098d1ee
2022-11-01T04:38:57.407Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 368aeb51-5dd3-4e8d-9068-bbcd2db34e40
2022-11-01T04:38:57.407Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 368aeb51-5dd3-4e8d-9068-bbcd2db34e40
2022-11-01T04:38:57.408Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f54c7965-2666-4fc8-9184-c8442098d1ee 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-11-01T04:38:57.412Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@93b738c, org.onap.sdc.toscaparser.api.parameters.Input@73da296c, org.onap.sdc.toscaparser.api.parameters.Input@2b26c1b4, org.onap.sdc.toscaparser.api.parameters.Input@17ea9654, org.onap.sdc.toscaparser.api.parameters.Input@451f2036]
2022-11-01T04:38:57.412Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:38:57.412Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:38:57.413Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 368aeb51-5dd3-4e8d-9068-bbcd2db34e40: test-pnf
2022-11-01T04:38:57.413Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||Processing PNF resource: f54c7965-2666-4fc8-9184-c8442098d1ee
2022-11-01T04:38:57.413Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-01T04:38:57.413Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-01T04:38:57.413Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||Resource customization UUID: 904bccc0-155b-419e-ae56-09ce20b5357b is the same as notified resource customizationUUID: 904bccc0-155b-419e-ae56-09ce20b5357b
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-11-01T04:38:57.444Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f54c7965-2666-4fc8-9184-c8442098d1ee 0 ASDC deployResourceStructure
2022-11-01T04:38:57.444Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-01T04:38:57.445Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-01T04:38:57.445Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-01T04:38:57.445Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:38:57.447Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:38:57.448Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277537444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:38:57.548Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-01T04:38:57.548Z||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-11-01T04:38:57.548Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:38:57.558Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:38:57.558Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-01T04:38:58.448Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39ccdf7b-0b5b-4460-9d5c-5929046fa682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-01T04:38:58.461Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39ccdf7b-0b5b-4460-9d5c-5929046fa682
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-11-01T04:38:58.463Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-01T04:38:58.464Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-01T04:38:58.464Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-01T04:38:58.464Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-01T04:38:58.464Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:38:58.464Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:38:58.464Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:38:58.465Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:38:58.465Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:38:58.465Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-01T04:38:58.465Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-01T04:38:58.470Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-01T04:39:00.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:39:00.358Z||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-11-01T04:39:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:39:00.406Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:39:00.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:39:00.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "clamp",
  "timestamp": 1667277360003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:39:00.407Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:39:00.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:39:00.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "clamp",
  "timestamp": 1667277361027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:39:00.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:39:00.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:39:00.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "clamp",
  "timestamp": 1667277362030,
  "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-11-01T04:39:00.416Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39ccdf7b-0b5b-4460-9d5c-5929046fa682
2022-11-01T04:39:00.416Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39ccdf7b-0b5b-4460-9d5c-5929046fa682 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-11-01T04:39:00.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:39:00.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "871778c8-14b5-4c52-8536-4eb38eb4d6be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277415171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:39:00.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:39:00.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:39:00.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:39:00.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:39:00.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:39:00.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-01T04:39:00.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:39:00.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:39:00.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-01T04:39:00.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:39:00.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-01T04:39:00.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:39:00.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:39:28.470Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39ccdf7b-0b5b-4460-9d5c-5929046fa682 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-11-01T04:39:28.475Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39ccdf7b-0b5b-4460-9d5c-5929046fa682 and serviceModelVersionId: 368aeb51-5dd3-4e8d-9068-bbcd2db34e40
2022-11-01T04:39:28.475Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c93c1ceb-df31-4c56-9119-0ca4e31fc76a
2022-11-01T04:39:28.476Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c93c1ceb-df31-4c56-9119-0ca4e31fc76a/model-vers/model-ver/368aeb51-5dd3-4e8d-9068-bbcd2db34e40?depth=0
2022-11-01T04:39:28.481Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-11-01T04:39:28.518Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c93c1ceb-df31-4c56-9119-0ca4e31fc76a/model-vers/model-ver/368aeb51-5dd3-4e8d-9068-bbcd2db34e40?depth=0|INFO|500||Invoke
2022-11-01T04:39:28.518Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c93c1ceb-df31-4c56-9119-0ca4e31fc76a/model-vers/model-ver/368aeb51-5dd3-4e8d-9068-bbcd2db34e40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c93c1ceb-df31-4c56-9119-0ca4e31fc76a/model-vers/model-ver/368aeb51-5dd3-4e8d-9068-bbcd2db34e40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39ccdf7b-0b5b-4460-9d5c-5929046fa682], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43960bac-18a2-4b9f-9f98-26a70fede1f9], X-ECOMP-RequestID=[39ccdf7b-0b5b-4460-9d5c-5929046fa682], X-TransactionId=[], X-ONAP-RequestID=[39ccdf7b-0b5b-4460-9d5c-5929046fa682], Content-Type=[application/merge-patch+json]}
2022-11-01T04:39:28.538Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c93c1ceb-df31-4c56-9119-0ca4e31fc76a/model-vers/model-ver/368aeb51-5dd3-4e8d-9068-bbcd2db34e40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-01T04:39:28.621Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c93c1ceb-df31-4c56-9119-0ca4e31fc76a/model-vers/model-ver/368aeb51-5dd3-4e8d-9068-bbcd2db34e40?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/c93c1ceb-df31-4c56-9119-0ca4e31fc76a/model-vers/model-ver/368aeb51-5dd3-4e8d-9068-bbcd2db34e40?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221101-04:39:26:231-29633], vertex-id=[258048], Content-Length=[0], Date=[Tue, 01 Nov 2022 04:39:26 GMT], Content-Type=[application/json]}
2022-11-01T04:39:28.622Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c93c1ceb-df31-4c56-9119-0ca4e31fc76a/model-vers/model-ver/368aeb51-5dd3-4e8d-9068-bbcd2db34e40?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-01T04:39:28.624Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c93c1ceb-df31-4c56-9119-0ca4e31fc76a/model-vers/model-ver/368aeb51-5dd3-4e8d-9068-bbcd2db34e40?depth=0|INFO|500||InvokeReturn
2022-11-01T04:39:28.624Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-01T04:39:28.625Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-01T04:39:28.630Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-01T04:39:28.630Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39ccdf7b-0b5b-4460-9d5c-5929046fa682 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-01T04:39:28.631Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-01T04:39:28.631Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-01T04:39:28.634Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-01T04:39:28.634Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277568630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:39:28.734Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-01T04:39:28.735Z||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-11-01T04:39:28.735Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:39:28.753Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:39:28.753Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 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-11-01T04:39:29.647Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:39:29.647Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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-11-01T04:39:29.647Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:39:39.929Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:39:39.930Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:39:39.930Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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-11-01T04:39:39.930Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:39:49.496Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:39:49.497Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:39:49.497Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T04:39:49.497Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PJUQNN8cvTIvMC6P) ...
2022-11-01T04:39:59.093Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:40:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:40:00.356Z||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-11-01T04:40:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:40:00.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:40:00.358Z||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-11-01T04:40:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:40:00.385Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:40:00.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:40:00.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-01T04:40:00.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:40:00.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:40:00.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:40:00.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:40:00.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:40:00.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:40:00.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:40:00.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:40:00.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:40:00.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:40:00.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:40:00.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277424972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:40:00.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:40:00.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:40:00.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277427519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:40:00.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:40:00.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:40:00.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277428593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:40:00.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:40:00.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:40:00.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277429646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:40:00.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:40:00.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:40:00.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277430756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-01T04:40:00.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:40:00.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:40:00.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277431761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-01T04:40:00.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:40:00.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:40:00.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277432765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-01T04:40:00.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:40:00.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:40:00.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277433769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:40:00.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:40:09.910Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:41:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:41:00.356Z||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-11-01T04:41:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:41:00.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:41:00.357Z||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-11-01T04:41:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:41:00.383Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:41:00.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:41:00.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac2c036-ccd4-48b9-99ea-94e5be70406f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277525056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:41:00.385Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:41:00.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:41:00.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:41:00.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:41:00.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:41:00.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:41:00.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:41:00.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:41:00.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:41:00.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:41:00.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:41:00.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:41:00.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:41:00.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:41:00.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:41:00.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:41:00.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:41:00.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:41:00.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:41:00.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:41:00.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:41:00.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:41:00.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:41:00.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-01T04:41:00.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:41:00.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:41:00.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277416188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-01T04:41:00.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-01T04:41:00.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:41:00.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277535307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-01T04:41:00.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:41:00.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-01T04:41:00.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277537444,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-01T04:41:00.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:41:09.923Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:42:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:42:00.356Z||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-11-01T04:42:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:42:00.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:42:00.358Z||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-11-01T04:42:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:42:00.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:42:00.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-01T04:42:00.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39ccdf7b-0b5b-4460-9d5c-5929046fa682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667277568630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-01T04:42:00.900Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-01T04:42:09.922Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:43:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:43:00.356Z||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-11-01T04:43:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:43:00.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:43:00.358Z||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-11-01T04:43:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:43:09.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:43:09.920Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:44:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:44:00.356Z||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-11-01T04:44:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:44:00.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:44:00.358Z||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-11-01T04:44:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:44:09.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:44:09.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:45:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:45:00.356Z||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-11-01T04:45:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:45:00.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:45:00.358Z||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-11-01T04:45:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:45:09.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:45:09.899Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:46:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:46:00.357Z||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-11-01T04:46:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:46:00.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:46:00.358Z||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-11-01T04:46:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:46:09.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:46:09.916Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:47:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:47:00.357Z||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-11-01T04:47:00.357Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:47:00.357Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:47:00.358Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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-11-01T04:47:00.358Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:47:09.934Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:47:09.935Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:48:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:48:00.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:48:00.357Z||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-11-01T04:48:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:48:00.358Z||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-11-01T04:48:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:48:09.929Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:48:09.930Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:49:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:49:00.356Z||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-11-01T04:49:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:49:00.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:49:00.358Z||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-11-01T04:49:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:49:09.921Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:49:09.922Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:50:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:50:00.356Z||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-11-01T04:50:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:50:00.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:50:00.358Z||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-11-01T04:50:00.359Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:50:09.918Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:50:09.920Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:51:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:51:00.356Z||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-11-01T04:51:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:51:00.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:51:00.358Z||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-11-01T04:51:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:51:09.908Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:51:09.937Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:52:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:52:00.356Z||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-11-01T04:52:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:52:00.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:52:00.357Z||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-11-01T04:52:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:52:09.922Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:52:09.927Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:53:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:53:00.356Z||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-11-01T04:53:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:53:00.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:53:00.358Z||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-11-01T04:53:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:53:09.897Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:53:09.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:54:00.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:54:00.356Z||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-11-01T04:54:00.356Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:54:00.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:54:00.358Z||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-11-01T04:54:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:54:09.918Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:54:09.922Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:55:00.355Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:55:00.356Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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-11-01T04:55:00.356Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:55:00.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:55:00.358Z||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-11-01T04:55:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:55:09.923Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:55:09.925Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:56:00.355Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:56:00.356Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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-11-01T04:56:00.356Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:56:00.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:56:00.358Z||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-11-01T04:56:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:56:09.922Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:56:09.923Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:57:00.355Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:57:00.356Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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-11-01T04:57:00.356Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:57:00.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:57:00.358Z||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-11-01T04:57:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:57:09.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:57:09.926Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:58:00.355Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:58:00.356Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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-11-01T04:58:00.357Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:58:00.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:58:00.358Z||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-11-01T04:58:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:58:09.907Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:58:09.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:59:00.355Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:59:00.356Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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-11-01T04:59:00.356Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:59:00.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T04:59:00.358Z||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-11-01T04:59:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T04:59:09.916Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T04:59:09.919Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T05:00:00.355Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:00:00.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T05:00:00.358Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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-11-01T05:00:00.358Z||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-11-01T05:00:00.358Z||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 PJUQNN8cvTIvMC6P) ...
2022-11-01T05:00:00.358Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|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 PJUQNN8cvTIvMC6P) ...
2022-11-01T05:00:09.912Z|39ccdf7b-0b5b-4460-9d5c-5929046fa682|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-01T05:00:09.916Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK