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-08-23T10:24:56.733Z||main|||||INFO|500||The following profiles are active: basic
2022-08-23T10:25:17.539Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-23T10:25:17.540Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-23T10:25:17.785Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-23T10:25:25.190Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-23T10:25:25.999Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-23T10:25:27.391Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-23T10:25:27.428Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-23T10:25:27.672Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-23T10:25:28.289Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-23T10:25:29.885Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-23T10:25:33.812Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-23T10:25:37.388Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-23T10:25:37.498Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-23T10:25:38.650Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-23T10:25:39.059Z||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-08-23T10:25:41.195Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-23T10:25:42.969Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-23T10:25:43.020Z||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$$12b57ff2.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-08-23T10:25:43.022Z||main|||||WARN|500||The sdc end point is not alive
2022-08-23T10:25:48.514Z||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-08-23T10:25:53.650Z||main|||||WARN|500||---
2022-08-23T10:25:53.651Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-23T10:25:53.651Z||main|||||WARN|500||---
2022-08-23T10:25:54.421Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-23T10:26:05.400Z||main|||||INFO|500||Started Application in 75.846 seconds (JVM running for 80.261)
2022-08-23T10:26:05.440Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-23T10:26:05.444Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-23T10:26:05.468Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-23T10:26:05.516Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-23T10:26:05.629Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5bfa35d0-ec26-4f4d-8359-0f07846cc217 url= /sdc/v1/artifactTypes
2022-08-23T10:26:05.630Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-23T10:26:06.213Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-23T10:26:06.270Z||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-08-23T10:26:06.305Z||scheduling-1|||||DEBUG|500||create keys
2022-08-23T10:26:06.319Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-23T10:26:06.351Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:26:06.386Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cb6f8d79-8485-4c31-86ed-d83e7613dfdb url= /sdc/v1/registerForDistribution
2022-08-23T10:26:06.513Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cb6f8d79-8485-4c31-86ed-d83e7613dfdb url= /sdc/v1/registerForDistribution
2022-08-23T10:26:06.520Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-23T10:26:06.586Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-23T10:26:06.592Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:26:06.614Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:26:06.684Z||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-08-23T10:26:06.684Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:26:06.683Z||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-08-23T10:26:06.691Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:26:17.191Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:26:17.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:27:06.541Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:27:06.546Z||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-08-23T10:27:06.547Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:27:06.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:27:06.558Z||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-08-23T10:27:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:27:16.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:27:16.128Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:28:06.539Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:28:06.542Z||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-08-23T10:28:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:28:06.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:28:06.558Z||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-08-23T10:28:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:28:16.101Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:28:16.105Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:29:06.539Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:29:06.540Z||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-08-23T10:29:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:29:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:29:06.557Z||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-08-23T10:29:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:29:16.124Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:29:16.170Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:30:06.539Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:30:06.541Z||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-08-23T10:30:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:30:06.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:30:06.560Z||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-08-23T10:30:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:30:16.104Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:30:16.134Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:31:06.540Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:31:06.544Z||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-08-23T10:31:06.544Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:31:06.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:31:06.560Z||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-08-23T10:31:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:31:16.100Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:31:16.146Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:32:06.539Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:32:06.541Z||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-08-23T10:32:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:32:06.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:32:06.558Z||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-08-23T10:32:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:32:16.107Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:32:16.119Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:33:06.542Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:33:06.545Z||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-08-23T10:33:06.545Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:33:06.556Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:33:06.560Z||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-08-23T10:33:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:33:16.099Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:33:16.102Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:34:06.539Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:34:06.541Z||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-08-23T10:34:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:34:06.556Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:34:06.558Z||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-08-23T10:34:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:34:16.112Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:34:16.112Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:35:06.539Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:35:06.540Z||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-08-23T10:35:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:35:06.556Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:35:06.560Z||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-08-23T10:35:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:35:10.819Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-23T10:35:16.113Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:35:16.116Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:36:06.540Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:36:06.543Z||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-08-23T10:36:06.543Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:36:06.556Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:36:06.557Z||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-08-23T10:36:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:36:16.106Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:36:16.112Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:37:06.540Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:37:06.541Z||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-08-23T10:37:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:37:06.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:37:06.557Z||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-08-23T10:37:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:37:16.107Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:37:16.109Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:38:06.540Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:38:06.543Z||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-08-23T10:38:06.543Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:38:06.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:38:06.559Z||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-08-23T10:38:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:38:16.102Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:38:16.103Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:39:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:39:06.542Z||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-08-23T10:39:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:39:06.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:39:06.560Z||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-08-23T10:39:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:39:16.100Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:39:16.107Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:40:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:40:06.541Z||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-08-23T10:40:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:40:06.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:40:06.558Z||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-08-23T10:40:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:40:16.114Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:40:16.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:41:06.540Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:41:06.542Z||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-08-23T10:41:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:41:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:41:06.557Z||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-08-23T10:41:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:41:16.116Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:41:16.116Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:42:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:42:06.542Z||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-08-23T10:42:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:42:06.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:42:06.557Z||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-08-23T10:42:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:42:16.107Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:42:16.107Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:43:06.540Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:43:06.542Z||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-08-23T10:43:06.543Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:43:06.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:43:06.559Z||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-08-23T10:43:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:43:16.129Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:43:16.129Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:44:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:44:06.541Z||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-08-23T10:44:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:44:06.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:44:06.557Z||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-08-23T10:44:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:44:16.105Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:44:16.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:45:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:45:06.541Z||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-08-23T10:45:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:45:06.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:45:06.558Z||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-08-23T10:45:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:45:16.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:45:16.123Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:46:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:46:06.541Z||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-08-23T10:46:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:46:06.556Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:46:06.557Z||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-08-23T10:46:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:46:16.108Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:46:16.110Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:47:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:47:06.542Z||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-08-23T10:47:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:47:06.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:47:06.557Z||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-08-23T10:47:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:47:16.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:47:16.125Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:48:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:48:06.542Z||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-08-23T10:48:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:48:06.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:48:06.557Z||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-08-23T10:48:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:48:16.093Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:48:16.108Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:49:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:49:06.540Z||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-08-23T10:49:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:49:06.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:49:06.558Z||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-08-23T10:49:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:49:16.098Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:49:16.101Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:50:06.540Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:50:06.542Z||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-08-23T10:50:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:50:06.556Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:50:06.557Z||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-08-23T10:50:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:50:16.108Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:50:16.108Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:51:06.540Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:51:06.542Z||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-08-23T10:51:06.543Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:51:06.556Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:51:06.558Z||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-08-23T10:51:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:51:16.105Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:51:16.111Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:52:06.540Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:52:06.542Z||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-08-23T10:52:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:52:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:52:06.558Z||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-08-23T10:52:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:52:16.105Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:52:16.128Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:53:06.542Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:53:06.544Z||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-08-23T10:53:06.544Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:53:06.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:53:06.558Z||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-08-23T10:53:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:53:16.108Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:53:16.108Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:54:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:54:06.540Z||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-08-23T10:54:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:54:06.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:54:06.557Z||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-08-23T10:54:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:54:16.100Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:54:16.100Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:55:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:55:06.541Z||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-08-23T10:55:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:55:06.556Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:55:06.557Z||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-08-23T10:55:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:55:16.105Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:55:16.105Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:56:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:56:06.541Z||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-08-23T10:56:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:56:06.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:56:06.560Z||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-08-23T10:56:06.561Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:56:16.100Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:56:16.101Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:57:06.540Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:57:06.543Z||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-08-23T10:57:06.544Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:57:06.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:57:06.557Z||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-08-23T10:57:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:57:16.124Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:57:16.125Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:58:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:58:06.541Z||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-08-23T10:58:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:58:06.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:58:06.558Z||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-08-23T10:58:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:58:16.091Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:58:16.109Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:59:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:59:06.541Z||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-08-23T10:59:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:59:06.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T10:59:06.563Z||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-08-23T10:59:06.564Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T10:59:16.111Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T10:59:16.127Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:00:06.542Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:00:06.543Z||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-08-23T11:00:06.543Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:00:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:00:06.557Z||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-08-23T11:00:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:00:16.097Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:00:16.104Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:01:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:01:06.542Z||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-08-23T11:01:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:01:06.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:01:06.558Z||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-08-23T11:01:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:01:16.133Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:01:16.135Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:06.539Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:02:06.542Z||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-08-23T11:02:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:06.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:02:06.559Z||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-08-23T11:02:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:11.454Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:11.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-23T11:02:11.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9","serviceName":"basic_onboard_MCzhss","serviceVersion":"1.0","serviceUUID":"fa056e6f-0aa7-4463-a899-bf27f682c15d","serviceDescription":"service","serviceInvariantUUID":"42d9d27b-982a-4685-8de1-381b02af0612","resources":[{"resourceInstanceName":"basic_onboard_MCzhss 0","resourceName":"basic_onboard_MCzhss","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0f12f836-5304-42a9-b6bf-745b0cd4b099","resourceInvariantUUID":"6a618f86-882f-4721-9a08-78dd5532c6ce","resourceCustomizationUUID":"af2bdb8e-9e0a-46b6-a979-74b536ffd61f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml","artifactChecksum":"ODQ2ZTRhYTNkZjQwOTFlZTBiMjg1M2MxNmYxZDYwMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"778606fc-1227-4120-9b51-015b9c31f8b0","artifactVersion":"1"},{"artifactName":"basic_onboard_mczhss0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json","artifactChecksum":"YjFhYmUzYTNmY2E2M2YyODRhNzAzYjkzYzA2YTExMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"270e9ec6-991a-413f-a3ec-87a9bb0729e1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b9ef4f0f-e648-49c4-98a6-5069d2643ff3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90d2293a-921b-41ad-8d34-8e6719133804","artifactVersion":"2","generatedFromUUID":"dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMczhss-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml","artifactChecksum":"N2IyMDRiNjIzMTBjNzUxMWIwZDQ1MTYyMGZiMmUzZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14667cc9-80d6-4bcb-bab5-9f4770dc3053","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMczhss-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar","artifactChecksum":"MjRkNzEyNTgyYjQ0NWE3ODZhOTg4NTRkYjliNTcyNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d72de3ee-ad1c-44fa-9062-6a2ec2e56633","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:02:11.476Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:11.486Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:11.499Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:11.500Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:02:11.600Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-08-23T11:02:11.606Z||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-08-23T11:02:11.607Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:11.627Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:11.629Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:11.749Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:11.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:02:11.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252523637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:02:11.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:02:12.511Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:12.512Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:12.514Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:12.514Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:02:12.614Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:12.615Z||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-08-23T11:02:12.615Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:12.633Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:12.634Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:13.515Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:13.517Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:13.520Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:13.520Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:02:13.620Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:13.621Z||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-08-23T11:02:13.621Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:13.638Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:13.639Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:14.521Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:14.521Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:14.524Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:14.524Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:02:14.624Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:14.625Z||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-08-23T11:02:14.626Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:14.649Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:14.650Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:15.525Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:15.526Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:15.530Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:15.530Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-23T11:02:15.630Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:15.631Z||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-08-23T11:02:15.631Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:15.651Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:15.652Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:16.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:16.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:16.535Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:16.535Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:02:16.636Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:02:16.637Z||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-08-23T11:02:16.637Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:16.656Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:16.657Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:17.536Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:02:17.537Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:17.540Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:17.540Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:02:17.640Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:17.641Z||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-08-23T11:02:17.642Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:17.663Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:17.664Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:02:18.542Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "serviceName": "basic_onboard_MCzhss",
  "serviceVersion": "1.0",
  "serviceUUID": "fa056e6f-0aa7-4463-a899-bf27f682c15d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "42d9d27b-982a-4685-8de1-381b02af0612",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_MCzhss 0",
      "resourceCustomizationUUID": "af2bdb8e-9e0a-46b6-a979-74b536ffd61f",
      "resourceName": "basic_onboard_MCzhss",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0f12f836-5304-42a9-b6bf-745b0cd4b099",
      "resourceInvariantUUID": "6a618f86-882f-4721-9a08-78dd5532c6ce",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mczhss0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
          "artifactChecksum": "YjFhYmUzYTNmY2E2M2YyODRhNzAzYjkzYzA2YTExMjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "270e9ec6-991a-413f-a3ec-87a9bb0729e1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "90d2293a-921b-41ad-8d34-8e6719133804",
            "generatedFromUUID": "dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "90d2293a-921b-41ad-8d34-8e6719133804",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMczhss-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
      "artifactChecksum": "MjRkNzEyNTgyYjQ0NWE3ODZhOTg4NTRkYjliNTcyNzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d72de3ee-ad1c-44fa-9062-6a2ec2e56633"
    }
  ],
  "workloadContext": "Production"
}
2022-08-23T11:02:18.544Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:02:18.544Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa056e6f-0aa7-4463-a899-bf27f682c15d ASDC
2022-08-23T11:02:18.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
ServiceName:basic_onboard_MCzhss
ServiceVersion:1.0
ServiceUUID:fa056e6f-0aa7-4463-a899-bf27f682c15d
ServiceInvariantUUID:42d9d27b-982a-4685-8de1-381b02af0612
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMczhss-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar
ArtifactUUID:d72de3ee-ad1c-44fa-9062-6a2ec2e56633
ArtifactChecksum:MjRkNzEyNTgyYjQ0NWE3ODZhOTg4NTRkYjliNTcyNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MCzhss 0
ResourceCustomizationUUID:af2bdb8e-9e0a-46b6-a979-74b536ffd61f
ResourceInvariantUUID:6a618f86-882f-4721-9a08-78dd5532c6ce
ResourceName:basic_onboard_MCzhss
ResourceType:VF
ResourceUUID:0f12f836-5304-42a9-b6bf-745b0cd4b099
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mczhss0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json
ArtifactUUID:270e9ec6-991a-413f-a3ec-87a9bb0729e1
ArtifactChecksum:YjFhYmUzYTNmY2E2M2YyODRhNzAzYjkzYzA2YTExMjM=
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/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml
ArtifactUUID:dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2
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/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env
ArtifactUUID:90d2293a-921b-41ad-8d34-8e6719133804
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/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env
ArtifactUUID:90d2293a-921b-41ad-8d34-8e6719133804
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-23T11:02:18.674Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa056e6f-0aa7-4463-a899-bf27f682c15d 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-08-23T11:02:19.013Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:02:19.014Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:02:19.017Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:02:19.017Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d72de3ee-ad1c-44fa-9062-6a2ec2e56633 from URL: /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:19.017Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:02:19.019Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:19.299Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:02:19.325Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar d72de3ee-ad1c-44fa-9062-6a2ec2e56633 75210
2022-08-23T11:02:19.328Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar ASDC sendASDCNotification
2022-08-23T11:02:19.328Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:19.331Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:02:19.333Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:19.337Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:19.337Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252539326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:02:19.437Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:02:19.440Z||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-08-23T11:02:19.440Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:19.458Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:19.459Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:20.338Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:02:20.339Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:02:20.340Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d72de3ee-ad1c-44fa-9062-6a2ec2e56633, URL: /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar to file: /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:20.341Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:20.490Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:20.491Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:21.321Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8872642623071606788/Definitions/service-BasicOnboardMczhss-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-08-23T11:02:23.666Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:02:23.672Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:02:23.672Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.672Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||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-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||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-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||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-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MCzhss 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||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-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:23.673Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:02:23.682Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.684Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.691Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:23.692Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:02:23.694Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:02:23.696Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.696Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.697Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:23.697Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:02:23.697Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:02:23.697Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.697Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.701Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.702Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is not matching search criteria
2022-08-23T11:02:23.702Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-23T11:02:23.702Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-23T11:02:23.702Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-23T11:02:23.703Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-23T11:02:23.703Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-23T11:02:23.703Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.703Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:02:23.705Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.705Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:23.705Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:02:23.705Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.706Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:23.706Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:02:23.706Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.706Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:23.706Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:02:23.707Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.707Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is not matching search criteria
2022-08-23T11:02:23.707Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-23T11:02:23.707Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-23T11:02:23.707Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=adb728df-0ad0-434b-b65e-0d2a12e2701e
2022-08-23T11:02:23.708Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.708Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.708Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.708Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.708Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.709Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.709Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:23.709Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:23.709Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_MCzhss
Description:service
Model UUID:fa056e6f-0aa7-4463-a899-bf27f682c15d
Model Version:NULL
Model InvariantUuid:42d9d27b-982a-4685-8de1-381b02af0612
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_MCzhss
Model UUID:c187cae0-d9c1-444d-bf19-3750b51bd3e3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6a618f86-882f-4721-9a08-78dd5532c6ce
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:af2bdb8e-9e0a-46b6-a979-74b536ffd61f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c49cbd8a-bcf5-4ce9-bf50-3dc63b4c37ad
ModelName:BasicOnboardMczhss..base_ubuntu18..module-0
ModelUuid:ccce1467-e0e5-4dc8-98fb-8f09550a16ca
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:adb728df-0ad0-434b-b65e-0d2a12e2701e
ModelInvariantUuid:678ee148-ef7b-4a97-b28d-7532ee91995e
ModelName:basic_onboard_MCzhss-nodes.ubuntu18Cvfc
ModelUuid:b71b35ec-3897-436f-aab7-cf5911b409cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:659b8c24-2562-4691-9a49-c7b26093cd8b
ModelInvariantUuid:979c2a0f-26c1-4290-8751-eea55dfdc686
ModelName:BasicOnboardMczhss.compute.nodes.heat.ubuntu18
ModelUuid:f42180ee-7d7b-4cde-a1b1-2549cee8c178
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-08-23T11:02:23.734Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0f12f836-5304-42a9-b6bf-745b0cd4b099
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-08-23T11:02:23.849Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||basic_onboard_MCzhss 0
2022-08-23T11:02:23.858Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0f12f836-5304-42a9-b6bf-745b0cd4b099
2022-08-23T11:02:23.858Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 270e9ec6-991a-413f-a3ec-87a9bb0729e1 from URL: /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json
2022-08-23T11:02:23.858Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:02:23.858Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json
2022-08-23T11:02:23.910Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:02:23.911Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json 270e9ec6-991a-413f-a3ec-87a9bb0729e1 798
2022-08-23T11:02:23.911Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json ASDC sendASDCNotification
2022-08-23T11:02:23.911Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json
2022-08-23T11:02:23.911Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:02:23.912Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:23.915Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:23.915Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252543911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:02:24.015Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:24.016Z||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-08-23T11:02:24.016Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:24.034Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:24.035Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:02:24.917Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMczhss..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c49cbd8a-bcf5-4ce9-bf50-3dc63b4c37ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ccce1467-e0e5-4dc8-98fb-8f09550a16ca",
    "vfModuleModelCustomizationUUID": "c1a569c5-0a6d-45dd-80d4-5732f96a16a4",
    "isBase": true,
    "artifacts": [
      "dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2",
      "90d2293a-921b-41ad-8d34-8e6719133804"
    ],
    "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-08-23T11:02:24.937Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMczhss..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ccce1467-e0e5-4dc8-98fb-8f09550a16ca
VfModuleModelInvariantUUID:c49cbd8a-bcf5-4ce9-bf50-3dc63b4c37ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2
,
90d2293a-921b-41ad-8d34-8e6719133804

}
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-08-23T11:02:24.940Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMczhss..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c49cbd8a-bcf5-4ce9-bf50-3dc63b4c37ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ccce1467-e0e5-4dc8-98fb-8f09550a16ca",
    "vfModuleModelCustomizationUUID": "c1a569c5-0a6d-45dd-80d4-5732f96a16a4",
    "isBase": true,
    "artifacts": [
      "dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2",
      "90d2293a-921b-41ad-8d34-8e6719133804"
    ],
    "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-08-23T11:02:24.940Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMczhss..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ccce1467-e0e5-4dc8-98fb-8f09550a16ca
VfModuleModelInvariantUUID:c49cbd8a-bcf5-4ce9-bf50-3dc63b4c37ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2
,
90d2293a-921b-41ad-8d34-8e6719133804

}
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-08-23T11:02:24.940Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2 from URL: /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml
2022-08-23T11:02:24.940Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:02:24.940Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml
2022-08-23T11:02:24.993Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:02:24.994Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml dc3e0e1a-3f16-4d57-acd2-fd6fb27d98d2 5033
2022-08-23T11:02:24.995Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-23T11:02:24.995Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml
2022-08-23T11:02:24.995Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:02:24.995Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:24.998Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:24.998Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252544995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:02:25.100Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-23T11:02:25.102Z||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-08-23T11:02:25.106Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:25.136Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:25.137Z||pool-12-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:26.000Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 90d2293a-921b-41ad-8d34-8e6719133804 from URL: /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env
2022-08-23T11:02:26.001Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:02:26.001Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env
2022-08-23T11:02:26.047Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:02:26.048Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env 90d2293a-921b-41ad-8d34-8e6719133804 909
2022-08-23T11:02:26.048Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-23T11:02:26.048Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env
2022-08-23T11:02:26.049Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:02:26.049Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:26.057Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:26.057Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252546048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:02:26.156Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-23T11:02:26.157Z||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-08-23T11:02:26.157Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:26.173Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:26.173Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:02:27.058Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fa056e6f-0aa7-4463-a899-bf27f682c15d
2022-08-23T11:02:27.059Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MCzhss 0 0f12f836-5304-42a9-b6bf-745b0cd4b099 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-08-23T11:02:27.135Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3de22082, org.onap.sdc.toscaparser.api.parameters.Input@1bfee38e, org.onap.sdc.toscaparser.api.parameters.Input@7c539006, org.onap.sdc.toscaparser.api.parameters.Input@3b471f0c, org.onap.sdc.toscaparser.api.parameters.Input@178dded6]
2022-08-23T11:02:27.140Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.141Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.142Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-23T11:02:27.142Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= af2bdb8e-9e0a-46b6-a979-74b536ffd61f
2022-08-23T11:02:27.142Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af2bdb8e-9e0a-46b6-a979-74b536ffd61f matches Tosca VF Customization UUID: af2bdb8e-9e0a-46b6-a979-74b536ffd61f
2022-08-23T11:02:27.143Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: af2bdb8e-9e0a-46b6-a979-74b536ffd61f  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-08-23T11:02:27.168Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.169Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.171Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id af2bdb8e-9e0a-46b6-a979-74b536ffd61f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-23T11:02:27.172Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c1028a
2022-08-23T11:02:27.172Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.173Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:02:27.174Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c1a569c5-0a6d-45dd-80d4-5732f96a16a4
2022-08-23T11:02:27.175Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c1a569c5-0a6d-45dd-80d4-5732f96a16a4
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-08-23T11:02:27.187Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.187Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:27.188Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:02:27.189Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.190Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:27.190Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:02:27.190Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.191Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is not matching search criteria
2022-08-23T11:02:27.191Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-23T11:02:27.191Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-23T11:02:27.192Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=adb728df-0ad0-434b-b65e-0d2a12e2701e
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-08-23T11:02:27.202Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.203Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:27.203Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:02:27.204Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.204Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_MCzhss 0 is matching search criteria
2022-08-23T11:02:27.204Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_MCzhss 0] matching following query criteria: sdcType=VF, customizationUUID=af2bdb8e-9e0a-46b6-a979-74b536ffd61f
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-08-23T11:02:27.208Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.209Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.209Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fa056e6f-0aa7-4463-a899-bf27f682c15d: basic_onboard_MCzhss
2022-08-23T11:02:27.210Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.210Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.211Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.211Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.211Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.212Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.212Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.212Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.213Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:02:27.213Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_MCzhss is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:02:27.213Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_MCzhss 
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-08-23T11:02:27.433Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MCzhss 0f12f836-5304-42a9-b6bf-745b0cd4b099 1 ASDC deployResourceStructure
2022-08-23T11:02:27.434Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json ASDC sendASDCNotification
2022-08-23T11:02:27.434Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json
2022-08-23T11:02:27.434Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:02:27.434Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:27.437Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:27.437Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252547434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:02:27.537Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:27.539Z||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-08-23T11:02:27.539Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:27.555Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:27.555Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:28.439Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-23T11:02:28.440Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml
2022-08-23T11:02:28.440Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:02:28.441Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:28.444Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:28.444Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252548439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:02:28.545Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:02:28.546Z||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-08-23T11:02:28.546Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:28.574Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:28.575Z||pool-15-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:02:29.446Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-23T11:02:29.447Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env
2022-08-23T11:02:29.447Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:02:29.448Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:29.451Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:29.451Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252549446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:02:29.551Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:02:29.553Z||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-08-23T11:02:29.553Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:29.569Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:29.570Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:30.453Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar ASDC sendASDCNotification
2022-08-23T11:02:30.454Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar
2022-08-23T11:02:30.454Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:02:30.455Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:02:30.458Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:02:30.458Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252550453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:02:30.558Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:02:30.559Z||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-08-23T11:02:30.559Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:02:30.589Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:02:30.590Z||pool-17-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:02:31.460Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:02:31.502Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:02:31.506Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:02:31.506Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:02:31.507Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:03:01.510Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:03:01.528Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:03:01.534Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:03:01.534Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:03:01.535Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:03:06.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:03:06.564Z||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-08-23T11:03:06.565Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:03:06.599Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:03:06.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:03:06.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:03:06.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:03:31.535Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:03:31.547Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:03:31.550Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:03:31.550Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:03:31.550Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:04:01.551Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:04:01.569Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:04:01.571Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:04:01.572Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:04:01.572Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:04:06.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:04:06.559Z||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-08-23T11:04:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:04:06.596Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:04:06.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252523637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "cds",
  "timestamp": 1661252532017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252523637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "cds",
  "timestamp": 1661252532017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252523637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "cds",
  "timestamp": 1661252532017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252523637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252534803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "cds",
  "timestamp": 1661252532017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252523637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "aai-ml",
  "timestamp": 1661252535046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252534803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "cds",
  "timestamp": 1661252532017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252523637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252526539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "aai-ml",
  "timestamp": 1661252535046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252534803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "cds",
  "timestamp": 1661252532017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "aai-ml",
  "timestamp": 1661252535046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252534803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252539326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "cds",
  "timestamp": 1661252532017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "aai-ml",
  "timestamp": 1661252535046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252534803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "cds",
  "timestamp": 1661252539868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.617Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "aai-ml",
  "timestamp": 1661252535046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252534803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "policy-id",
  "timestamp": 1661252540117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "cds",
  "timestamp": 1661252540887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-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-08-23T11:04:06.631Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
2022-08-23T11:04:06.631Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:04:06.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "aai-ml",
  "timestamp": 1661252535046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252534803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "policy-id",
  "timestamp": 1661252540117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252541488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "aai-ml",
  "timestamp": 1661252535046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "policy-id",
  "timestamp": 1661252540117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252542598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252541488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252543911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "policy-id",
  "timestamp": 1661252540117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "aai-ml",
  "timestamp": 1661252542910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252543687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252541488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252544995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "policy-id",
  "timestamp": 1661252540117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252544759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "clamp",
  "timestamp": 1661252544407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252541488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252546048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "policy-id",
  "timestamp": 1661252540117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "clamp",
  "timestamp": 1661252544407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252545836,
  "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-08-23T11:04:06.659Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
2022-08-23T11:04:06.660Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:04:06.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252541488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "policy-id",
  "timestamp": 1661252540117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252547434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:04:06.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "clamp",
  "timestamp": 1661252544407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252546841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/basic_onboard_mczhss0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:04:06.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252541488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "policy-id",
  "timestamp": 1661252547934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252548439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:04:06.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "clamp",
  "timestamp": 1661252544407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252541488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "policy-id",
  "timestamp": 1661252548945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:04:06.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252549446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:04:06.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "clamp",
  "timestamp": 1661252544407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/resourceInstances/basic_onboard_mczhss0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252549439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "policy-id",
  "timestamp": 1661252549950,
  "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-08-23T11:04:06.686Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
2022-08-23T11:04:06.686Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:04:06.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252550453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:04:06.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "clamp",
  "timestamp": 1661252544407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:04:06.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "clamp",
  "timestamp": 1661252544407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:04:06.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:04:06.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252553977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:04:06.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252554983,
  "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-08-23T11:04:06.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
2022-08-23T11:04:06.708Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:04:06.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "aai-ml",
  "timestamp": 1661252555277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:04:06.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "clamp",
  "timestamp": 1661252556969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:04:06.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "aai-ml",
  "timestamp": 1661252556284,
  "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-08-23T11:04:06.727Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
2022-08-23T11:04:06.727Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:04:06.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "clamp",
  "timestamp": 1661252558979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMczhss/1.0/artifacts/service-BasicOnboardMczhss-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:04:06.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:04:06.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:04:06.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "clamp",
  "timestamp": 1661252559984,
  "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-08-23T11:04:06.746Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
2022-08-23T11:04:06.746Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:04:31.572Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:04:31.590Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9
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-08-23T11:04:31.595Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:04:31.595Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-23T11:04:31.595Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-23T11:04:31.595Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-23T11:04:31.596Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:04:31.596Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:04:31.596Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:04:31.597Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:04:31.597Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:04:31.597Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:04:31.598Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||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-08-23T11:04:31.605Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-23T11:05:01.606Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 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-08-23T11:05:01.627Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 and serviceModelVersionId: fa056e6f-0aa7-4463-a899-bf27f682c15d
2022-08-23T11:05:01.628Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42d9d27b-982a-4685-8de1-381b02af0612
2022-08-23T11:05:06.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:05:06.560Z||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-08-23T11:05:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:07.113Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:07.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "aai-ml",
  "timestamp": 1661252595046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252603637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252594803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "policy-id",
  "timestamp": 1661252600117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252601486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "clamp",
  "timestamp": 1661252604408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "aai-ml",
  "timestamp": 1661252595046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252594803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252603637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "policy-id",
  "timestamp": 1661252600117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252601486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "clamp",
  "timestamp": 1661252604408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "aai-ml",
  "timestamp": 1661252595046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252603637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252594803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "policy-id",
  "timestamp": 1661252600117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252601486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "clamp",
  "timestamp": 1661252604408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "aai-ml",
  "timestamp": 1661252595046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252603637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252594803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "policy-id",
  "timestamp": 1661252600117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252601486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "cds",
  "timestamp": 1661252607017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "clamp",
  "timestamp": 1661252604408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "aai-ml",
  "timestamp": 1661252595046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252603637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252594803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-23T11:05:07.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "policy-id",
  "timestamp": 1661252600117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252601486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "cds",
  "timestamp": 1661252607017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "clamp",
  "timestamp": 1661252604408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "aai-ml",
  "timestamp": 1661252595046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252603637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252594803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "policy-id",
  "timestamp": 1661252600117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252601486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "cds",
  "timestamp": 1661252607017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "clamp",
  "timestamp": 1661252604408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "aai-ml",
  "timestamp": 1661252595046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252603637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252594803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "policy-id",
  "timestamp": 1661252600117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252601486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:05:07.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "cds",
  "timestamp": 1661252607017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "clamp",
  "timestamp": 1661252604408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "aai-ml",
  "timestamp": 1661252610944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.137Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252611692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.137Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "policy-id",
  "timestamp": 1661252611922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.138Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252611708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.138Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "cds",
  "timestamp": 1661252607017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "policy-id",
  "timestamp": 1661252612926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "cds",
  "timestamp": 1661252607017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:07.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252612757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.140Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "policy-id",
  "timestamp": 1661252613930,
  "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-08-23T11:05:07.160Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4754e16e-9e7e-429b-b624-4cb4297dfaa8
2022-08-23T11:05:07.160Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:05:07.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "cds",
  "timestamp": 1661252607017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:05:07.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:05:07.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252613805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.172Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252614830,
  "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-08-23T11:05:07.178Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4754e16e-9e7e-429b-b624-4cb4297dfaa8
2022-08-23T11:05:07.178Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:05:07.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "cds",
  "timestamp": 1661252614761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.187Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252615110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:05:07.187Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252615835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:05:07.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "cds",
  "timestamp": 1661252615768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-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-08-23T11:05:07.197Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4754e16e-9e7e-429b-b624-4cb4297dfaa8
2022-08-23T11:05:07.198Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:05:07.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252616114,
  "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-08-23T11:05:07.213Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4754e16e-9e7e-429b-b624-4cb4297dfaa8
2022-08-23T11:05:07.214Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:05:07.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "aai-ml",
  "timestamp": 1661252621420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:05:07.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "aai-ml",
  "timestamp": 1661252622424,
  "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-08-23T11:05:07.230Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4754e16e-9e7e-429b-b624-4cb4297dfaa8
2022-08-23T11:05:07.231Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:05:07.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "clamp",
  "timestamp": 1661252624973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:05:07.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "clamp",
  "timestamp": 1661252626982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:05:07.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:05:07.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:05:07.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "clamp",
  "timestamp": 1661252627985,
  "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-08-23T11:05:07.249Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4754e16e-9e7e-429b-b624-4cb4297dfaa8
2022-08-23T11:05:07.250Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:05:20.406Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0
2022-08-23T11:05:20.576Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-23T11:05:21.264Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0|INFO|500||Invoke
2022-08-23T11:05:21.278Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0acc7f4-c91a-4a1b-9c36-ca46be433b92], X-ECOMP-RequestID=[f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9], X-TransactionId=[], X-ONAP-RequestID=[f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9], Content-Type=[application/merge-patch+json]}
2022-08-23T11:05:21.465Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-23T11:05:21.891Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?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/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220823-11:05:21:101-14497], vertex-id=[217088], Content-Length=[0], Date=[Tue, 23 Aug 2022 11:05:21 GMT], Content-Type=[application/json]}
2022-08-23T11:05:21.893Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-23T11:05:21.894Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d9d27b-982a-4685-8de1-381b02af0612/model-vers/model-ver/fa056e6f-0aa7-4463-a899-bf27f682c15d?depth=0|INFO|500||InvokeReturn
2022-08-23T11:05:21.902Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-23T11:05:21.903Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||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-08-23T11:05:21.911Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||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-08-23T11:05:21.914Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-23T11:05:21.915Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-23T11:05:21.916Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:21.920Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:21.921Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252721914,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:05:22.020Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:05:22.021Z||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-08-23T11:05:22.021Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:22.042Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:22.043Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-23T11:05:22.938Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:05:22.939Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|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-08-23T11:05:22.939Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:27.406Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:27.407Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-23T11:05:27.408Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4754e16e-9e7e-429b-b624-4cb4297dfaa8","serviceName":"vFW 2022-08-23 11-02-32","serviceVersion":"1.0","serviceUUID":"24b39959-1ed4-42a4-b253-f05822748df7","serviceDescription":"catalog service description","serviceInvariantUUID":"99174d21-416f-4820-8bbf-6b671366696b","resources":[{"resourceInstanceName":"vFW 1c31f85a-a470 0","resourceName":"vFW 1c31f85a-a470","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1e4b1705-6865-4421-a8f1-b3c289ab0c8b","resourceInvariantUUID":"b2b2117c-11f3-4edd-905a-a16a6d7b48ea","resourceCustomizationUUID":"1f5dbc1c-c769-4a53-aaa5-f69a4afa839f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml","artifactChecksum":"NTM2YzA4MGYwNDczZTkxYTc5MjVlMTdmYjFlNmJjYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"688897ec-8079-46c9-a53a-8d1b483e24dc","artifactVersion":"1"},{"artifactName":"vfw1c31f85aa4700_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json","artifactChecksum":"NmQ3YTgxODdhZWY1ZjJiZDBhY2YzN2Y0ZDZkNjA0NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d852526-f4b4-46fd-a41f-2640e9c73f0c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f476abee-8007-4fd3-a175-2504a7a41302","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml","artifactChecksum":"NjEwOTlhN2E0N2IwNzE2Zjk0OGEwMDEyOTg2NmU5MjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e9c8d34-0343-4aba-9439-549993e94218","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"45d52776-3c34-49d9-8d8a-43367ed2ac61","artifactVersion":"2","generatedFromUUID":"f476abee-8007-4fd3-a175-2504a7a41302"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220823110232-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml","artifactChecksum":"MTM5MmRmZDg1NjVjM2ExNDE3NWVhZjZmNDZkYjljZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"376f0f8d-c60b-408e-a7bd-5ec3164aa9a4","artifactVersion":"1"},{"artifactName":"service-Vfw20220823110232-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar","artifactChecksum":"N2ZiNDMzMmMwOTdmMmUzZWZhNDc0YTBmMmRkNWZjZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf05549e-13b0-4c82-abf1-c0141c758fc5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:05:27.411Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:27.411Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:27.413Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:27.413Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:27.514Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:27.515Z||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-08-23T11:05:27.515Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:27.530Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:27.531Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:28.414Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:28.416Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:28.418Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:28.418Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:05:28.519Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-23T11:05:28.520Z||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-08-23T11:05:28.520Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:28.533Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:28.535Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:29.419Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:29.419Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:29.421Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:29.426Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:05:29.521Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-23T11:05:29.522Z||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-08-23T11:05:29.523Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:29.556Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:29.557Z||pool-21-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:05:30.427Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:30.428Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:30.431Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:30.431Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:30.534Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-23T11:05:30.535Z||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-08-23T11:05:30.536Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:30.554Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:30.555Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:31.432Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:31.433Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:31.435Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:31.436Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-23T11:05:31.536Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:31.537Z||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-08-23T11:05:31.537Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:31.561Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:31.562Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:32.436Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:32.437Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:32.440Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:32.440Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:05:32.540Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:32.541Z||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-08-23T11:05:32.541Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:32.562Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:32.563Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:33.442Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:05:33.444Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:33.446Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:33.446Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:05:33.547Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:05:33.548Z||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-08-23T11:05:33.548Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:33.564Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:33.565Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:34.449Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "serviceName": "vFW 2022-08-23 11-02-32",
  "serviceVersion": "1.0",
  "serviceUUID": "24b39959-1ed4-42a4-b253-f05822748df7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "99174d21-416f-4820-8bbf-6b671366696b",
  "resources": [
    {
      "resourceInstanceName": "vFW 1c31f85a-a470 0",
      "resourceCustomizationUUID": "1f5dbc1c-c769-4a53-aaa5-f69a4afa839f",
      "resourceName": "vFW 1c31f85a-a470",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1e4b1705-6865-4421-a8f1-b3c289ab0c8b",
      "resourceInvariantUUID": "b2b2117c-11f3-4edd-905a-a16a6d7b48ea",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1c31f85aa4700_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
          "artifactChecksum": "NmQ3YTgxODdhZWY1ZjJiZDBhY2YzN2Y0ZDZkNjA0NGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1d852526-f4b4-46fd-a41f-2640e9c73f0c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f476abee-8007-4fd3-a175-2504a7a41302",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "45d52776-3c34-49d9-8d8a-43367ed2ac61",
            "generatedFromUUID": "f476abee-8007-4fd3-a175-2504a7a41302"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "45d52776-3c34-49d9-8d8a-43367ed2ac61",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220823110232-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
      "artifactChecksum": "N2ZiNDMzMmMwOTdmMmUzZWZhNDc0YTBmMmRkNWZjZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bf05549e-13b0-4c82-abf1-c0141c758fc5"
    }
  ],
  "workloadContext": "Production"
}
2022-08-23T11:05:34.450Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:05:34.450Z|f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24b39959-1ed4-42a4-b253-f05822748df7 ASDC
2022-08-23T11:05:34.451Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4754e16e-9e7e-429b-b624-4cb4297dfaa8
ServiceName:vFW 2022-08-23 11-02-32
ServiceVersion:1.0
ServiceUUID:24b39959-1ed4-42a4-b253-f05822748df7
ServiceInvariantUUID:99174d21-416f-4820-8bbf-6b671366696b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220823110232-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar
ArtifactUUID:bf05549e-13b0-4c82-abf1-c0141c758fc5
ArtifactChecksum:N2ZiNDMzMmMwOTdmMmUzZWZhNDc0YTBmMmRkNWZjZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1c31f85a-a470 0
ResourceCustomizationUUID:1f5dbc1c-c769-4a53-aaa5-f69a4afa839f
ResourceInvariantUUID:b2b2117c-11f3-4edd-905a-a16a6d7b48ea
ResourceName:vFW 1c31f85a-a470
ResourceType:VF
ResourceUUID:1e4b1705-6865-4421-a8f1-b3c289ab0c8b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1c31f85aa4700_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json
ArtifactUUID:1d852526-f4b4-46fd-a41f-2640e9c73f0c
ArtifactChecksum:NmQ3YTgxODdhZWY1ZjJiZDBhY2YzN2Y0ZDZkNjA0NGE=
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/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml
ArtifactUUID:f476abee-8007-4fd3-a175-2504a7a41302
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/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env
ArtifactUUID:45d52776-3c34-49d9-8d8a-43367ed2ac61
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/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env
ArtifactUUID:45d52776-3c34-49d9-8d8a-43367ed2ac61
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-23T11:05:34.451Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24b39959-1ed4-42a4-b253-f05822748df7 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-08-23T11:05:34.487Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:05:34.488Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:05:34.488Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:05:34.489Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf05549e-13b0-4c82-abf1-c0141c758fc5 from URL: /sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:34.489Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:05:34.489Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:34.559Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:05:34.565Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar bf05549e-13b0-4c82-abf1-c0141c758fc5 100640
2022-08-23T11:05:34.565Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar ASDC sendASDCNotification
2022-08-23T11:05:34.565Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:34.566Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:05:34.566Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:34.568Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:34.568Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252734565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:05:34.669Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:05:34.670Z||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-08-23T11:05:34.670Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:34.714Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:34.715Z||pool-26-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:35.571Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:05:35.574Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:05:35.574Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bf05549e-13b0-4c82-abf1-c0141c758fc5, URL: /sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar to file: /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:35.575Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220823110232-csar.csar
2022-08-23T11:05:35.576Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:35.577Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:35.851Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6581447201606198663/Definitions/service-Vfw20220823110232-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-23T11:05:38.496Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:05:38.497Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:05:38.497Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.497Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-23T11:05:38.497Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1c31f85a-a470 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||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-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||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-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||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-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.499Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||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-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.499Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.499Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.499Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:38.499Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:05:38.499Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.500Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.500Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:38.500Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:05:38.501Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:05:38.501Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.501Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.501Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:38.502Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:05:38.502Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:05:38.503Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.503Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.504Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.504Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:38.504Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:38.505Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:38.505Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:05:38.505Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.505Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.506Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:05:38.506Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.506Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:05:38.506Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:05:38.506Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.506Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.507Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:05:38.507Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.507Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:05:38.507Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.507Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-23T11:05:38.508Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.508Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:05:38.508Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.508Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:38.508Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:38.509Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.509Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:38.509Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:38.509Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.510Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:38.510Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:38.510Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.510Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:38.510Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:38.511Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:38.511Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-23T11:05:38.511Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:05:38.511Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:05:38.511Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.512Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.512Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:05:38.512Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.512Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:05:38.512Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.512Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a4c09201-76a2-4e93-9042-97f15083129a
2022-08-23T11:05:38.513Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.513Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:38.513Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:38.513Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:38.514Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:05:38.514Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.514Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.514Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:05:38.514Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.515Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-23T11:05:38.515Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:05:38.515Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.515Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:05:38.515Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.515Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17ffdc54-3c9c-483f-96b6-6a817f92bfe5
2022-08-23T11:05:38.516Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.516Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:38.516Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:38.516Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:38.517Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:05:38.517Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.517Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.517Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:05:38.518Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.518Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:05:38.518Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:05:38.518Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:38.519Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:38.519Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-23T11:05:38.519Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8503a970-5dc2-4988-86f5-8ec977b1efaa
2022-08-23T11:05:38.520Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.520Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.520Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.520Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.520Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.521Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.521Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:38.521Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:38.521Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-23 11-02-32
Description:catalog service description
Model UUID:24b39959-1ed4-42a4-b253-f05822748df7
Model Version:NULL
Model InvariantUuid:99174d21-416f-4820-8bbf-6b671366696b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1c31f85a-a470
Model UUID:de12eae2-4eff-467d-af15-deca8ebc85ec
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2b2117c-11f3-4edd-905a-a16a6d7b48ea
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1f5dbc1c-c769-4a53-aaa5-f69a4afa839f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e0eaf7a5-32ea-45f3-acbb-0353c5ef3687
ModelName:Vfw1c31f85aA470..base_vfw..module-0
ModelUuid:d2a7d5bc-06df-47e7-877a-ce3132c506e3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a4c09201-76a2-4e93-9042-97f15083129a
ModelInvariantUuid:87f6c2d3-0171-404c-b3ca-76d24dae930d
ModelName:vFW 1c31f85a-a470-nodes.vfwCvfc
ModelUuid:a6d32456-a01a-4549-9462-3446f75787f0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5658d6fb-c53a-4081-865b-cc12f4c01c07
ModelInvariantUuid:8ae192a1-9e75-4b8e-8c73-54ffac78e671
ModelName:Vfw1c31f85aA470.compute.nodes.heat.vfw
ModelUuid:b44f91f7-a56b-4c9a-b205-89cd600602b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:17ffdc54-3c9c-483f-96b6-6a817f92bfe5
ModelInvariantUuid:46481bc8-7d42-4a15-b304-f5415c334a8e
ModelName:vFW 1c31f85a-a470-nodes.vsnCvfc
ModelUuid:8e4b95d1-e057-4774-a349-97c9238d7c04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a4b28908-81d7-4f32-a051-ac24f0be8966
ModelInvariantUuid:4146f1f7-cf51-474d-b412-311a1c29f97b
ModelName:Vfw1c31f85aA470.compute.nodes.heat.vsn
ModelUuid:a0bd4dc4-7367-4c8c-9e1c-014f33c13c7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8503a970-5dc2-4988-86f5-8ec977b1efaa
ModelInvariantUuid:943bf491-c6e7-48a5-b88e-5f429b844f85
ModelName:vFW 1c31f85a-a470-nodes.vpgCvfc
ModelUuid:afdacd7f-1950-42ac-b907-da6a8d2df5ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:57489838-3a60-41e6-b52b-791d0d11cedc
ModelInvariantUuid:b1292135-025e-4fdd-a649-ea54728e1c8a
ModelName:Vfw1c31f85aA470.compute.nodes.heat.vpg
ModelUuid:522f3c47-e067-46f8-a007-5cef87b231e1
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-08-23T11:05:38.530Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 1e4b1705-6865-4421-a8f1-b3c289ab0c8b
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-08-23T11:05:38.534Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||vFW 1c31f85a-a470 0
2022-08-23T11:05:38.534Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1e4b1705-6865-4421-a8f1-b3c289ab0c8b
2022-08-23T11:05:38.534Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1d852526-f4b4-46fd-a41f-2640e9c73f0c from URL: /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json
2022-08-23T11:05:38.535Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:05:38.535Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json
2022-08-23T11:05:38.593Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:05:38.594Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json 1d852526-f4b4-46fd-a41f-2640e9c73f0c 785
2022-08-23T11:05:38.594Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json ASDC sendASDCNotification
2022-08-23T11:05:38.594Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json
2022-08-23T11:05:38.595Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:05:38.595Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:38.598Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:38.598Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252738594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:05:38.698Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:38.699Z||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-08-23T11:05:38.699Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:38.721Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:38.722Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:05:39.599Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1c31f85aA470..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e0eaf7a5-32ea-45f3-acbb-0353c5ef3687",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2a7d5bc-06df-47e7-877a-ce3132c506e3",
    "vfModuleModelCustomizationUUID": "8df52a1f-2f24-4cc1-9cbb-391accb61252",
    "isBase": true,
    "artifacts": [
      "f476abee-8007-4fd3-a175-2504a7a41302",
      "45d52776-3c34-49d9-8d8a-43367ed2ac61"
    ],
    "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-08-23T11:05:39.604Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1c31f85aA470..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2a7d5bc-06df-47e7-877a-ce3132c506e3
VfModuleModelInvariantUUID:e0eaf7a5-32ea-45f3-acbb-0353c5ef3687
VfModuleModelDescription:NULL
Artifacts UUID List:{
f476abee-8007-4fd3-a175-2504a7a41302
,
45d52776-3c34-49d9-8d8a-43367ed2ac61

}
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-08-23T11:05:39.606Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1c31f85aA470..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e0eaf7a5-32ea-45f3-acbb-0353c5ef3687",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2a7d5bc-06df-47e7-877a-ce3132c506e3",
    "vfModuleModelCustomizationUUID": "8df52a1f-2f24-4cc1-9cbb-391accb61252",
    "isBase": true,
    "artifacts": [
      "f476abee-8007-4fd3-a175-2504a7a41302",
      "45d52776-3c34-49d9-8d8a-43367ed2ac61"
    ],
    "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-08-23T11:05:39.606Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1c31f85aA470..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2a7d5bc-06df-47e7-877a-ce3132c506e3
VfModuleModelInvariantUUID:e0eaf7a5-32ea-45f3-acbb-0353c5ef3687
VfModuleModelDescription:NULL
Artifacts UUID List:{
f476abee-8007-4fd3-a175-2504a7a41302
,
45d52776-3c34-49d9-8d8a-43367ed2ac61

}
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-08-23T11:05:39.606Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f476abee-8007-4fd3-a175-2504a7a41302 from URL: /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml
2022-08-23T11:05:39.606Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:05:39.607Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml
2022-08-23T11:05:39.679Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:05:39.680Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml f476abee-8007-4fd3-a175-2504a7a41302 20368
2022-08-23T11:05:39.680Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-23T11:05:39.680Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml
2022-08-23T11:05:39.681Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:05:39.681Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:39.683Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:39.684Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252739680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:05:39.787Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-23T11:05:39.788Z||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-08-23T11:05:39.789Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:39.805Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:39.805Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:40.684Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 45d52776-3c34-49d9-8d8a-43367ed2ac61 from URL: /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env
2022-08-23T11:05:40.685Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:05:40.686Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env
2022-08-23T11:05:40.756Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:05:40.757Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env 45d52776-3c34-49d9-8d8a-43367ed2ac61 2098
2022-08-23T11:05:40.758Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-23T11:05:40.758Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env
2022-08-23T11:05:40.758Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:05:40.758Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:40.763Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:40.763Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252740757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:05:40.863Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:05:40.864Z||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-08-23T11:05:40.865Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:40.881Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:40.882Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:41.765Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 24b39959-1ed4-42a4-b253-f05822748df7
2022-08-23T11:05:41.766Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1c31f85a-a470 0 1e4b1705-6865-4421-a8f1-b3c289ab0c8b 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-08-23T11:05:41.787Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c770118, org.onap.sdc.toscaparser.api.parameters.Input@465ef67c, org.onap.sdc.toscaparser.api.parameters.Input@1d545f6a, org.onap.sdc.toscaparser.api.parameters.Input@36157871, org.onap.sdc.toscaparser.api.parameters.Input@124ed06a]
2022-08-23T11:05:41.789Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.789Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.789Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-23T11:05:41.790Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1f5dbc1c-c769-4a53-aaa5-f69a4afa839f
2022-08-23T11:05:41.790Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f5dbc1c-c769-4a53-aaa5-f69a4afa839f matches Tosca VF Customization UUID: 1f5dbc1c-c769-4a53-aaa5-f69a4afa839f
2022-08-23T11:05:41.790Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1f5dbc1c-c769-4a53-aaa5-f69a4afa839f  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-08-23T11:05:41.793Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.794Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.795Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1f5dbc1c-c769-4a53-aaa5-f69a4afa839f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-23T11:05:41.795Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@149b85f
2022-08-23T11:05:41.795Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.796Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:05:41.796Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8df52a1f-2f24-4cc1-9cbb-391accb61252
2022-08-23T11:05:41.796Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8df52a1f-2f24-4cc1-9cbb-391accb61252
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-08-23T11:05:41.799Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.800Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:41.800Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:41.801Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.801Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:41.801Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:41.802Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.802Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:41.802Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:41.803Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:41.803Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-23T11:05:41.803Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:05:41.803Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:05:41.803Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.804Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:41.804Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:05:41.804Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:41.805Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:05:41.805Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.805Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a4c09201-76a2-4e93-9042-97f15083129a
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-08-23T11:05:41.808Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.809Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:41.809Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:41.809Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.809Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:41.810Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:41.810Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:41.810Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:05:41.810Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:41.811Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.811Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:05:41.811Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.811Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-23T11:05:41.812Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:05:41.812Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:41.812Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:05:41.813Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.813Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17ffdc54-3c9c-483f-96b6-6a817f92bfe5
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-08-23T11:05:41.817Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.817Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:41.817Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:41.823Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.823Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is not matching search criteria
2022-08-23T11:05:41.824Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:05:41.824Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:05:41.824Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:05:41.824Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:41.825Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.825Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:05:41.825Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.826Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:05:41.826Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:05:41.826Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:05:41.826Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:05:41.827Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-23T11:05:41.827Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8503a970-5dc2-4988-86f5-8ec977b1efaa
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-08-23T11:05:41.831Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.831Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:41.831Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:05:41.832Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.832Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c31f85a-a470 0 is matching search criteria
2022-08-23T11:05:41.832Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c31f85a-a470 0] matching following query criteria: sdcType=VF, customizationUUID=1f5dbc1c-c769-4a53-aaa5-f69a4afa839f
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-08-23T11:05:41.835Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.835Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.835Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 24b39959-1ed4-42a4-b253-f05822748df7: vFW 1c31f85a-a470
2022-08-23T11:05:41.836Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.836Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.836Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.836Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.837Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.837Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.837Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.838Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.838Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:05:41.838Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:05:41.838Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-23 11-02-32 
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-08-23T11:05:42.042Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1c31f85a-a470 1e4b1705-6865-4421-a8f1-b3c289ab0c8b 1 ASDC deployResourceStructure
2022-08-23T11:05:42.043Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json ASDC sendASDCNotification
2022-08-23T11:05:42.043Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json
2022-08-23T11:05:42.043Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:05:42.044Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:42.046Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:42.046Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252742043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:05:42.146Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:42.147Z||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-08-23T11:05:42.148Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:42.167Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:42.168Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:43.047Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-23T11:05:43.047Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml
2022-08-23T11:05:43.047Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:05:43.048Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:43.050Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:43.050Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252743047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:05:43.150Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:43.151Z||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-08-23T11:05:43.152Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:43.177Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:43.178Z||pool-31-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:44.051Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-23T11:05:44.052Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env
2022-08-23T11:05:44.052Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:05:44.053Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:44.055Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:44.055Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252744051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:05:44.155Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:44.157Z||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-08-23T11:05:44.157Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:44.179Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:44.180Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:45.056Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar ASDC sendASDCNotification
2022-08-23T11:05:45.056Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar
2022-08-23T11:05:45.056Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:05:45.057Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:05:45.059Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:05:45.059Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252745056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:05:45.159Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:05:45.160Z||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-08-23T11:05:45.161Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:05:45.177Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:05:45.177Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:05:46.060Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4754e16e-9e7e-429b-b624-4cb4297dfaa8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:05:46.073Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4754e16e-9e7e-429b-b624-4cb4297dfaa8
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-08-23T11:05:46.080Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:05:46.080Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-23T11:05:46.080Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-23T11:05:46.080Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-23T11:05:46.080Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:05:46.081Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:05:46.081Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:05:46.081Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:05:46.081Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:05:46.081Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:05:46.081Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||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-08-23T11:05:46.089Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-23T11:06:06.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:06:06.558Z||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-08-23T11:06:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:07.222Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:07.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1c30acb-cb48-43ea-b9d5-5fe9ac5edfd9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252721914,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:06:07.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252723637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "aai-ml",
  "timestamp": 1661252715046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252721487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "clamp",
  "timestamp": 1661252724407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "policy-id",
  "timestamp": 1661252720117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "aai-ml",
  "timestamp": 1661252715046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "clamp",
  "timestamp": 1661252724407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252723637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252721487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "policy-id",
  "timestamp": 1661252720117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "cds",
  "timestamp": 1661252727017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "aai-ml",
  "timestamp": 1661252715046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252723637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "clamp",
  "timestamp": 1661252724407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252721487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "policy-id",
  "timestamp": 1661252720117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "cds",
  "timestamp": 1661252727017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252723637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "clamp",
  "timestamp": 1661252724407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "aai-ml",
  "timestamp": 1661252715046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252721487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "policy-id",
  "timestamp": 1661252720117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "cds",
  "timestamp": 1661252727017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "aai-ml",
  "timestamp": 1661252715046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "clamp",
  "timestamp": 1661252724407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252721487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252723637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "policy-id",
  "timestamp": 1661252720117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "cds",
  "timestamp": 1661252727017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "aai-ml",
  "timestamp": 1661252715046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "clamp",
  "timestamp": 1661252724407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252721487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252723637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "policy-id",
  "timestamp": 1661252720117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "cds",
  "timestamp": 1661252727017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "aai-ml",
  "timestamp": 1661252715046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "clamp",
  "timestamp": 1661252724407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661252723637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252721487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "policy-id",
  "timestamp": 1661252720117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "cds",
  "timestamp": 1661252727017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "aai-ml",
  "timestamp": 1661252732291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252733017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "policy-id",
  "timestamp": 1661252733259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.262Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "cds",
  "timestamp": 1661252727017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252734565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.263Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "policy-id",
  "timestamp": 1661252734263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:07.264Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "cds",
  "timestamp": 1661252734803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.264Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "policy-id",
  "timestamp": 1661252735266,
  "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-08-23T11:06:07.287Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a90a0664-1d06-4756-8b61-94bcc4d2b599
2022-08-23T11:06:07.287Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:06:07.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252734808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "cds",
  "timestamp": 1661252735811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-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-08-23T11:06:07.309Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a90a0664-1d06-4756-8b61-94bcc4d2b599
2022-08-23T11:06:07.309Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:06:07.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252736253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:07.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252734808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661252737257,
  "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-08-23T11:06:07.331Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a90a0664-1d06-4756-8b61-94bcc4d2b599
2022-08-23T11:06:07.331Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:06:07.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252734808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252738594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252734808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252739680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252734808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "clamp",
  "timestamp": 1661252739990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252740757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252734808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252742043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/vfw1c31f85aa4700_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:07.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252734808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "clamp",
  "timestamp": 1661252742004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252743047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:07.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252742600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "clamp",
  "timestamp": 1661252743007,
  "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-08-23T11:06:07.352Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a90a0664-1d06-4756-8b61-94bcc4d2b599
2022-08-23T11:06:07.352Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:06:07.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "aai-ml",
  "timestamp": 1661252742610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:07.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252744051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/resourceInstances/vfw1c31f85aa4700/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:07.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252743734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "aai-ml",
  "timestamp": 1661252743614,
  "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-08-23T11:06:07.369Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a90a0664-1d06-4756-8b61-94bcc4d2b599
2022-08-23T11:06:07.370Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:06:07.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252745056,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110232/1.0/artifacts/service-Vfw20220823110232-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:07.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252744828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:07.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:07.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252745860,
  "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-08-23T11:06:07.393Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a90a0664-1d06-4756-8b61-94bcc4d2b599
2022-08-23T11:06:07.393Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:06:07.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:06:07.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661252746865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:07.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:06:16.091Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4754e16e-9e7e-429b-b624-4cb4297dfaa8 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-08-23T11:06:16.098Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4754e16e-9e7e-429b-b624-4cb4297dfaa8 and serviceModelVersionId: 24b39959-1ed4-42a4-b253-f05822748df7
2022-08-23T11:06:16.099Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99174d21-416f-4820-8bbf-6b671366696b
2022-08-23T11:06:16.101Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0
2022-08-23T11:06:16.113Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-23T11:06:16.188Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0|INFO|500||Invoke
2022-08-23T11:06:16.189Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4754e16e-9e7e-429b-b624-4cb4297dfaa8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9dbc862f-947a-4842-b736-31c1c82b34f0], X-ECOMP-RequestID=[4754e16e-9e7e-429b-b624-4cb4297dfaa8], X-TransactionId=[], X-ONAP-RequestID=[4754e16e-9e7e-429b-b624-4cb4297dfaa8], Content-Type=[application/merge-patch+json]}
2022-08-23T11:06:16.241Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-23T11:06:16.428Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?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/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220823-11:06:15:860-70688], vertex-id=[143368], Content-Length=[0], Date=[Tue, 23 Aug 2022 11:06:15 GMT], Content-Type=[application/json]}
2022-08-23T11:06:16.428Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-23T11:06:16.429Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99174d21-416f-4820-8bbf-6b671366696b/model-vers/model-ver/24b39959-1ed4-42a4-b253-f05822748df7?depth=0|INFO|500||InvokeReturn
2022-08-23T11:06:16.430Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-23T11:06:16.430Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||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-08-23T11:06:16.438Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||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-08-23T11:06:16.438Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4754e16e-9e7e-429b-b624-4cb4297dfaa8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-23T11:06:16.439Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-23T11:06:16.439Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:16.442Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:16.442Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252776438,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:06:16.542Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:06:16.544Z||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-08-23T11:06:16.544Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:16.566Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:16.567Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-08-23T11:06:17.455Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-23T11:06:17.456Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a90a0664-1d06-4756-8b61-94bcc4d2b599","serviceName":"vFW 2022-08-23 11-04-30","serviceVersion":"1.0","serviceUUID":"c6523b26-1959-4345-89ef-1d3de90aa749","serviceDescription":"catalog service description","serviceInvariantUUID":"3c56565c-1a41-4c96-aa2a-464fbd07843e","resources":[{"resourceInstanceName":"vFW a249e95b-afad 0","resourceName":"vFW a249e95b-afad","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5b125d9d-a1db-4062-b949-986373e9fec3","resourceInvariantUUID":"99b804ab-14e1-4009-8cad-58630fc58a22","resourceCustomizationUUID":"c763b394-e64a-45ed-8baf-6cd5e9ff93f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml","artifactChecksum":"NzY4MjdkNWI5YWQ3NGMyZjQxYmVhOTAyMDAzMGRiY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f83a08b-b4c2-4b4a-927b-ce286a0b1ddc","artifactVersion":"1"},{"artifactName":"vfwa249e95bafad0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json","artifactChecksum":"ZmExNzNlNmNhZmUzYWQ0ZmRkNThkZTEyNTVjZTZiZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf724223-1761-41b6-ac39-c3c7b8502764","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f794fade-507e-4a29-b47f-b0c6c94bfd42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml","artifactChecksum":"OTgzMmVjMWY3OTI2ODIyMDM1N2FjZGU5NDdlZTk0ODg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"26bb3fb0-51a8-4b9b-8e1b-6c1c1f16d64b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cd08e70e-c57e-42d6-97dd-c6854e442e29","artifactVersion":"2","generatedFromUUID":"f794fade-507e-4a29-b47f-b0c6c94bfd42"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220823110430-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml","artifactChecksum":"MTE4ZWMzNDc1MGMxODYzN2ZiZGUxZTM4OWFlYmI5ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"658966e9-f8e2-4580-b705-7cfe2a163593","artifactVersion":"1"},{"artifactName":"service-Vfw20220823110430-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar","artifactChecksum":"NjU5OWFiY2JjM2VkZjg0ZDQxNjBhN2JmNzQ3OTdiNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"105f40cb-7295-4275-bde8-91fae42deaa2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:06:17.457Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:17.458Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:17.460Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:17.460Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:17.565Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-23T11:06:17.566Z||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-08-23T11:06:17.566Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:17.581Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:17.582Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:18.461Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:18.462Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:18.464Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:18.464Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:06:18.564Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:18.565Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:06:18.566Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:18.582Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:18.583Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:06:19.465Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:19.465Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:19.468Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:19.468Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:06:19.568Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:06:19.569Z||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-08-23T11:06:19.569Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:19.589Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:19.590Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:20.474Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:20.475Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:20.481Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:20.481Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:20.582Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-23T11:06:20.583Z||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-08-23T11:06:20.583Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:20.618Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:20.619Z||pool-38-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:21.482Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:21.483Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:21.486Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:21.486Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-23T11:06:21.586Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:06:21.588Z||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-08-23T11:06:21.588Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:21.602Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:21.603Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:06:22.490Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:22.491Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:22.494Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:22.494Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:06:22.594Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:22.595Z||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-08-23T11:06:22.595Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:22.612Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:22.613Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:23.495Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:06:23.496Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:23.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:23.498Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:06:23.598Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:23.599Z||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-08-23T11:06:23.599Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:23.615Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:23.616Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:24.500Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "serviceName": "vFW 2022-08-23 11-04-30",
  "serviceVersion": "1.0",
  "serviceUUID": "c6523b26-1959-4345-89ef-1d3de90aa749",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3c56565c-1a41-4c96-aa2a-464fbd07843e",
  "resources": [
    {
      "resourceInstanceName": "vFW a249e95b-afad 0",
      "resourceCustomizationUUID": "c763b394-e64a-45ed-8baf-6cd5e9ff93f5",
      "resourceName": "vFW a249e95b-afad",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5b125d9d-a1db-4062-b949-986373e9fec3",
      "resourceInvariantUUID": "99b804ab-14e1-4009-8cad-58630fc58a22",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa249e95bafad0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
          "artifactChecksum": "ZmExNzNlNmNhZmUzYWQ0ZmRkNThkZTEyNTVjZTZiZTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cf724223-1761-41b6-ac39-c3c7b8502764",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f794fade-507e-4a29-b47f-b0c6c94bfd42",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cd08e70e-c57e-42d6-97dd-c6854e442e29",
            "generatedFromUUID": "f794fade-507e-4a29-b47f-b0c6c94bfd42"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cd08e70e-c57e-42d6-97dd-c6854e442e29",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220823110430-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
      "artifactChecksum": "NjU5OWFiY2JjM2VkZjg0ZDQxNjBhN2JmNzQ3OTdiNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "105f40cb-7295-4275-bde8-91fae42deaa2"
    }
  ],
  "workloadContext": "Production"
}
2022-08-23T11:06:24.500Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:06:24.500Z|4754e16e-9e7e-429b-b624-4cb4297dfaa8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c6523b26-1959-4345-89ef-1d3de90aa749 ASDC
2022-08-23T11:06:24.501Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a90a0664-1d06-4756-8b61-94bcc4d2b599
ServiceName:vFW 2022-08-23 11-04-30
ServiceVersion:1.0
ServiceUUID:c6523b26-1959-4345-89ef-1d3de90aa749
ServiceInvariantUUID:3c56565c-1a41-4c96-aa2a-464fbd07843e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220823110430-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar
ArtifactUUID:105f40cb-7295-4275-bde8-91fae42deaa2
ArtifactChecksum:NjU5OWFiY2JjM2VkZjg0ZDQxNjBhN2JmNzQ3OTdiNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a249e95b-afad 0
ResourceCustomizationUUID:c763b394-e64a-45ed-8baf-6cd5e9ff93f5
ResourceInvariantUUID:99b804ab-14e1-4009-8cad-58630fc58a22
ResourceName:vFW a249e95b-afad
ResourceType:VF
ResourceUUID:5b125d9d-a1db-4062-b949-986373e9fec3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa249e95bafad0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json
ArtifactUUID:cf724223-1761-41b6-ac39-c3c7b8502764
ArtifactChecksum:ZmExNzNlNmNhZmUzYWQ0ZmRkNThkZTEyNTVjZTZiZTI=
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/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml
ArtifactUUID:f794fade-507e-4a29-b47f-b0c6c94bfd42
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/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env
ArtifactUUID:cd08e70e-c57e-42d6-97dd-c6854e442e29
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/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env
ArtifactUUID:cd08e70e-c57e-42d6-97dd-c6854e442e29
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-23T11:06:24.502Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6523b26-1959-4345-89ef-1d3de90aa749 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-08-23T11:06:24.546Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:06:24.547Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:06:24.548Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:06:24.548Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 105f40cb-7295-4275-bde8-91fae42deaa2 from URL: /sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:24.548Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:06:24.548Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:24.630Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:06:24.635Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar 105f40cb-7295-4275-bde8-91fae42deaa2 100668
2022-08-23T11:06:24.636Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar ASDC sendASDCNotification
2022-08-23T11:06:24.637Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:24.637Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:06:24.637Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:24.640Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:24.640Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252784636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:24.740Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:06:24.742Z||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-08-23T11:06:24.742Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:24.761Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:24.763Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:25.641Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:06:25.643Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:06:25.644Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 105f40cb-7295-4275-bde8-91fae42deaa2, URL: /sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar to file: /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:25.644Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220823110430-csar.csar
2022-08-23T11:06:25.645Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:25.646Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:25.873Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10605777018764432452/Definitions/service-Vfw20220823110430-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-08-23T11:06:28.636Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:06:28.637Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:06:28.638Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.638Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-23T11:06:28.638Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.638Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||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-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.639Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||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-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.639Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||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-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.639Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.640Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.640Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a249e95b-afad 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.640Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||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-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.641Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.641Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.641Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:28.641Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:06:28.642Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.642Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.643Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:28.643Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:06:28.643Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:06:28.644Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.644Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.644Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:28.645Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:06:28.645Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:06:28.645Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.645Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.646Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.646Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is not matching search criteria
2022-08-23T11:06:28.646Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:06:28.647Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:06:28.647Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:06:28.647Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.648Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.648Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:06:28.648Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.648Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:06:28.649Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:06:28.649Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.649Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.650Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:06:28.650Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.650Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:06:28.651Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.651Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-23T11:06:28.651Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.651Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:06:28.652Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.652Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:28.652Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:28.653Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.653Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:28.653Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:28.654Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.654Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:28.654Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:28.655Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.655Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is not matching search criteria
2022-08-23T11:06:28.655Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:06:28.656Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:06:28.656Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-23T11:06:28.656Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:06:28.657Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:06:28.657Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.657Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.658Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:06:28.658Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.658Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:06:28.658Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.659Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=976e5a4f-e0f8-4e1d-b849-afb5ed8cd94f
2022-08-23T11:06:28.659Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.659Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is not matching search criteria
2022-08-23T11:06:28.660Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:06:28.660Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:06:28.660Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:06:28.661Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.661Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.662Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:06:28.662Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.662Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-23T11:06:28.662Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:06:28.663Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.663Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:06:28.663Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.664Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d1aa0e1b-4f05-4ed3-85e4-52d6139ca7cf
2022-08-23T11:06:28.664Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.664Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is not matching search criteria
2022-08-23T11:06:28.665Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:06:28.665Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:06:28.665Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:06:28.665Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.665Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.665Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-23T11:06:28.666Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb9689ab-5dcb-4c0a-98e5-eef7a37b3a8c
2022-08-23T11:06:28.667Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.667Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.667Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.667Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.667Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.668Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.668Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:28.668Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:28.668Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-23 11-04-30
Description:catalog service description
Model UUID:c6523b26-1959-4345-89ef-1d3de90aa749
Model Version:NULL
Model InvariantUuid:3c56565c-1a41-4c96-aa2a-464fbd07843e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a249e95b-afad
Model UUID:a7632e9f-4152-4711-aabd-f6d35aadd9d3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:99b804ab-14e1-4009-8cad-58630fc58a22
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c763b394-e64a-45ed-8baf-6cd5e9ff93f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:74a04f2b-0d98-4e3c-a538-571bb0100668
ModelName:VfwA249e95bAfad..base_vfw..module-0
ModelUuid:64aafc8c-4d92-43bd-94db-7c0229c37519
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:976e5a4f-e0f8-4e1d-b849-afb5ed8cd94f
ModelInvariantUuid:69b28ba8-45cb-404b-9ae6-356c3cfaf060
ModelName:vFW a249e95b-afad-nodes.vfwCvfc
ModelUuid:d20ef795-8bea-4eed-a279-ad0bc64ffdc4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7c7a4ab9-4777-446e-bb13-81fdfd798d34
ModelInvariantUuid:418df8bb-a208-4991-a08f-3741f39bc178
ModelName:VfwA249e95bAfad.compute.nodes.heat.vfw
ModelUuid:3c391e79-cba5-4d04-bddd-ecd665e8ff88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d1aa0e1b-4f05-4ed3-85e4-52d6139ca7cf
ModelInvariantUuid:88809be2-ba66-4514-b157-ae3e6f226c42
ModelName:vFW a249e95b-afad-nodes.vsnCvfc
ModelUuid:a4707545-4b5b-42ab-b38e-c3a5de2d9e6c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:810f7b2c-ede0-465e-a4db-5992bd385466
ModelInvariantUuid:2c702b43-aa8a-4481-bfca-afe9b843f523
ModelName:VfwA249e95bAfad.compute.nodes.heat.vsn
ModelUuid:81a13c71-1f40-4705-a888-132ecd0eb07d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:eb9689ab-5dcb-4c0a-98e5-eef7a37b3a8c
ModelInvariantUuid:05c5a14a-756c-40bd-97be-5d6aec981a5e
ModelName:vFW a249e95b-afad-nodes.vpgCvfc
ModelUuid:ee70dd0c-7957-43ac-9fb5-4d1526a97769
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3263c3dc-aa1c-4037-ab34-dabb0e53c3a1
ModelInvariantUuid:1afc38ab-dc87-4871-ad5a-970e82a0a841
ModelName:VfwA249e95bAfad.compute.nodes.heat.vpg
ModelUuid:99f18223-934c-4fca-b8fa-e4952e449833
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-08-23T11:06:28.677Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5b125d9d-a1db-4062-b949-986373e9fec3
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-08-23T11:06:28.681Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||vFW a249e95b-afad 0
2022-08-23T11:06:28.681Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5b125d9d-a1db-4062-b949-986373e9fec3
2022-08-23T11:06:28.681Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cf724223-1761-41b6-ac39-c3c7b8502764 from URL: /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json
2022-08-23T11:06:28.681Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:06:28.681Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json
2022-08-23T11:06:28.758Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:06:28.759Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json cf724223-1761-41b6-ac39-c3c7b8502764 785
2022-08-23T11:06:28.759Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json ASDC sendASDCNotification
2022-08-23T11:06:28.759Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json
2022-08-23T11:06:28.759Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:06:28.760Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:28.762Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:28.762Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252788759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:28.863Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-23T11:06:28.864Z||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-08-23T11:06:28.864Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:28.878Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:28.879Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:29.763Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA249e95bAfad..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "74a04f2b-0d98-4e3c-a538-571bb0100668",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64aafc8c-4d92-43bd-94db-7c0229c37519",
    "vfModuleModelCustomizationUUID": "b03a6e5f-d6cf-4cc5-b606-b76f2e554b9b",
    "isBase": true,
    "artifacts": [
      "f794fade-507e-4a29-b47f-b0c6c94bfd42",
      "cd08e70e-c57e-42d6-97dd-c6854e442e29"
    ],
    "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-08-23T11:06:29.768Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA249e95bAfad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64aafc8c-4d92-43bd-94db-7c0229c37519
VfModuleModelInvariantUUID:74a04f2b-0d98-4e3c-a538-571bb0100668
VfModuleModelDescription:NULL
Artifacts UUID List:{
f794fade-507e-4a29-b47f-b0c6c94bfd42
,
cd08e70e-c57e-42d6-97dd-c6854e442e29

}
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-08-23T11:06:29.772Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA249e95bAfad..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "74a04f2b-0d98-4e3c-a538-571bb0100668",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64aafc8c-4d92-43bd-94db-7c0229c37519",
    "vfModuleModelCustomizationUUID": "b03a6e5f-d6cf-4cc5-b606-b76f2e554b9b",
    "isBase": true,
    "artifacts": [
      "f794fade-507e-4a29-b47f-b0c6c94bfd42",
      "cd08e70e-c57e-42d6-97dd-c6854e442e29"
    ],
    "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-08-23T11:06:29.772Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA249e95bAfad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64aafc8c-4d92-43bd-94db-7c0229c37519
VfModuleModelInvariantUUID:74a04f2b-0d98-4e3c-a538-571bb0100668
VfModuleModelDescription:NULL
Artifacts UUID List:{
f794fade-507e-4a29-b47f-b0c6c94bfd42
,
cd08e70e-c57e-42d6-97dd-c6854e442e29

}
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-08-23T11:06:29.772Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f794fade-507e-4a29-b47f-b0c6c94bfd42 from URL: /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml
2022-08-23T11:06:29.772Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:06:29.773Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml
2022-08-23T11:06:29.868Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:06:29.869Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml f794fade-507e-4a29-b47f-b0c6c94bfd42 20368
2022-08-23T11:06:29.870Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-23T11:06:29.870Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml
2022-08-23T11:06:29.871Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:06:29.871Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:29.874Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:29.874Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252789870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:29.974Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:29.975Z||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-08-23T11:06:29.975Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:29.992Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:29.993Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:06:30.875Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cd08e70e-c57e-42d6-97dd-c6854e442e29 from URL: /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env
2022-08-23T11:06:30.877Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:06:30.877Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env
2022-08-23T11:06:30.970Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:06:30.971Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env cd08e70e-c57e-42d6-97dd-c6854e442e29 2098
2022-08-23T11:06:30.971Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-23T11:06:30.971Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env
2022-08-23T11:06:30.972Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:06:30.972Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:30.974Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:30.974Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252790971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:06:31.074Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:31.075Z||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-08-23T11:06:31.076Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:31.095Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:31.096Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:31.975Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c6523b26-1959-4345-89ef-1d3de90aa749
2022-08-23T11:06:31.975Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a249e95b-afad 0 5b125d9d-a1db-4062-b949-986373e9fec3 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-08-23T11:06:31.998Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cd85c1f, org.onap.sdc.toscaparser.api.parameters.Input@21d222d9, org.onap.sdc.toscaparser.api.parameters.Input@6dd00616, org.onap.sdc.toscaparser.api.parameters.Input@568f5e47, org.onap.sdc.toscaparser.api.parameters.Input@1879d82d]
2022-08-23T11:06:32.000Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.001Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:32.002Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-23T11:06:32.002Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c763b394-e64a-45ed-8baf-6cd5e9ff93f5
2022-08-23T11:06:32.002Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c763b394-e64a-45ed-8baf-6cd5e9ff93f5 matches Tosca VF Customization UUID: c763b394-e64a-45ed-8baf-6cd5e9ff93f5
2022-08-23T11:06:32.003Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c763b394-e64a-45ed-8baf-6cd5e9ff93f5  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-08-23T11:06:32.007Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.008Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:32.009Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c763b394-e64a-45ed-8baf-6cd5e9ff93f5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-23T11:06:32.010Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69d1b521
2022-08-23T11:06:32.010Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.010Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:06:32.011Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b03a6e5f-d6cf-4cc5-b606-b76f2e554b9b
2022-08-23T11:06:32.011Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b03a6e5f-d6cf-4cc5-b606-b76f2e554b9b
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-08-23T11:06:32.014Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.015Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:32.015Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:32.016Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.016Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:32.016Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:32.017Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.017Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is not matching search criteria
2022-08-23T11:06:32.018Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:06:32.018Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:06:32.018Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-23T11:06:32.019Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:06:32.019Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:06:32.020Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:32.020Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:32.021Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:06:32.021Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:32.021Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:06:32.022Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:32.022Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=976e5a4f-e0f8-4e1d-b849-afb5ed8cd94f
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-08-23T11:06:32.025Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.026Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:32.026Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:32.027Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.027Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is not matching search criteria
2022-08-23T11:06:32.028Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:06:32.028Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:06:32.028Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:06:32.029Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:32.029Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:32.029Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:06:32.030Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:32.030Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-23T11:06:32.030Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-23T11:06:32.031Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:32.031Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-23T11:06:32.031Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:32.032Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d1aa0e1b-4f05-4ed3-85e4-52d6139ca7cf
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-08-23T11:06:32.035Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.035Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:32.035Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:32.036Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.037Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is not matching search criteria
2022-08-23T11:06:32.037Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-23T11:06:32.037Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-23T11:06:32.038Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-23T11:06:32.038Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:32.038Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:32.039Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-23T11:06:32.039Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-23T11:06:32.039Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-23T11:06:32.040Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-23T11:06:32.040Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-23T11:06:32.040Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-23T11:06:32.041Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-23T11:06:32.041Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb9689ab-5dcb-4c0a-98e5-eef7a37b3a8c
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-08-23T11:06:32.044Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.045Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:32.045Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:06:32.046Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.046Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Node template vFW a249e95b-afad 0 is matching search criteria
2022-08-23T11:06:32.046Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a249e95b-afad 0] matching following query criteria: sdcType=VF, customizationUUID=c763b394-e64a-45ed-8baf-6cd5e9ff93f5
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-08-23T11:06:32.049Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.049Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:32.050Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c6523b26-1959-4345-89ef-1d3de90aa749: vFW a249e95b-afad
2022-08-23T11:06:32.050Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.050Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:32.051Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.051Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:32.051Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.052Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:32.052Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.052Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:32.053Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:06:32.053Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-23 11-04-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:06:32.053Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-23 11-04-30 
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-08-23T11:06:32.260Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a249e95b-afad 5b125d9d-a1db-4062-b949-986373e9fec3 1 ASDC deployResourceStructure
2022-08-23T11:06:32.261Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json ASDC sendASDCNotification
2022-08-23T11:06:32.261Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json
2022-08-23T11:06:32.261Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:06:32.261Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:32.264Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:32.264Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252792260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:32.364Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:32.366Z||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-08-23T11:06:32.366Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:32.384Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:32.385Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:33.265Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-23T11:06:33.265Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml
2022-08-23T11:06:33.265Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:06:33.266Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:33.268Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:33.268Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252793265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:33.368Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:33.369Z||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-08-23T11:06:33.370Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:33.385Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:33.385Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:06:34.269Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-23T11:06:34.269Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env
2022-08-23T11:06:34.270Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:06:34.270Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:34.272Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:34.272Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252794269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:34.372Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:34.374Z||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-08-23T11:06:34.374Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:34.388Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:34.389Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:35.273Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar ASDC sendASDCNotification
2022-08-23T11:06:35.274Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar
2022-08-23T11:06:35.274Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:06:35.274Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:06:35.276Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:06:35.276Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252795273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:06:35.376Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:06:35.377Z||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-08-23T11:06:35.377Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:06:35.396Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:06:35.398Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:06:36.277Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a90a0664-1d06-4756-8b61-94bcc4d2b599
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:06:36.289Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a90a0664-1d06-4756-8b61-94bcc4d2b599
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-08-23T11:06:36.295Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:06:36.295Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-23T11:06:36.295Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-23T11:06:36.295Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-23T11:06:36.295Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:06:36.296Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:06:36.296Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:06:36.296Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:06:36.296Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:06:36.296Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:06:36.296Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||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-08-23T11:06:36.304Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-23T11:07:06.304Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a90a0664-1d06-4756-8b61-94bcc4d2b599 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-08-23T11:07:06.313Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a90a0664-1d06-4756-8b61-94bcc4d2b599 and serviceModelVersionId: c6523b26-1959-4345-89ef-1d3de90aa749
2022-08-23T11:07:06.314Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c56565c-1a41-4c96-aa2a-464fbd07843e
2022-08-23T11:07:06.315Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c56565c-1a41-4c96-aa2a-464fbd07843e/model-vers/model-ver/c6523b26-1959-4345-89ef-1d3de90aa749?depth=0
2022-08-23T11:07:06.322Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-23T11:07:06.402Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c56565c-1a41-4c96-aa2a-464fbd07843e/model-vers/model-ver/c6523b26-1959-4345-89ef-1d3de90aa749?depth=0|INFO|500||Invoke
2022-08-23T11:07:06.403Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c56565c-1a41-4c96-aa2a-464fbd07843e/model-vers/model-ver/c6523b26-1959-4345-89ef-1d3de90aa749?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c56565c-1a41-4c96-aa2a-464fbd07843e/model-vers/model-ver/c6523b26-1959-4345-89ef-1d3de90aa749?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a90a0664-1d06-4756-8b61-94bcc4d2b599], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[13815299-75df-48bf-b95c-0c612ae7d1d0], X-ECOMP-RequestID=[a90a0664-1d06-4756-8b61-94bcc4d2b599], X-TransactionId=[], X-ONAP-RequestID=[a90a0664-1d06-4756-8b61-94bcc4d2b599], Content-Type=[application/merge-patch+json]}
2022-08-23T11:07:06.439Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c56565c-1a41-4c96-aa2a-464fbd07843e/model-vers/model-ver/c6523b26-1959-4345-89ef-1d3de90aa749?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-23T11:07:06.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:07:06.558Z||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-08-23T11:07:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:07:06.599Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c56565c-1a41-4c96-aa2a-464fbd07843e/model-vers/model-ver/c6523b26-1959-4345-89ef-1d3de90aa749?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/3c56565c-1a41-4c96-aa2a-464fbd07843e/model-vers/model-ver/c6523b26-1959-4345-89ef-1d3de90aa749?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220823-11:07:06:057-98205], vertex-id=[413928], Content-Length=[0], Date=[Tue, 23 Aug 2022 11:07:06 GMT], Content-Type=[application/json]}
2022-08-23T11:07:06.600Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c56565c-1a41-4c96-aa2a-464fbd07843e/model-vers/model-ver/c6523b26-1959-4345-89ef-1d3de90aa749?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-23T11:07:06.600Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c56565c-1a41-4c96-aa2a-464fbd07843e/model-vers/model-ver/c6523b26-1959-4345-89ef-1d3de90aa749?depth=0|INFO|500||InvokeReturn
2022-08-23T11:07:06.600Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-23T11:07:06.600Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||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-08-23T11:07:06.612Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||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-08-23T11:07:06.612Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a90a0664-1d06-4756-8b61-94bcc4d2b599 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-23T11:07:06.613Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-23T11:07:06.613Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:07:06.617Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:07:06.617Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252826612,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:07:06.717Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:07:06.719Z||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-08-23T11:07:06.719Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:07:06.750Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:07:06.751Z||pool-50-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:07:06.763Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:07:06.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4754e16e-9e7e-429b-b624-4cb4297dfaa8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252776438,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:07:06.764Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:07:06.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:07:06.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:07:06.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:07:06.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:07:06.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:07:06.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:07:06.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:07:06.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:07:06.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-23T11:07:06.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:07:06.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:07:06.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:07:06.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252722938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:07:06.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:07:06.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252784636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:07:06.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:07:06.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252788759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:07:06.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:07:06.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252789870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:07:06.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:07:06.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252790971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:07:06.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:07:06.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252792260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/vfwa249e95bafad0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:07:06.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:07:06.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252793265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:07:06.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:07:06.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252794269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/resourceInstances/vfwa249e95bafad0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:07:06.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:07:06.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-23T11:07:06.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252795273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220823110430/1.0/artifacts/service-Vfw20220823110430-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:07:06.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-23T11:07:07.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:07:07.631Z||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-08-23T11:07:07.632Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:07:17.186Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:07:17.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:07:17.188Z||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-08-23T11:07:17.188Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:07:26.744Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:07:26.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:07:26.746Z||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-08-23T11:07:26.746Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:07:36.285Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:07:36.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:07:36.287Z||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-08-23T11:07:36.287Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:07:45.826Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:08:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:08:06.540Z||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-08-23T11:08:06.540Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:08:06.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:08:06.559Z||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-08-23T11:08:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:08:07.098Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:08:07.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:08:07.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a90a0664-1d06-4756-8b61-94bcc4d2b599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661252826612,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:08:07.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:08:16.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:09:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:09:06.542Z||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-08-23T11:09:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:09:06.556Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:09:06.559Z||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-08-23T11:09:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:09:16.123Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:09:16.124Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:10:06.540Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:10:06.543Z||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-08-23T11:10:06.543Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:10:06.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:10:06.557Z||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-08-23T11:10:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:10:16.100Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:10:16.100Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:11:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:11:06.541Z||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-08-23T11:11:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:11:06.556Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:11:06.557Z||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-08-23T11:11:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:11:16.118Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:11:16.119Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:12:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:12:06.541Z||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-08-23T11:12:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:12:06.556Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:12:06.557Z||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-08-23T11:12:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:12:16.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:12:16.110Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:13:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:13:06.540Z||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-08-23T11:13:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:13:06.556Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:13:06.557Z||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-08-23T11:13:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:13:16.098Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:13:16.104Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:14:06.539Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:14:06.541Z||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-08-23T11:14:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:14:06.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:14:06.557Z||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-08-23T11:14:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:14:16.126Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:14:16.126Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:15:06.540Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:15:06.543Z||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-08-23T11:15:06.543Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:15:06.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:15:06.561Z||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-08-23T11:15:06.561Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:15:07.193Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:15:07.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"46f56247-c56c-4255-9d2f-82397ca43620","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cdfc55d7-6003-4ccf-9e32-6d7a057d47ad","serviceDescription":"service","serviceInvariantUUID":"4d2d8295-ef66-4b71-9781-1fcac35b8fa6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"13bc3718-64e3-4453-8e3b-b79fd18b8f3d","resourceInvariantUUID":"ae3d9b42-bda9-423d-9b57-b3fef1b8f4ee","resourceCustomizationUUID":"0ec51d3f-14ec-4f84-a2a0-6042ae723935","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":"MWQ0MTY1MzU1MTUyNjFjYjE3NDYxMWNhNzBiODI5Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c6622e2c-4f9c-4c23-86eb-ee0779631409","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzVhOWI4MDZlOWUwYTY0Y2FmY2UyMDBmN2EyZDFmMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88de7340-7288-43ab-85b7-9193c39059c2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:15:07.199Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:15:07.199Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:15:07.200Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:15:07.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "clamp",
  "timestamp": 1661253264408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:15:07.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253254803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:15:07.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "aai-ml",
  "timestamp": 1661253255046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:15:07.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253261486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:15:07.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253263637,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:15:07.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "policy-id",
  "timestamp": 1661253260117,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:15:07.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "aai-ml",
  "timestamp": 1661253255046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:15:07.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "clamp",
  "timestamp": 1661253264408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:15:07.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253254803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:15:07.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253261486,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:15:07.206Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:15:07.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.206Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253306540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:15:07.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "policy-id",
  "timestamp": 1661253260117,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:15:07.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253263637,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:15:07.207Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253267059,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:15:07.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:15:07.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "aai-ml",
  "timestamp": 1661253266342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:15:07.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:15:07.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "policy-id",
  "timestamp": 1661253267311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:15:07.209Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:15:07.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "cds",
  "timestamp": 1661253267017,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:15:07.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "policy-id",
  "timestamp": 1661253268318,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:15:07.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:15:07.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253268684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:15:07.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:15:07.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "cds",
  "timestamp": 1661253267017,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:15:07.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:15:07.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "policy-id",
  "timestamp": 1661253269325,
  "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-08-23T11:15:07.242Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46f56247-c56c-4255-9d2f-82397ca43620
2022-08-23T11:15:07.242Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f56247-c56c-4255-9d2f-82397ca43620 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-08-23T11:15:07.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253269687,
  "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-08-23T11:15:07.266Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46f56247-c56c-4255-9d2f-82397ca43620
2022-08-23T11:15:07.266Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f56247-c56c-4255-9d2f-82397ca43620 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-08-23T11:15:07.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "cds",
  "timestamp": 1661253269768,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:15:07.276Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:15:07.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "cds",
  "timestamp": 1661253270791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-23T11:15:07.282Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46f56247-c56c-4255-9d2f-82397ca43620
2022-08-23T11:15:07.283Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f56247-c56c-4255-9d2f-82397ca43620 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-08-23T11:15:07.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "aai-ml",
  "timestamp": 1661253271215,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:15:07.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:15:07.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "clamp",
  "timestamp": 1661253273077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:15:07.293Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:15:07.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "aai-ml",
  "timestamp": 1661253272218,
  "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-08-23T11:15:07.299Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46f56247-c56c-4255-9d2f-82397ca43620
2022-08-23T11:15:07.299Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f56247-c56c-4255-9d2f-82397ca43620 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-08-23T11:15:07.306Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:15:07.307Z||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-08-23T11:15:07.307Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:15:07.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "clamp",
  "timestamp": 1661253274096,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:15:07.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:15:07.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-23T11:15:07.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "clamp",
  "timestamp": 1661253275100,
  "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-08-23T11:15:07.314Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46f56247-c56c-4255-9d2f-82397ca43620
2022-08-23T11:15:07.314Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46f56247-c56c-4255-9d2f-82397ca43620 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-08-23T11:15:07.324Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:15:07.325Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:15:08.207Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:15:08.208Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:15:08.211Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:15:08.212Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253306540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:15:08.311Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:15:08.312Z||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-08-23T11:15:08.312Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:15:08.365Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:15:08.366Z||pool-52-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:15:09.213Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "cdfc55d7-6003-4ccf-9e32-6d7a057d47ad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4d2d8295-ef66-4b71-9781-1fcac35b8fa6",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0ec51d3f-14ec-4f84-a2a0-6042ae723935",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "13bc3718-64e3-4453-8e3b-b79fd18b8f3d",
      "resourceInvariantUUID": "ae3d9b42-bda9-423d-9b57-b3fef1b8f4ee",
      "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": "MzVhOWI4MDZlOWUwYTY0Y2FmY2UyMDBmN2EyZDFmMzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88de7340-7288-43ab-85b7-9193c39059c2"
    }
  ],
  "workloadContext": "Production"
}
2022-08-23T11:15:09.214Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:15:09.214Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdfc55d7-6003-4ccf-9e32-6d7a057d47ad ASDC
2022-08-23T11:15:09.215Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:46f56247-c56c-4255-9d2f-82397ca43620
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cdfc55d7-6003-4ccf-9e32-6d7a057d47ad
ServiceInvariantUUID:4d2d8295-ef66-4b71-9781-1fcac35b8fa6
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:88de7340-7288-43ab-85b7-9193c39059c2
ArtifactChecksum:MzVhOWI4MDZlOWUwYTY0Y2FmY2UyMDBmN2EyZDFmMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0ec51d3f-14ec-4f84-a2a0-6042ae723935
ResourceInvariantUUID:ae3d9b42-bda9-423d-9b57-b3fef1b8f4ee
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:13bc3718-64e3-4453-8e3b-b79fd18b8f3d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-08-23T11:15:09.216Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdfc55d7-6003-4ccf-9e32-6d7a057d47ad 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-08-23T11:15:09.251Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:15:09.253Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-23T11:15:09.253Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-23T11:15:09.253Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 88de7340-7288-43ab-85b7-9193c39059c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-23T11:15:09.253Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-23T11:15:09.254Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-23T11:15:09.443Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-23T11:15:09.446Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 88de7340-7288-43ab-85b7-9193c39059c2 57656
2022-08-23T11:15:09.446Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-23T11:15:09.446Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-23T11:15:09.446Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:15:09.447Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:15:09.449Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:15:09.449Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253309446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:15:09.550Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-23T11:15:09.552Z||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-08-23T11:15:09.553Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:15:09.580Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:15:09.580Z||pool-53-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:15:10.450Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:15:10.451Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-23T11:15:10.452Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 88de7340-7288-43ab-85b7-9193c39059c2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-23T11:15:10.452Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-23T11:15:10.453Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-23T11:15:10.453Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-23T11:15:10.737Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17782356349817924611/Definitions/service-BasicNetwork-template.yml
2022-08-23T11:15:11.559Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:15:11.560Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-23T11:15:11.561Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-23T11:15:11.561Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-23T11:15:11.561Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-23T11:15:11.562Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-23T11:15:11.562Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-23T11:15:11.563Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-23T11:15:11.563Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-23T11:15:11.563Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-23T11:15:11.564Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-23T11:15:11.564Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-23T11:15:11.564Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-23T11:15:11.565Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.565Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.566Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-23T11:15:11.566Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-23T11:15:11.566Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:15:11.567Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.567Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.567Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-23T11:15:11.567Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-23T11:15:11.568Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:15:11.568Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.568Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.568Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.569Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.569Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.570Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.570Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.570Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.570Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.570Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.571Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:cdfc55d7-6003-4ccf-9e32-6d7a057d47ad
Model Version:NULL
Model InvariantUuid:4d2d8295-ef66-4b71-9781-1fcac35b8fa6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ae3d9b42-bda9-423d-9b57-b3fef1b8f4ee
Model UUID:af36d81f-ccec-4ca6-9aa7-ea674d09c265
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0ec51d3f-14ec-4f84-a2a0-6042ae723935
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-08-23T11:15:11.579Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 13bc3718-64e3-4453-8e3b-b79fd18b8f3d
2022-08-23T11:15:11.580Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||No resources found for Service: cdfc55d7-6003-4ccf-9e32-6d7a057d47ad
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-08-23T11:15:11.590Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||
2022-08-23T11:15:11.590Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-08-23T11:15:11.592Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||No resources found for Service: cdfc55d7-6003-4ccf-9e32-6d7a057d47ad
2022-08-23T11:15:11.592Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cdfc55d7-6003-4ccf-9e32-6d7a057d47ad
2022-08-23T11:15:11.592Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-08-23T11:15:11.592Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-23T11:15:11.598Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20a0df20, org.onap.sdc.toscaparser.api.parameters.Input@9e76368, org.onap.sdc.toscaparser.api.parameters.Input@573bf7ce, org.onap.sdc.toscaparser.api.parameters.Input@658c03e, org.onap.sdc.toscaparser.api.parameters.Input@2027460a]
2022-08-23T11:15:11.600Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.600Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.600Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.600Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.601Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cdfc55d7-6003-4ccf-9e32-6d7a057d47ad: Generic NeutronNet
2022-08-23T11:15:11.601Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.601Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.601Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.601Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-08-23T11:15:11.642Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.642Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.643Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.643Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.643Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:15:11.643Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:15:11.644Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-23T11:15:11.702Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-08-23T11:15:11.702Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-23T11:15:11.703Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-23T11:15:11.703Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:15:11.703Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:15:11.705Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:15:11.705Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253311702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:15:11.805Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:15:11.807Z||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-08-23T11:15:11.807Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:15:11.827Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:15:11.828Z||pool-54-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:15:12.706Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46f56247-c56c-4255-9d2f-82397ca43620
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:15:12.721Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46f56247-c56c-4255-9d2f-82397ca43620
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-08-23T11:15:12.725Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:15:12.726Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-23T11:15:12.726Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-23T11:15:12.726Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-23T11:15:12.726Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:15:12.726Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:15:12.726Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:15:12.726Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:15:12.726Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:15:12.727Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:15:12.727Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-23T11:15:12.733Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-23T11:15:42.734Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46f56247-c56c-4255-9d2f-82397ca43620 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-08-23T11:15:42.740Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46f56247-c56c-4255-9d2f-82397ca43620 and serviceModelVersionId: cdfc55d7-6003-4ccf-9e32-6d7a057d47ad
2022-08-23T11:15:42.740Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d2d8295-ef66-4b71-9781-1fcac35b8fa6
2022-08-23T11:15:42.741Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d2d8295-ef66-4b71-9781-1fcac35b8fa6/model-vers/model-ver/cdfc55d7-6003-4ccf-9e32-6d7a057d47ad?depth=0
2022-08-23T11:15:42.747Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-23T11:15:42.800Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d2d8295-ef66-4b71-9781-1fcac35b8fa6/model-vers/model-ver/cdfc55d7-6003-4ccf-9e32-6d7a057d47ad?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-08-23T11:15:42.802Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d2d8295-ef66-4b71-9781-1fcac35b8fa6/model-vers/model-ver/cdfc55d7-6003-4ccf-9e32-6d7a057d47ad?depth=0|INFO|500||Invoke
2022-08-23T11:15:42.830Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d2d8295-ef66-4b71-9781-1fcac35b8fa6/model-vers/model-ver/cdfc55d7-6003-4ccf-9e32-6d7a057d47ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-23T11:15:42.934Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d2d8295-ef66-4b71-9781-1fcac35b8fa6/model-vers/model-ver/cdfc55d7-6003-4ccf-9e32-6d7a057d47ad?depth=0|INFO|500||InvokeReturn
2022-08-23T11:15:42.935Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d2d8295-ef66-4b71-9781-1fcac35b8fa6/model-vers/model-ver/cdfc55d7-6003-4ccf-9e32-6d7a057d47ad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220823-11:15:42:427-84344], vertex-id=[249856], Content-Length=[0], Date=[Tue, 23 Aug 2022 11:15:42 GMT], Content-Type=[application/json]}
2022-08-23T11:15:42.935Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-08-23T11:15:42.936Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-23T11:15:42.936Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-23T11:15:42.942Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-23T11:15:42.943Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46f56247-c56c-4255-9d2f-82397ca43620 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-23T11:15:42.944Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-23T11:15:42.944Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:15:42.946Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:15:42.946Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253342943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:15:43.046Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:15:43.048Z||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-08-23T11:15:43.048Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:15:43.069Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:15:43.070Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-23T11:16:06.539Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:16:06.540Z|46f56247-c56c-4255-9d2f-82397ca43620|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-08-23T11:16:06.540Z|46f56247-c56c-4255-9d2f-82397ca43620|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:16:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:16:06.557Z||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-08-23T11:16:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:16:06.685Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:16:06.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:16:06.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253306540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:16:06.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:16:07.170Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:16:07.171Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:16:07.171Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"684657f7-10b5-4907-afc3-516ee91be45e","serviceName":"Demo_pNF_mOPBQuhk5HBcFo05RD2k","serviceVersion":"1.0","serviceUUID":"8ee049b1-c1c8-40bf-a1e1-638dcfbd5821","serviceDescription":"catalog service description","serviceInvariantUUID":"a6a0b3da-2aef-4b5f-baa3-9893015e8f0b","resources":[{"resourceInstanceName":"pNF c13c57b7-a62b 0","resourceName":"pNF c13c57b7-a62b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8660a7c0-f70e-41f8-9b05-d3444060702a","resourceInvariantUUID":"b4335028-54c3-4b64-8e45-036b2fcb5d17","resourceCustomizationUUID":"90570eaf-ec3d-4499-9f1a-9b70b8433532","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vf-license-model.xml","artifactChecksum":"ZjUwYWQzOGQyMjAwZjdlNTc2NTQ3OTk1OTk2MmIxNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2969403f-e7ae-4761-9a0e-e59d24458771","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/pNF.csar","artifactChecksum":"ODZmMjhmZjYyMmRhYmY5OGQ0ZTFmZDZhOWU5ZGIxMjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3495d3cf-5486-4f4e-bb5d-50f4ce2fd76a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"997790bc-8174-44a9-a09c-52a3fbb47f60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vendor-license-model.xml","artifactChecksum":"N2MyNWY4OTkyNzZjNGFhZDAxYmM0NjBhOTE4Zjc4ZTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f5158138-5ab1-4eec-a8dc-728abd7c6238","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c1b6e89-558e-47d4-a976-b4360440e5a3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df801734-0ab9-40fa-a6fc-a8b8bac9d458","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMopbquhk5hbcfo05rd2k-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-template.yml","artifactChecksum":"NmE2NmMwYjlmYzhjOWExOGU3Y2YzYTMwMDgwOTg1NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf103272-1962-4e34-8ebf-052a2681d604","artifactVersion":"1"},{"artifactName":"service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar","artifactChecksum":"Zjg2YTg0Mjc1ZjMwM2ZhMjBmOWEyNzc0ZDhhYjQ2OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8339559-5fae-4d95-8e44-b4f42c5d40ad","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:16:07.173Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:16:07.174Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:16:07.176Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:16:07.176Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:16:07.276Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:16:07.277Z||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-08-23T11:16:07.278Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:16:07.293Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:16:07.294Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:16:08.176Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:16:08.178Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:16:08.181Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:16:08.181Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:16:08.281Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:16:08.282Z||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-08-23T11:16:08.283Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:16:08.297Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:16:08.298Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:16:09.182Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:16:09.183Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:16:09.202Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:16:09.203Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:16:09.286Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-08-23T11:16:09.287Z||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-08-23T11:16:09.288Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:16:09.304Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:16:09.305Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:16:10.203Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:16:10.204Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:16:10.207Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:16:10.208Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:16:10.308Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:16:10.309Z||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-08-23T11:16:10.310Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:16:10.332Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:16:10.333Z||pool-59-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:16:11.208Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:16:11.209Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:16:11.212Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:16:11.212Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:16:11.312Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:16:11.313Z||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-08-23T11:16:11.313Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:16:11.360Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:16:11.361Z||pool-60-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:16:12.213Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:16:12.214Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:16:12.218Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:16:12.219Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:16:12.318Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:16:12.319Z||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-08-23T11:16:12.319Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:16:12.343Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:16:12.344Z||pool-61-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:16:13.219Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:16:13.220Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:16:13.223Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:16:13.223Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:16:13.323Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:16:13.324Z||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-08-23T11:16:13.325Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:16:13.355Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:16:13.356Z||pool-62-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:16:14.223Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:16:14.224Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:16:14.227Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:16:14.227Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:16:14.327Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:16:14.328Z||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-08-23T11:16:14.329Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:16:14.351Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:16:14.351Z||pool-63-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:16:15.228Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "serviceName": "Demo_pNF_mOPBQuhk5HBcFo05RD2k",
  "serviceVersion": "1.0",
  "serviceUUID": "8ee049b1-c1c8-40bf-a1e1-638dcfbd5821",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a6a0b3da-2aef-4b5f-baa3-9893015e8f0b",
  "resources": [
    {
      "resourceInstanceName": "pNF c13c57b7-a62b 0",
      "resourceCustomizationUUID": "90570eaf-ec3d-4499-9f1a-9b70b8433532",
      "resourceName": "pNF c13c57b7-a62b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8660a7c0-f70e-41f8-9b05-d3444060702a",
      "resourceInvariantUUID": "b4335028-54c3-4b64-8e45-036b2fcb5d17",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
      "artifactChecksum": "Zjg2YTg0Mjc1ZjMwM2ZhMjBmOWEyNzc0ZDhhYjQ2OTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8339559-5fae-4d95-8e44-b4f42c5d40ad"
    }
  ],
  "workloadContext": "Production"
}
2022-08-23T11:16:15.229Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:16:15.229Z|46f56247-c56c-4255-9d2f-82397ca43620|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8ee049b1-c1c8-40bf-a1e1-638dcfbd5821 ASDC
2022-08-23T11:16:15.229Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:684657f7-10b5-4907-afc3-516ee91be45e
ServiceName:Demo_pNF_mOPBQuhk5HBcFo05RD2k
ServiceVersion:1.0
ServiceUUID:8ee049b1-c1c8-40bf-a1e1-638dcfbd5821
ServiceInvariantUUID:a6a0b3da-2aef-4b5f-baa3-9893015e8f0b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
ArtifactUUID:e8339559-5fae-4d95-8e44-b4f42c5d40ad
ArtifactChecksum:Zjg2YTg0Mjc1ZjMwM2ZhMjBmOWEyNzc0ZDhhYjQ2OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c13c57b7-a62b 0
ResourceCustomizationUUID:90570eaf-ec3d-4499-9f1a-9b70b8433532
ResourceInvariantUUID:b4335028-54c3-4b64-8e45-036b2fcb5d17
ResourceName:pNF c13c57b7-a62b
ResourceType:PNF
ResourceUUID:8660a7c0-f70e-41f8-9b05-d3444060702a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-23T11:16:15.229Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ee049b1-c1c8-40bf-a1e1-638dcfbd5821 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-08-23T11:16:15.261Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:16:15.262Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-23T11:16:15.262Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-23T11:16:15.262Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e8339559-5fae-4d95-8e44-b4f42c5d40ad from URL: /sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:15.262Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-23T11:16:15.263Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:15.444Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-23T11:16:15.448Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar e8339559-5fae-4d95-8e44-b4f42c5d40ad 87782
2022-08-23T11:16:15.449Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar ASDC sendASDCNotification
2022-08-23T11:16:15.449Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:15.449Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:16:15.449Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:16:15.451Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:16:15.451Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253375449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:16:15.552Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:16:15.553Z||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-08-23T11:16:15.553Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:16:15.573Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:16:15.574Z||pool-64-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:16:16.452Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:16:16.455Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-23T11:16:16.455Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e8339559-5fae-4d95-8e44-b4f42c5d40ad, URL: /sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar to file: /app/ASDC/1/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:16.456Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:16.456Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:16.456Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:16.604Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4220769004012808647/Definitions/service-DemoPnfMopbquhk5hbcfo05rd2k-template.yml
2022-08-23T11:16:17.462Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:16:17.462Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-23T11:16:17.463Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:17.463Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-23T11:16:17.463Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c13c57b7-a62b 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-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:17.463Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:17.463Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:17.463Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:17.463Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:17.463Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:17.463Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:17.464Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-23T11:16:17.464Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:16:17.464Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mOPBQuhk5HBcFo05RD2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:16:17.464Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Node template pNF c13c57b7-a62b 0 is matching search criteria
2022-08-23T11:16:17.465Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-23T11:16:17.465Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF c13c57b7-a62b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:16:17.465Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:16:17.465Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mOPBQuhk5HBcFo05RD2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:16:17.466Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Node template pNF c13c57b7-a62b 0 is matching search criteria
2022-08-23T11:16:17.466Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-23T11:16:17.466Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF c13c57b7-a62b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:16:17.466Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:16:17.466Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mOPBQuhk5HBcFo05RD2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:16:17.466Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:16:17.466Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mOPBQuhk5HBcFo05RD2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:16:17.467Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:16:17.467Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mOPBQuhk5HBcFo05RD2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:16:17.467Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:16:17.467Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mOPBQuhk5HBcFo05RD2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:16:17.467Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:16:17.467Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mOPBQuhk5HBcFo05RD2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:16:17.468Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_mOPBQuhk5HBcFo05RD2k
Description:catalog service description
Model UUID:8ee049b1-c1c8-40bf-a1e1-638dcfbd5821
Model Version:NULL
Model InvariantUuid:a6a0b3da-2aef-4b5f-baa3-9893015e8f0b
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-08-23T11:16:17.476Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8660a7c0-f70e-41f8-9b05-d3444060702a
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-08-23T11:16:17.480Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||pNF c13c57b7-a62b 0
2022-08-23T11:16:17.480Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8660a7c0-f70e-41f8-9b05-d3444060702a
2022-08-23T11:16:17.480Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 8ee049b1-c1c8-40bf-a1e1-638dcfbd5821
2022-08-23T11:16:17.480Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8ee049b1-c1c8-40bf-a1e1-638dcfbd5821
2022-08-23T11:16:17.481Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c13c57b7-a62b 0 8660a7c0-f70e-41f8-9b05-d3444060702a 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-08-23T11:16:17.486Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d94cfe7, org.onap.sdc.toscaparser.api.parameters.Input@9556168, org.onap.sdc.toscaparser.api.parameters.Input@77144e62, org.onap.sdc.toscaparser.api.parameters.Input@39d377db, org.onap.sdc.toscaparser.api.parameters.Input@62636cf1]
2022-08-23T11:16:17.486Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:16:17.486Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mOPBQuhk5HBcFo05RD2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:16:17.487Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8ee049b1-c1c8-40bf-a1e1-638dcfbd5821: pNF c13c57b7-a62b
2022-08-23T11:16:17.488Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||Processing PNF resource: 8660a7c0-f70e-41f8-9b05-d3444060702a
2022-08-23T11:16:17.488Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:16:17.488Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_mOPBQuhk5HBcFo05RD2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:16:17.488Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||Resource customization UUID: 90570eaf-ec3d-4499-9f1a-9b70b8433532 is the same as notified resource customizationUUID: 90570eaf-ec3d-4499-9f1a-9b70b8433532
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-08-23T11:16:17.529Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c13c57b7-a62b 8660a7c0-f70e-41f8-9b05-d3444060702a 0 ASDC deployResourceStructure
2022-08-23T11:16:17.529Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar ASDC sendASDCNotification
2022-08-23T11:16:17.529Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar
2022-08-23T11:16:17.530Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:16:17.530Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:16:17.532Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:16:17.532Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253377529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:16:17.632Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:16:17.633Z||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-08-23T11:16:17.633Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:16:17.648Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:16:17.649Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:16:18.533Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 684657f7-10b5-4907-afc3-516ee91be45e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:16:18.545Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 684657f7-10b5-4907-afc3-516ee91be45e
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-08-23T11:16:18.548Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:16:18.548Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:16:18.548Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:16:48.548Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 684657f7-10b5-4907-afc3-516ee91be45e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:16:48.565Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 684657f7-10b5-4907-afc3-516ee91be45e
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-08-23T11:16:48.567Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:16:48.567Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:16:48.568Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:17:06.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:17:06.559Z||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-08-23T11:17:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:17:06.604Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:17:06.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253306540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253309446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253311702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:17:06.627Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253303637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "cds",
  "timestamp": 1661253312017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253303637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "cds",
  "timestamp": 1661253312017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253303637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "cds",
  "timestamp": 1661253312017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253314803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253303637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "cds",
  "timestamp": 1661253312017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "aai-ml",
  "timestamp": 1661253315046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253314803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253303637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "cds",
  "timestamp": 1661253312017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "aai-ml",
  "timestamp": 1661253315046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253314803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253303637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "cds",
  "timestamp": 1661253312017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.640Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "aai-ml",
  "timestamp": 1661253315046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253314803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253303637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "cds",
  "timestamp": 1661253312017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "aai-ml",
  "timestamp": 1661253315046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253314803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253303637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "cds",
  "timestamp": 1661253312017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "aai-ml",
  "timestamp": 1661253315046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253314803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "policy-id",
  "timestamp": 1661253320117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "aai-ml",
  "timestamp": 1661253315046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253321361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "cds",
  "timestamp": 1661253321389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253314803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "policy-id",
  "timestamp": 1661253320117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253321486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "aai-ml",
  "timestamp": 1661253315046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "cds",
  "timestamp": 1661253322400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-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-08-23T11:17:06.661Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 684657f7-10b5-4907-afc3-516ee91be45e
2022-08-23T11:17:06.662Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 684657f7-10b5-4907-afc3-516ee91be45e 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-08-23T11:17:06.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253314803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "policy-id",
  "timestamp": 1661253320117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253322543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:17:06.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253321486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "aai-ml",
  "timestamp": 1661253315046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "policy-id",
  "timestamp": 1661253320117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253323547,
  "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-08-23T11:17:06.684Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 684657f7-10b5-4907-afc3-516ee91be45e
2022-08-23T11:17:06.684Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 684657f7-10b5-4907-afc3-516ee91be45e 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-08-23T11:17:06.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253321486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "aai-ml",
  "timestamp": 1661253323800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "policy-id",
  "timestamp": 1661253320117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "clamp",
  "timestamp": 1661253324407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253321486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "policy-id",
  "timestamp": 1661253320117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "clamp",
  "timestamp": 1661253324407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253321486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "policy-id",
  "timestamp": 1661253320117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "clamp",
  "timestamp": 1661253324407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253321486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "policy-id",
  "timestamp": 1661253320117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "clamp",
  "timestamp": 1661253324407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253321486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "policy-id",
  "timestamp": 1661253328880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.701Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "clamp",
  "timestamp": 1661253324407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253321486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "aai-ml",
  "timestamp": 1661253328788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:17:06.704Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "policy-id",
  "timestamp": 1661253329884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:17:06.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "clamp",
  "timestamp": 1661253324407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253330246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.706Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "aai-ml",
  "timestamp": 1661253329792,
  "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-08-23T11:17:06.712Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 684657f7-10b5-4907-afc3-516ee91be45e
2022-08-23T11:17:06.713Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 684657f7-10b5-4907-afc3-516ee91be45e 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-08-23T11:17:06.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "policy-id",
  "timestamp": 1661253330889,
  "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-08-23T11:17:06.730Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 684657f7-10b5-4907-afc3-516ee91be45e
2022-08-23T11:17:06.730Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 684657f7-10b5-4907-afc3-516ee91be45e 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-08-23T11:17:06.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "clamp",
  "timestamp": 1661253324407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "clamp",
  "timestamp": 1661253324407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253332121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:17:06.743Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253333125,
  "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-08-23T11:17:06.750Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 684657f7-10b5-4907-afc3-516ee91be45e
2022-08-23T11:17:06.750Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 684657f7-10b5-4907-afc3-516ee91be45e 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-08-23T11:17:06.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253324550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "cds",
  "timestamp": 1661253327017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253324550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "cds",
  "timestamp": 1661253327017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253334803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253324550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "cds",
  "timestamp": 1661253327017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253334803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253324550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "cds",
  "timestamp": 1661253327017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253334803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253324550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "cds",
  "timestamp": 1661253327017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253334803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253324550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "cds",
  "timestamp": 1661253327017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253334803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253324550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "cds",
  "timestamp": 1661253327017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253334803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "policy-id",
  "timestamp": 1661253340117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "cds",
  "timestamp": 1661253341154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253334803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "policy-id",
  "timestamp": 1661253340117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "cds",
  "timestamp": 1661253342160,
  "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-08-23T11:17:06.785Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac179b81-2550-486d-b62d-3f382bc0c7ae
2022-08-23T11:17:06.785Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac179b81-2550-486d-b62d-3f382bc0c7ae 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-08-23T11:17:06.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46f56247-c56c-4255-9d2f-82397ca43620",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253342943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:17:06.801Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "policy-id",
  "timestamp": 1661253340117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253342551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "clamp",
  "timestamp": 1661253343088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "policy-id",
  "timestamp": 1661253340117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253343638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "cds",
  "timestamp": 1661253343163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253343637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "policy-id",
  "timestamp": 1661253340117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253344700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "clamp",
  "timestamp": 1661253345097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:17:06.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "cds",
  "timestamp": 1661253343163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253343637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "policy-id",
  "timestamp": 1661253340117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253345724,
  "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-08-23T11:17:06.826Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac179b81-2550-486d-b62d-3f382bc0c7ae
2022-08-23T11:17:06.826Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac179b81-2550-486d-b62d-3f382bc0c7ae 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-08-23T11:17:06.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "clamp",
  "timestamp": 1661253346101,
  "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-08-23T11:17:06.842Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 684657f7-10b5-4907-afc3-516ee91be45e
2022-08-23T11:17:06.843Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 684657f7-10b5-4907-afc3-516ee91be45e 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-08-23T11:17:06.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "cds",
  "timestamp": 1661253343163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253343637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "policy-id",
  "timestamp": 1661253340117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253346728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:17:06.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "cds",
  "timestamp": 1661253343163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253343637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "policy-id",
  "timestamp": 1661253347851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "cds",
  "timestamp": 1661253343163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253343637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "policy-id",
  "timestamp": 1661253348856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:17:06.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "cds",
  "timestamp": 1661253343163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253343637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "policy-id",
  "timestamp": 1661253349860,
  "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-08-23T11:17:06.877Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac179b81-2550-486d-b62d-3f382bc0c7ae
2022-08-23T11:17:06.877Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac179b81-2550-486d-b62d-3f382bc0c7ae 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-08-23T11:17:06.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "cds",
  "timestamp": 1661253343163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253343637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "cds",
  "timestamp": 1661253343163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253343637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "cds",
  "timestamp": 1661253343163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661253343637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "cds",
  "timestamp": 1661253352935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "aai-ml",
  "timestamp": 1661253352793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "cds",
  "timestamp": 1661253353946,
  "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-08-23T11:17:06.908Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5aed1025-9abe-47ea-b8f8-13418dc2d024
2022-08-23T11:17:06.908Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aed1025-9abe-47ea-b8f8-13418dc2d024 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-08-23T11:17:06.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253359272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "policy-id",
  "timestamp": 1661253360118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "aai-ml",
  "timestamp": 1661253360595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:17:06.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253361538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:17:06.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "policy-id",
  "timestamp": 1661253360118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "aai-ml",
  "timestamp": 1661253361598,
  "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-08-23T11:17:06.938Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac179b81-2550-486d-b62d-3f382bc0c7ae
2022-08-23T11:17:06.938Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac179b81-2550-486d-b62d-3f382bc0c7ae 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-08-23T11:17:06.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "policy-id",
  "timestamp": 1661253360118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253362575,
  "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-08-23T11:17:06.953Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac179b81-2550-486d-b62d-3f382bc0c7ae
2022-08-23T11:17:06.953Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac179b81-2550-486d-b62d-3f382bc0c7ae 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-08-23T11:17:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "policy-id",
  "timestamp": 1661253360118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253364531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:06.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "policy-id",
  "timestamp": 1661253360118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:17:06.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "policy-id",
  "timestamp": 1661253360118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:06.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:17:06.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:17:06.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253365590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:06.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:17:18.568Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 684657f7-10b5-4907-afc3-516ee91be45e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:17:18.583Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 684657f7-10b5-4907-afc3-516ee91be45e
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-08-23T11:17:18.592Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:17:18.592Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-23T11:17:18.592Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-23T11:17:18.592Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-23T11:17:18.592Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:17:18.592Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:17:18.592Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:17:18.592Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:17:18.593Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:17:18.593Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:17:18.593Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:17:18.593Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-23T11:17:18.598Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-23T11:17:48.599Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 684657f7-10b5-4907-afc3-516ee91be45e 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-08-23T11:17:48.607Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 684657f7-10b5-4907-afc3-516ee91be45e and serviceModelVersionId: 8ee049b1-c1c8-40bf-a1e1-638dcfbd5821
2022-08-23T11:17:48.607Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6a0b3da-2aef-4b5f-baa3-9893015e8f0b
2022-08-23T11:17:48.608Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6a0b3da-2aef-4b5f-baa3-9893015e8f0b/model-vers/model-ver/8ee049b1-c1c8-40bf-a1e1-638dcfbd5821?depth=0
2022-08-23T11:17:48.614Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-23T11:17:48.685Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6a0b3da-2aef-4b5f-baa3-9893015e8f0b/model-vers/model-ver/8ee049b1-c1c8-40bf-a1e1-638dcfbd5821?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-08-23T11:17:48.693Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6a0b3da-2aef-4b5f-baa3-9893015e8f0b/model-vers/model-ver/8ee049b1-c1c8-40bf-a1e1-638dcfbd5821?depth=0|INFO|500||Invoke
2022-08-23T11:17:48.755Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6a0b3da-2aef-4b5f-baa3-9893015e8f0b/model-vers/model-ver/8ee049b1-c1c8-40bf-a1e1-638dcfbd5821?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-23T11:17:48.936Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6a0b3da-2aef-4b5f-baa3-9893015e8f0b/model-vers/model-ver/8ee049b1-c1c8-40bf-a1e1-638dcfbd5821?depth=0|INFO|500||InvokeReturn
2022-08-23T11:17:48.936Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6a0b3da-2aef-4b5f-baa3-9893015e8f0b/model-vers/model-ver/8ee049b1-c1c8-40bf-a1e1-638dcfbd5821?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220823-11:17:48:347-46863], vertex-id=[356416], Content-Length=[0], Date=[Tue, 23 Aug 2022 11:17:48 GMT], Content-Type=[application/json]}
2022-08-23T11:17:48.937Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-08-23T11:17:48.937Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-23T11:17:48.937Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-23T11:17:48.942Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-23T11:17:48.943Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 684657f7-10b5-4907-afc3-516ee91be45e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-23T11:17:48.943Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-23T11:17:48.944Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:17:48.946Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:17:48.946Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253468943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:17:49.046Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:17:49.048Z||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-08-23T11:17:49.049Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:17:49.103Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:17:49.104Z||pool-66-thread-1|||||INFO|500||cambria reply ok (57 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-08-23T11:17:49.960Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:17:49.961Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac179b81-2550-486d-b62d-3f382bc0c7ae","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"74913e46-3851-420e-b61a-53d45c28a13d","serviceDescription":"service","serviceInvariantUUID":"887826ff-176f-4953-865f-d77cff4b9e27","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d930ffe4-9e33-4163-a83a-9a4f2189df17","resourceInvariantUUID":"b131f5aa-21e5-441f-984c-9cf0a6dc0eab","resourceCustomizationUUID":"a841f32b-42ab-478a-902c-74ea04cf5cb2","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":"NzFiMzBlNzVhMDg4MWJjN2MxNzZkYjhlYjFiNzg3NmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb449627-c5c3-46fd-89b2-d3d228f0c26b","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":"ZGVkNGQ5M2RkZjRmNWEwOWM2ZjliNTYzYjMzYjc4ZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f9885a9-7cb6-4934-a2e2-3cf2da4c30ed","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":"ae4935c6-9ec7-475d-b2e4-0a26fa8c5ece","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":"523568eb-b091-43cb-a59c-07af75c038c1","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":"dcfcbc2f-4296-4f7b-b675-b2af723bc067","artifactVersion":"2","generatedFromUUID":"ae4935c6-9ec7-475d-b2e4-0a26fa8c5ece"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTVkMzU4ODM1MWYzMTM5ODY3MDYxYmYwMDg0OTFlYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf811321-6b56-40e1-9fac-a0bbf8a38950","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmM1OWJkY2U1NTZjMTgzOTBiNWI0NzQyZjI0N2E2NDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"071b2585-52d1-4d74-90c9-660f7a005d27","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:17:49.962Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:17:49.962Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:17:49.964Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:17:49.965Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:50.065Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:17:50.066Z||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-08-23T11:17:50.066Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:17:50.092Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:17:50.092Z||pool-67-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:17:50.966Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:17:50.966Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:17:50.969Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:17:50.969Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:17:51.070Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:17:51.071Z||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-08-23T11:17:51.071Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:17:51.129Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:17:51.130Z||pool-68-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:17:51.971Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:17:51.972Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:17:51.975Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:17:51.976Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:17:52.076Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:17:52.077Z||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-08-23T11:17:52.077Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:17:52.146Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:17:52.147Z||pool-69-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:17:52.976Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:17:52.977Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:17:52.979Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:17:52.979Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:53.079Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:17:53.080Z||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-08-23T11:17:53.081Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:17:53.101Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:17:53.102Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:17:53.981Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:17:53.982Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:17:53.984Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:17:53.984Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-23T11:17:54.086Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-23T11:17:54.087Z||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-08-23T11:17:54.087Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:17:54.102Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:17:54.103Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:17:54.989Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:17:54.990Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:17:55.004Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:17:55.006Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:17:55.096Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-08-23T11:17:55.097Z||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-08-23T11:17:55.097Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:17:55.114Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:17:55.115Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:17:56.014Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:17:56.018Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:17:56.021Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:17:56.022Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:17:56.127Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-23T11:17:56.129Z||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-08-23T11:17:56.129Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:17:56.161Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:17:56.161Z||pool-73-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:17:57.024Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "74913e46-3851-420e-b61a-53d45c28a13d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "887826ff-176f-4953-865f-d77cff4b9e27",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "a841f32b-42ab-478a-902c-74ea04cf5cb2",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d930ffe4-9e33-4163-a83a-9a4f2189df17",
      "resourceInvariantUUID": "b131f5aa-21e5-441f-984c-9cf0a6dc0eab",
      "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": "ZGVkNGQ5M2RkZjRmNWEwOWM2ZjliNTYzYjMzYjc4ZTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f9885a9-7cb6-4934-a2e2-3cf2da4c30ed",
          "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": "ae4935c6-9ec7-475d-b2e4-0a26fa8c5ece",
          "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": "dcfcbc2f-4296-4f7b-b675-b2af723bc067",
            "generatedFromUUID": "ae4935c6-9ec7-475d-b2e4-0a26fa8c5ece"
          },
          "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": "dcfcbc2f-4296-4f7b-b675-b2af723bc067",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NmM1OWJkY2U1NTZjMTgzOTBiNWI0NzQyZjI0N2E2NDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "071b2585-52d1-4d74-90c9-660f7a005d27"
    }
  ],
  "workloadContext": "Production"
}
2022-08-23T11:17:57.025Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:17:57.025Z|684657f7-10b5-4907-afc3-516ee91be45e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74913e46-3851-420e-b61a-53d45c28a13d ASDC
2022-08-23T11:17:57.026Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ac179b81-2550-486d-b62d-3f382bc0c7ae
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:74913e46-3851-420e-b61a-53d45c28a13d
ServiceInvariantUUID:887826ff-176f-4953-865f-d77cff4b9e27
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:071b2585-52d1-4d74-90c9-660f7a005d27
ArtifactChecksum:NmM1OWJkY2U1NTZjMTgzOTBiNWI0NzQyZjI0N2E2NDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a841f32b-42ab-478a-902c-74ea04cf5cb2
ResourceInvariantUUID:b131f5aa-21e5-441f-984c-9cf0a6dc0eab
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d930ffe4-9e33-4163-a83a-9a4f2189df17
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:1f9885a9-7cb6-4934-a2e2-3cf2da4c30ed
ArtifactChecksum:ZGVkNGQ5M2RkZjRmNWEwOWM2ZjliNTYzYjMzYjc4ZTQ=
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:ae4935c6-9ec7-475d-b2e4-0a26fa8c5ece
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:dcfcbc2f-4296-4f7b-b675-b2af723bc067
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:dcfcbc2f-4296-4f7b-b675-b2af723bc067
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-23T11:17:57.026Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74913e46-3851-420e-b61a-53d45c28a13d 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-08-23T11:17:57.072Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:17:57.074Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-23T11:17:57.074Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-23T11:17:57.074Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 071b2585-52d1-4d74-90c9-660f7a005d27 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-23T11:17:57.074Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-23T11:17:57.074Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-23T11:17:57.143Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-23T11:17:57.148Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 071b2585-52d1-4d74-90c9-660f7a005d27 74736
2022-08-23T11:17:57.148Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-23T11:17:57.148Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-23T11:17:57.149Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:17:57.149Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:17:57.151Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:17:57.151Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253477148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:17:57.252Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:17:57.253Z||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-08-23T11:17:57.254Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:17:57.271Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:17:57.272Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:17:58.153Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:17:58.154Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-23T11:17:58.154Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 071b2585-52d1-4d74-90c9-660f7a005d27, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-23T11:17:58.154Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-08-23T11:17:58.155Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-23T11:17:58.155Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-08-23T11:17:58.277Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17819178055927970452/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-08-23T11:17:59.775Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:17:59.776Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-23T11:17:59.776Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-23T11:17:59.776Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-23T11:17:59.776Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-23T11:17:59.776Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-23T11:17:59.776Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-23T11:17:59.777Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-23T11:17:59.777Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-23T11:17:59.777Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-23T11:17:59.777Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-23T11:17:59.777Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-23T11:17:59.777Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.778Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:17:59.778Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-23T11:17:59.778Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-23T11:17:59.778Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:17:59.779Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.779Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:17:59.779Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-23T11:17:59.779Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-23T11:17:59.779Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:17:59.780Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.780Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:17:59.780Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.780Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-23T11:17:59.780Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-23T11:17:59.781Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-23T11:17:59.781Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-23T11:17:59.781Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-23T11:17:59.781Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-23T11:17:59.781Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.781Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:17:59.782Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.782Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-23T11:17:59.782Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:17:59.782Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.783Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-23T11:17:59.783Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:17:59.783Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.783Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-23T11:17:59.783Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:17:59.783Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.784Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-23T11:17:59.784Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-23T11:17:59.784Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-23T11:17:59.784Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5502b372-6091-4c94-aee1-a47bc3ba2836
2022-08-23T11:17:59.784Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.784Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:17:59.785Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.785Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:17:59.785Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.785Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:17:59.785Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:17:59.785Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:17:59.786Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:74913e46-3851-420e-b61a-53d45c28a13d
Model Version:NULL
Model InvariantUuid:887826ff-176f-4953-865f-d77cff4b9e27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6e5203d0-4bc2-4a8b-acf5-9b501271c675
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b131f5aa-21e5-441f-984c-9cf0a6dc0eab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a841f32b-42ab-478a-902c-74ea04cf5cb2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:94b74d44-6ced-474e-8105-bca5e847e2a6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:663e85f6-5f72-4cd8-a691-1e386bad27e5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5502b372-6091-4c94-aee1-a47bc3ba2836
ModelInvariantUuid:d9164a4e-93d5-4feb-b171-f58b7e6c512c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:f9618e5f-330e-4ec2-a4c7-924dbd8d7a0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:54c1c106-211e-4356-a683-bc7923ece806
ModelInvariantUuid:6efdf64e-4abd-4193-935c-4002ec0e28dd
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:6247e449-8964-498a-a779-de6cd359d65d
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-08-23T11:17:59.792Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d930ffe4-9e33-4163-a83a-9a4f2189df17
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-08-23T11:17:59.796Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-08-23T11:17:59.796Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d930ffe4-9e33-4163-a83a-9a4f2189df17
2022-08-23T11:17:59.796Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1f9885a9-7cb6-4934-a2e2-3cf2da4c30ed from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-23T11:17:59.797Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-23T11:17:59.797Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-23T11:17:59.907Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-23T11:17:59.907Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1f9885a9-7cb6-4934-a2e2-3cf2da4c30ed 787
2022-08-23T11:17:59.908Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-08-23T11:17:59.908Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-23T11:17:59.908Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:17:59.909Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:17:59.918Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:17:59.918Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253479908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:18:00.012Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-23T11:18:00.014Z||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-08-23T11:18:00.015Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:00.033Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:00.035Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:00.920Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "94b74d44-6ced-474e-8105-bca5e847e2a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "663e85f6-5f72-4cd8-a691-1e386bad27e5",
    "vfModuleModelCustomizationUUID": "ad4b2a12-c7d4-4320-85da-a4cc37db7684",
    "isBase": true,
    "artifacts": [
      "ae4935c6-9ec7-475d-b2e4-0a26fa8c5ece",
      "dcfcbc2f-4296-4f7b-b675-b2af723bc067"
    ],
    "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-08-23T11:18:00.925Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:663e85f6-5f72-4cd8-a691-1e386bad27e5
VfModuleModelInvariantUUID:94b74d44-6ced-474e-8105-bca5e847e2a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae4935c6-9ec7-475d-b2e4-0a26fa8c5ece
,
dcfcbc2f-4296-4f7b-b675-b2af723bc067

}
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-08-23T11:18:00.927Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "94b74d44-6ced-474e-8105-bca5e847e2a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "663e85f6-5f72-4cd8-a691-1e386bad27e5",
    "vfModuleModelCustomizationUUID": "ad4b2a12-c7d4-4320-85da-a4cc37db7684",
    "isBase": true,
    "artifacts": [
      "ae4935c6-9ec7-475d-b2e4-0a26fa8c5ece",
      "dcfcbc2f-4296-4f7b-b675-b2af723bc067"
    ],
    "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-08-23T11:18:00.927Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:663e85f6-5f72-4cd8-a691-1e386bad27e5
VfModuleModelInvariantUUID:94b74d44-6ced-474e-8105-bca5e847e2a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae4935c6-9ec7-475d-b2e4-0a26fa8c5ece
,
dcfcbc2f-4296-4f7b-b675-b2af723bc067

}
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-08-23T11:18:00.928Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ae4935c6-9ec7-475d-b2e4-0a26fa8c5ece from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-23T11:18:00.948Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-23T11:18:00.948Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-23T11:18:01.115Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-23T11:18:01.115Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ae4935c6-9ec7-475d-b2e4-0a26fa8c5ece 5033
2022-08-23T11:18:01.116Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-23T11:18:01.116Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-23T11:18:01.116Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:18:01.116Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:01.119Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:01.120Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253481116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:18:01.219Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:18:01.221Z||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-08-23T11:18:01.221Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:01.244Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:01.245Z||pool-76-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1}
2022-08-23T11:18:02.124Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dcfcbc2f-4296-4f7b-b675-b2af723bc067 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-23T11:18:02.124Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-23T11:18:02.131Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-23T11:18:02.326Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-23T11:18:02.328Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env dcfcbc2f-4296-4f7b-b675-b2af723bc067 903
2022-08-23T11:18:02.328Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-23T11:18:02.329Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-23T11:18:02.330Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:18:02.332Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:02.337Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:02.337Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253482328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:18:02.438Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-23T11:18:02.439Z||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-08-23T11:18:02.440Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:02.474Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:02.475Z||pool-77-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:03.337Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 74913e46-3851-420e-b61a-53d45c28a13d
2022-08-23T11:18:03.338Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d930ffe4-9e33-4163-a83a-9a4f2189df17 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-08-23T11:18:03.353Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5942cc01, org.onap.sdc.toscaparser.api.parameters.Input@599e155f, org.onap.sdc.toscaparser.api.parameters.Input@62c53d7b, org.onap.sdc.toscaparser.api.parameters.Input@43711d98, org.onap.sdc.toscaparser.api.parameters.Input@c1cf333]
2022-08-23T11:18:03.355Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.355Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:03.355Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-08-23T11:18:03.355Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a841f32b-42ab-478a-902c-74ea04cf5cb2
2022-08-23T11:18:03.355Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a841f32b-42ab-478a-902c-74ea04cf5cb2 matches Tosca VF Customization UUID: a841f32b-42ab-478a-902c-74ea04cf5cb2
2022-08-23T11:18:03.355Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a841f32b-42ab-478a-902c-74ea04cf5cb2  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-08-23T11:18:03.359Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.359Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:03.359Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a841f32b-42ab-478a-902c-74ea04cf5cb2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-23T11:18:03.360Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25b2b9a5
2022-08-23T11:18:03.360Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.360Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:18:03.360Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ad4b2a12-c7d4-4320-85da-a4cc37db7684
2022-08-23T11:18:03.360Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ad4b2a12-c7d4-4320-85da-a4cc37db7684
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-08-23T11:18:03.364Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.364Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-23T11:18:03.364Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:18:03.365Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.365Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-23T11:18:03.365Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:18:03.366Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.366Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-23T11:18:03.366Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-23T11:18:03.366Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-23T11:18:03.366Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5502b372-6091-4c94-aee1-a47bc3ba2836
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-08-23T11:18:03.369Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.370Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-23T11:18:03.370Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:18:03.370Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.370Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-23T11:18:03.371Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a841f32b-42ab-478a-902c-74ea04cf5cb2
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-08-23T11:18:03.373Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.373Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:03.373Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 74913e46-3851-420e-b61a-53d45c28a13d: basic_vm
2022-08-23T11:18:03.373Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.374Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:03.374Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.374Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:03.374Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.375Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:03.375Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.375Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:03.375Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:03.375Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:03.376Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-23T11:18:03.445Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d930ffe4-9e33-4163-a83a-9a4f2189df17 1 ASDC deployResourceStructure
2022-08-23T11:18:03.445Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-08-23T11:18:03.445Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-23T11:18:03.445Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:18:03.446Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:03.448Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:03.448Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253483445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:18:03.548Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:03.549Z||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-08-23T11:18:03.549Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:03.574Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:03.575Z||pool-78-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:04.449Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-23T11:18:04.450Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-23T11:18:04.450Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:18:04.450Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:04.453Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:04.453Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253484449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:18:04.553Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:04.555Z||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-08-23T11:18:04.555Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:04.570Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:04.571Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:05.454Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-23T11:18:05.454Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-23T11:18:05.454Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:18:05.455Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:05.460Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:05.460Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253485454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:18:05.557Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-23T11:18:05.558Z||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-08-23T11:18:05.559Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:05.573Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:05.584Z||pool-80-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:06.461Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-23T11:18:06.462Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-23T11:18:06.462Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:18:06.462Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:06.464Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:06.465Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253486461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:18:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:18:06.557Z||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-08-23T11:18:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:06.565Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:06.566Z||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-08-23T11:18:06.566Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:06.593Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:06.593Z||pool-81-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:18:06.596Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:06.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:18:06.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:18:06.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:18:07.466Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac179b81-2550-486d-b62d-3f382bc0c7ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:18:07.485Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac179b81-2550-486d-b62d-3f382bc0c7ae
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-08-23T11:18:07.489Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:18:07.489Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-23T11:18:07.489Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-23T11:18:07.489Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-23T11:18:07.489Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:18:07.489Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:18:07.489Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:18:07.489Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:18:07.489Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:18:07.490Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-23T11:18:07.496Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-23T11:18:37.496Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac179b81-2550-486d-b62d-3f382bc0c7ae 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-08-23T11:18:37.506Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac179b81-2550-486d-b62d-3f382bc0c7ae and serviceModelVersionId: 74913e46-3851-420e-b61a-53d45c28a13d
2022-08-23T11:18:37.507Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 887826ff-176f-4953-865f-d77cff4b9e27
2022-08-23T11:18:37.508Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/887826ff-176f-4953-865f-d77cff4b9e27/model-vers/model-ver/74913e46-3851-420e-b61a-53d45c28a13d?depth=0
2022-08-23T11:18:37.513Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-23T11:18:37.606Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/887826ff-176f-4953-865f-d77cff4b9e27/model-vers/model-ver/74913e46-3851-420e-b61a-53d45c28a13d?depth=0|INFO|500||Invoke
2022-08-23T11:18:37.607Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/887826ff-176f-4953-865f-d77cff4b9e27/model-vers/model-ver/74913e46-3851-420e-b61a-53d45c28a13d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/887826ff-176f-4953-865f-d77cff4b9e27/model-vers/model-ver/74913e46-3851-420e-b61a-53d45c28a13d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ac179b81-2550-486d-b62d-3f382bc0c7ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[56df069d-a4c4-433d-b890-3fa60ebd8a6f], X-ECOMP-RequestID=[ac179b81-2550-486d-b62d-3f382bc0c7ae], X-TransactionId=[], X-ONAP-RequestID=[ac179b81-2550-486d-b62d-3f382bc0c7ae], Content-Type=[application/merge-patch+json]}
2022-08-23T11:18:37.633Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/887826ff-176f-4953-865f-d77cff4b9e27/model-vers/model-ver/74913e46-3851-420e-b61a-53d45c28a13d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-23T11:18:37.728Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/887826ff-176f-4953-865f-d77cff4b9e27/model-vers/model-ver/74913e46-3851-420e-b61a-53d45c28a13d?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/887826ff-176f-4953-865f-d77cff4b9e27/model-vers/model-ver/74913e46-3851-420e-b61a-53d45c28a13d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220823-11:18:37:221-40275], vertex-id=[376896], Content-Length=[0], Date=[Tue, 23 Aug 2022 11:18:37 GMT], Content-Type=[application/json]}
2022-08-23T11:18:37.730Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/887826ff-176f-4953-865f-d77cff4b9e27/model-vers/model-ver/74913e46-3851-420e-b61a-53d45c28a13d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-23T11:18:37.737Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/887826ff-176f-4953-865f-d77cff4b9e27/model-vers/model-ver/74913e46-3851-420e-b61a-53d45c28a13d?depth=0|INFO|500||InvokeReturn
2022-08-23T11:18:37.738Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-23T11:18:37.740Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-23T11:18:37.747Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-23T11:18:37.748Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac179b81-2550-486d-b62d-3f382bc0c7ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-23T11:18:37.748Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-23T11:18:37.749Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:37.753Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:37.753Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253517748,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:18:37.853Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:37.854Z||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-08-23T11:18:37.855Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:37.878Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:37.879Z||pool-82-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-23T11:18:38.770Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:18:38.771Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5aed1025-9abe-47ea-b8f8-13418dc2d024","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"590a8abd-69be-40a9-be7e-f68f2d55e275","serviceDescription":"service","serviceInvariantUUID":"4bef4d76-dc57-436b-a1fa-740d69e5ad10","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7387ab0f-e182-4f09-b3b5-0c39f4125f12","resourceInvariantUUID":"ce61c4c6-9978-4234-8a4f-34d42c923c29","resourceCustomizationUUID":"e076e8e3-9236-4b44-ac00-9731efe4c3d8","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":"ZDFlYzI1OWQwNTNkY2FiMDA0OTE1YzdhNjM5OGY5OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7666393c-c1a4-4e20-b39c-d60cda3a0a47","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":"dae5a5bc-9571-46c8-96af-820796f48c84","artifactVersion":"2","generatedFromUUID":"3bb42f8c-4311-4deb-85cc-2325e136a75e"},{"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":"3bb42f8c-4311-4deb-85cc-2325e136a75e","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":"ZmQ3MjU5OWJlNzY0MzAyZDczNmQ5ZDFhNmMxYjdlNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"826a8f0b-060f-4938-8d8c-a64048be71d9","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":"c6297145-b2a6-41be-9f40-0efd2d1b8bff","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":"5b0d92d6-f9b3-4a14-ad7c-ee9fda7e49cc","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":"d1db3796-fbe0-425b-ae16-4fe8d0b37e01","artifactVersion":"2","generatedFromUUID":"c6297145-b2a6-41be-9f40-0efd2d1b8bff"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzEyN2Q0N2FlZDk5ZGUxODU3MTdhOTliM2MxYjUyOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"acb8006e-5ab3-4f9c-9d95-17fe02c9f647","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjE4NjIxN2I4NzJlNDE1YmY5ZmFlOWU1N2Y5Y2JkMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1034b2f-5e8c-49ee-b2ee-2012dafbc037","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:18:38.771Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:18:38.771Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:38.774Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:38.774Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:18:38.874Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:38.875Z||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-08-23T11:18:38.875Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:38.892Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:38.893Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:18:39.775Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:18:39.780Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:39.782Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:39.783Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-23T11:18:39.883Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:39.885Z||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-08-23T11:18:39.885Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:39.913Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:39.913Z||pool-84-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:40.788Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:18:40.789Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:40.791Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:40.791Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-23T11:18:40.892Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:40.893Z||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-08-23T11:18:40.894Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:40.910Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:40.911Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:41.792Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:18:41.794Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:41.796Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:41.796Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:18:41.896Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:18:41.897Z||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-08-23T11:18:41.897Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:41.916Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:41.916Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:42.797Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:18:42.798Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:42.800Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:42.800Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:18:42.900Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:18:42.903Z||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-08-23T11:18:42.903Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:42.922Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:42.922Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:43.801Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:18:43.803Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:43.807Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:43.808Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:18:43.908Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:43.909Z||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-08-23T11:18:43.909Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:43.927Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:43.928Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:44.808Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:18:44.809Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:44.835Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:44.835Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-23T11:18:44.912Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-08-23T11:18:44.913Z||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-08-23T11:18:44.913Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:44.930Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:44.930Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:45.836Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:18:45.837Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:45.842Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:45.843Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:18:45.942Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:18:45.944Z||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-08-23T11:18:45.944Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:45.962Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:45.963Z||pool-90-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:46.844Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:18:46.845Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:46.848Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:46.848Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:18:46.948Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:46.949Z||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-08-23T11:18:46.949Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:46.964Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:46.965Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:47.849Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "590a8abd-69be-40a9-be7e-f68f2d55e275",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4bef4d76-dc57-436b-a1fa-740d69e5ad10",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e076e8e3-9236-4b44-ac00-9731efe4c3d8",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7387ab0f-e182-4f09-b3b5-0c39f4125f12",
      "resourceInvariantUUID": "ce61c4c6-9978-4234-8a4f-34d42c923c29",
      "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": "dae5a5bc-9571-46c8-96af-820796f48c84",
          "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": "3bb42f8c-4311-4deb-85cc-2325e136a75e",
          "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": "ZmQ3MjU5OWJlNzY0MzAyZDczNmQ5ZDFhNmMxYjdlNGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "826a8f0b-060f-4938-8d8c-a64048be71d9",
          "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": "c6297145-b2a6-41be-9f40-0efd2d1b8bff",
          "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": "d1db3796-fbe0-425b-ae16-4fe8d0b37e01",
            "generatedFromUUID": "c6297145-b2a6-41be-9f40-0efd2d1b8bff"
          },
          "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": "d1db3796-fbe0-425b-ae16-4fe8d0b37e01",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YjE4NjIxN2I4NzJlNDE1YmY5ZmFlOWU1N2Y5Y2JkMGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d1034b2f-5e8c-49ee-b2ee-2012dafbc037"
    }
  ],
  "workloadContext": "Production"
}
2022-08-23T11:18:47.850Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:18:47.850Z|ac179b81-2550-486d-b62d-3f382bc0c7ae|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 590a8abd-69be-40a9-be7e-f68f2d55e275 ASDC
2022-08-23T11:18:47.851Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5aed1025-9abe-47ea-b8f8-13418dc2d024
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:590a8abd-69be-40a9-be7e-f68f2d55e275
ServiceInvariantUUID:4bef4d76-dc57-436b-a1fa-740d69e5ad10
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:d1034b2f-5e8c-49ee-b2ee-2012dafbc037
ArtifactChecksum:YjE4NjIxN2I4NzJlNDE1YmY5ZmFlOWU1N2Y5Y2JkMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e076e8e3-9236-4b44-ac00-9731efe4c3d8
ResourceInvariantUUID:ce61c4c6-9978-4234-8a4f-34d42c923c29
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7387ab0f-e182-4f09-b3b5-0c39f4125f12
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:dae5a5bc-9571-46c8-96af-820796f48c84
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:3bb42f8c-4311-4deb-85cc-2325e136a75e
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:826a8f0b-060f-4938-8d8c-a64048be71d9
ArtifactChecksum:ZmQ3MjU5OWJlNzY0MzAyZDczNmQ5ZDFhNmMxYjdlNGY=
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:c6297145-b2a6-41be-9f40-0efd2d1b8bff
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:d1db3796-fbe0-425b-ae16-4fe8d0b37e01
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:d1db3796-fbe0-425b-ae16-4fe8d0b37e01
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-23T11:18:47.851Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 590a8abd-69be-40a9-be7e-f68f2d55e275 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-08-23T11:18:47.886Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:18:47.887Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-23T11:18:47.887Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-23T11:18:47.887Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d1034b2f-5e8c-49ee-b2ee-2012dafbc037 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-23T11:18:47.887Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-23T11:18:47.887Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-23T11:18:48.014Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-23T11:18:48.017Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d1034b2f-5e8c-49ee-b2ee-2012dafbc037 73680
2022-08-23T11:18:48.018Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-23T11:18:48.018Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-23T11:18:48.018Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:18:48.018Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:48.021Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:48.021Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253528018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:18:48.121Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:48.122Z||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-08-23T11:18:48.122Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:48.143Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:48.144Z||pool-92-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:49.022Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:18:49.024Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-23T11:18:49.024Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d1034b2f-5e8c-49ee-b2ee-2012dafbc037, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-23T11:18:49.025Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-08-23T11:18:49.025Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-23T11:18:49.025Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-23T11:18:49.133Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18146726429493128306/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-08-23T11:18:50.529Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:18:50.529Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-23T11:18:50.529Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-23T11:18:50.530Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-23T11:18:50.530Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-23T11:18:50.530Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-23T11:18:50.530Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-23T11:18:50.530Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-23T11:18:50.530Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-23T11:18:50.530Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.531Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:50.531Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-23T11:18:50.531Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-23T11:18:50.531Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:18:50.532Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.532Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:50.532Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-23T11:18:50.532Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-23T11:18:50.532Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:18:50.532Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.533Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:50.533Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.533Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-23T11:18:50.533Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-08-23T11:18:50.533Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-08-23T11:18:50.534Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-23T11:18:50.534Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.534Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:18:50.534Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.535Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-23T11:18:50.535Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:18:50.538Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.539Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-23T11:18:50.539Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:18:50.540Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.540Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-23T11:18:50.540Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:18:50.541Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.541Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-23T11:18:50.542Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-23T11:18:50.542Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d447d931-5892-4f4b-9b0e-67459778a696
2022-08-23T11:18:50.542Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.543Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:50.543Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.543Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:50.544Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.544Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:50.545Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:50.545Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:50.545Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:590a8abd-69be-40a9-be7e-f68f2d55e275
Model Version:NULL
Model InvariantUuid:4bef4d76-dc57-436b-a1fa-740d69e5ad10
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:0eea9b04-9248-4765-a358-dd79578d9b56
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ce61c4c6-9978-4234-8a4f-34d42c923c29
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e076e8e3-9236-4b44-ac00-9731efe4c3d8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0ebbd7ef-138b-47d2-a9fa-a7e09c76febc
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:21d3db27-f6f5-44d9-aef3-c6c081038588
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d447d931-5892-4f4b-9b0e-67459778a696
ModelInvariantUuid:97bde042-86bf-4639-818b-d48ee01fa9d8
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:05584949-8743-477c-abe8-75e97d759749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:15740f9a-ed4f-4005-9117-ee966190efed
ModelInvariantUuid:114f4a57-a71b-455b-8cd0-5afd20deccd5
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:77d1a996-4055-433c-b0aa-d74381d53686
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-08-23T11:18:50.558Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7387ab0f-e182-4f09-b3b5-0c39f4125f12
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-08-23T11:18:50.562Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-08-23T11:18:50.563Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7387ab0f-e182-4f09-b3b5-0c39f4125f12
2022-08-23T11:18:50.563Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dae5a5bc-9571-46c8-96af-820796f48c84 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-23T11:18:50.563Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-23T11:18:50.563Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-23T11:18:50.645Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-23T11:18:50.646Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env dae5a5bc-9571-46c8-96af-820796f48c84 12
2022-08-23T11:18:50.646Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-08-23T11:18:50.646Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-23T11:18:50.646Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:18:50.647Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:50.651Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:50.651Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253530646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:18:50.750Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-23T11:18:50.752Z||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-08-23T11:18:50.752Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:50.768Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:50.769Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:51.652Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3bb42f8c-4311-4deb-85cc-2325e136a75e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-23T11:18:51.652Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-23T11:18:51.653Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-23T11:18:51.715Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-23T11:18:51.716Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3bb42f8c-4311-4deb-85cc-2325e136a75e 2688
2022-08-23T11:18:51.716Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-08-23T11:18:51.716Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-23T11:18:51.716Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:18:51.716Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:51.719Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:51.719Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253531716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:18:51.819Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:51.820Z||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-08-23T11:18:51.820Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:51.837Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:51.837Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:52.720Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 826a8f0b-060f-4938-8d8c-a64048be71d9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-23T11:18:52.721Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-23T11:18:52.721Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-23T11:18:52.765Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-23T11:18:52.766Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 826a8f0b-060f-4938-8d8c-a64048be71d9 828
2022-08-23T11:18:52.767Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-08-23T11:18:52.767Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-23T11:18:52.767Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:18:52.767Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:52.770Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:52.770Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253532767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:18:52.870Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:52.871Z||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-08-23T11:18:52.871Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:52.888Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:52.889Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:53.771Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0ebbd7ef-138b-47d2-a9fa-a7e09c76febc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "21d3db27-f6f5-44d9-aef3-c6c081038588",
    "vfModuleModelCustomizationUUID": "65d12ddd-84ce-4f56-a808-ccd3e6d73aaf",
    "isBase": true,
    "artifacts": [
      "c6297145-b2a6-41be-9f40-0efd2d1b8bff",
      "3bb42f8c-4311-4deb-85cc-2325e136a75e",
      "d1db3796-fbe0-425b-ae16-4fe8d0b37e01"
    ],
    "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-08-23T11:18:53.778Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:21d3db27-f6f5-44d9-aef3-c6c081038588
VfModuleModelInvariantUUID:0ebbd7ef-138b-47d2-a9fa-a7e09c76febc
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6297145-b2a6-41be-9f40-0efd2d1b8bff
,
3bb42f8c-4311-4deb-85cc-2325e136a75e
,
d1db3796-fbe0-425b-ae16-4fe8d0b37e01

}
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-08-23T11:18:53.781Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0ebbd7ef-138b-47d2-a9fa-a7e09c76febc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "21d3db27-f6f5-44d9-aef3-c6c081038588",
    "vfModuleModelCustomizationUUID": "65d12ddd-84ce-4f56-a808-ccd3e6d73aaf",
    "isBase": true,
    "artifacts": [
      "c6297145-b2a6-41be-9f40-0efd2d1b8bff",
      "3bb42f8c-4311-4deb-85cc-2325e136a75e",
      "d1db3796-fbe0-425b-ae16-4fe8d0b37e01"
    ],
    "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-08-23T11:18:53.781Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:21d3db27-f6f5-44d9-aef3-c6c081038588
VfModuleModelInvariantUUID:0ebbd7ef-138b-47d2-a9fa-a7e09c76febc
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6297145-b2a6-41be-9f40-0efd2d1b8bff
,
3bb42f8c-4311-4deb-85cc-2325e136a75e
,
d1db3796-fbe0-425b-ae16-4fe8d0b37e01

}
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-08-23T11:18:53.781Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c6297145-b2a6-41be-9f40-0efd2d1b8bff from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-23T11:18:53.781Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-23T11:18:53.781Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-23T11:18:53.857Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-23T11:18:53.858Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c6297145-b2a6-41be-9f40-0efd2d1b8bff 1164
2022-08-23T11:18:53.859Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-08-23T11:18:53.859Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-23T11:18:53.859Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:18:53.859Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:53.862Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:53.862Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253533859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:18:53.962Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:53.965Z||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-08-23T11:18:53.965Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:53.982Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:53.982Z||pool-96-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:18:54.863Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d1db3796-fbe0-425b-ae16-4fe8d0b37e01 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-23T11:18:54.864Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-23T11:18:54.864Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-23T11:18:54.912Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-23T11:18:54.913Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d1db3796-fbe0-425b-ae16-4fe8d0b37e01 200
2022-08-23T11:18:54.914Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-08-23T11:18:54.914Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-23T11:18:54.914Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:18:54.914Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:54.916Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:54.916Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253534914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:18:55.017Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:55.021Z||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-08-23T11:18:55.021Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:55.037Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:55.038Z||pool-97-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:55.917Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 590a8abd-69be-40a9-be7e-f68f2d55e275
2022-08-23T11:18:55.918Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7387ab0f-e182-4f09-b3b5-0c39f4125f12 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=?
2022-08-23T11:18:55.938Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-08-23T11:18:55.944Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45d0811a, org.onap.sdc.toscaparser.api.parameters.Input@2b10b855, org.onap.sdc.toscaparser.api.parameters.Input@589fc543, org.onap.sdc.toscaparser.api.parameters.Input@e3f3284, org.onap.sdc.toscaparser.api.parameters.Input@4f26aa08]
2022-08-23T11:18:55.946Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.946Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:55.946Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-08-23T11:18:55.947Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e076e8e3-9236-4b44-ac00-9731efe4c3d8
2022-08-23T11:18:55.947Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e076e8e3-9236-4b44-ac00-9731efe4c3d8 matches Tosca VF Customization UUID: e076e8e3-9236-4b44-ac00-9731efe4c3d8
2022-08-23T11:18:55.947Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e076e8e3-9236-4b44-ac00-9731efe4c3d8  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-08-23T11:18:55.949Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.950Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:55.950Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e076e8e3-9236-4b44-ac00-9731efe4c3d8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-23T11:18:55.950Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3095a463
2022-08-23T11:18:55.951Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.951Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:18:55.951Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65d12ddd-84ce-4f56-a808-ccd3e6d73aaf
2022-08-23T11:18:55.951Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65d12ddd-84ce-4f56-a808-ccd3e6d73aaf
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-08-23T11:18:55.959Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.959Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-23T11:18:55.960Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:18:55.960Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.960Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-23T11:18:55.961Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:18:55.961Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.961Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-23T11:18:55.961Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-23T11:18:55.962Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d447d931-5892-4f4b-9b0e-67459778a696
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-08-23T11:18:55.966Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.967Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-23T11:18:55.967Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:18:55.967Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.968Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-23T11:18:55.968Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e076e8e3-9236-4b44-ac00-9731efe4c3d8
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-08-23T11:18:55.972Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.972Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:55.972Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 590a8abd-69be-40a9-be7e-f68f2d55e275: basic_cnf
2022-08-23T11:18:55.972Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.973Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:55.973Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.973Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:55.973Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.973Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:55.974Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.974Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:55.974Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:18:55.975Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:18:55.975Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-23T11:18:56.057Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7387ab0f-e182-4f09-b3b5-0c39f4125f12 1 ASDC deployResourceStructure
2022-08-23T11:18:56.059Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-08-23T11:18:56.059Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-08-23T11:18:56.059Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-23T11:18:56.059Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:56.061Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:56.061Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253536058,
  "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-08-23T11:18:56.161Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:56.162Z||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-08-23T11:18:56.162Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:56.179Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:56.179Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:18:57.063Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-08-23T11:18:57.064Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-23T11:18:57.064Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-23T11:18:57.065Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:57.069Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:57.070Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253537063,
  "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-08-23T11:18:57.169Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:18:57.170Z||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-08-23T11:18:57.170Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:57.187Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:57.188Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:58.071Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-08-23T11:18:58.072Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-23T11:18:58.072Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:18:58.073Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:58.075Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:58.075Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253538071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:18:58.175Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:18:58.176Z||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-08-23T11:18:58.176Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:58.195Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:58.195Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:18:59.076Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-08-23T11:18:59.076Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-23T11:18:59.076Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:18:59.077Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:18:59.084Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:18:59.084Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253539076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:18:59.187Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-23T11:18:59.189Z||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-08-23T11:18:59.189Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:18:59.208Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:18:59.209Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:19:00.085Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-08-23T11:19:00.086Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-23T11:19:00.086Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:19:00.086Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:19:00.090Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:19:00.090Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253540085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:19:00.190Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:19:00.191Z||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-08-23T11:19:00.191Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:19:00.212Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:19:00.213Z||pool-102-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:19:01.091Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-23T11:19:01.091Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-23T11:19:01.091Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:19:01.092Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:19:01.095Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:19:01.096Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253541091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:19:01.196Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:19:01.197Z||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-08-23T11:19:01.197Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:19:01.212Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:19:01.213Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:19:02.097Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aed1025-9abe-47ea-b8f8-13418dc2d024
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:19:02.110Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aed1025-9abe-47ea-b8f8-13418dc2d024
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-08-23T11:19:02.113Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:19:02.113Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:19:02.113Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:19:06.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:19:06.559Z||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-08-23T11:19:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:19:06.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:19:06.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "policy-id",
  "timestamp": 1661253360118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253366671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:19:06.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "policy-id",
  "timestamp": 1661253360118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253367755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:19:06.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "policy-id",
  "timestamp": 1661253360118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:19:06.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253368809,
  "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-08-23T11:19:06.622Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5aed1025-9abe-47ea-b8f8-13418dc2d024
2022-08-23T11:19:06.626Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aed1025-9abe-47ea-b8f8-13418dc2d024 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-08-23T11:19:06.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "policy-id",
  "timestamp": 1661253369895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:19:06.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661253369812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:19:06.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "policy-id",
  "timestamp": 1661253370905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:19:06.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "clamp",
  "timestamp": 1661253371095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:19:06.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "aai-ml",
  "timestamp": 1661253345046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:19:06.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/resourceInstances/pnfc13c57b7a62b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253351486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:19:06.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "policy-id",
  "timestamp": 1661253371908,
  "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-08-23T11:19:06.659Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5aed1025-9abe-47ea-b8f8-13418dc2d024
2022-08-23T11:19:06.659Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aed1025-9abe-47ea-b8f8-13418dc2d024 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-08-23T11:19:06.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "aai-ml",
  "timestamp": 1661253371699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:19:06.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253372678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:19:06.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:19:06.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "clamp",
  "timestamp": 1661253374097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:19:06.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253375449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:19:06.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "clamp",
  "timestamp": 1661253375100,
  "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-08-23T11:19:06.675Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac179b81-2550-486d-b62d-3f382bc0c7ae
2022-08-23T11:19:06.675Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac179b81-2550-486d-b62d-3f382bc0c7ae 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-08-23T11:19:06.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253374947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:19:06.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661253375951,
  "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-08-23T11:19:06.692Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5aed1025-9abe-47ea-b8f8-13418dc2d024
2022-08-23T11:19:06.692Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aed1025-9abe-47ea-b8f8-13418dc2d024 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-08-23T11:19:06.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253377529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMopbquhk5hbcfo05rd2k/1.0/artifacts/service-DemoPnfMopbquhk5hbcfo05rd2k-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:19:06.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:19:06.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "aai-ml",
  "timestamp": 1661253378759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:19:06.704Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "aai-ml",
  "timestamp": 1661253379765,
  "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-08-23T11:19:06.714Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5aed1025-9abe-47ea-b8f8-13418dc2d024
2022-08-23T11:19:06.715Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aed1025-9abe-47ea-b8f8-13418dc2d024 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-08-23T11:19:06.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:19:06.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "clamp",
  "timestamp": 1661253354407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:19:06.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:19:06.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "clamp",
  "timestamp": 1661253394099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:19:06.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "clamp",
  "timestamp": 1661253396109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:19:06.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:19:06.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:19:06.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "clamp",
  "timestamp": 1661253397113,
  "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-08-23T11:19:06.734Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5aed1025-9abe-47ea-b8f8-13418dc2d024
2022-08-23T11:19:06.734Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5aed1025-9abe-47ea-b8f8-13418dc2d024 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-08-23T11:19:32.114Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5aed1025-9abe-47ea-b8f8-13418dc2d024
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:19:32.127Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5aed1025-9abe-47ea-b8f8-13418dc2d024
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-08-23T11:19:32.131Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:19:32.132Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-23T11:19:32.132Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-23T11:19:32.132Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-23T11:19:32.132Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:19:32.132Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:19:32.132Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:19:32.133Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:19:32.133Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:19:32.133Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:19:32.133Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-23T11:19:32.142Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-23T11:20:02.143Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5aed1025-9abe-47ea-b8f8-13418dc2d024 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-08-23T11:20:02.151Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5aed1025-9abe-47ea-b8f8-13418dc2d024 and serviceModelVersionId: 590a8abd-69be-40a9-be7e-f68f2d55e275
2022-08-23T11:20:02.152Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4bef4d76-dc57-436b-a1fa-740d69e5ad10
2022-08-23T11:20:02.154Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4bef4d76-dc57-436b-a1fa-740d69e5ad10/model-vers/model-ver/590a8abd-69be-40a9-be7e-f68f2d55e275?depth=0
2022-08-23T11:20:02.163Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-23T11:20:02.245Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bef4d76-dc57-436b-a1fa-740d69e5ad10/model-vers/model-ver/590a8abd-69be-40a9-be7e-f68f2d55e275?depth=0|INFO|500||Invoke
2022-08-23T11:20:02.246Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bef4d76-dc57-436b-a1fa-740d69e5ad10/model-vers/model-ver/590a8abd-69be-40a9-be7e-f68f2d55e275?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bef4d76-dc57-436b-a1fa-740d69e5ad10/model-vers/model-ver/590a8abd-69be-40a9-be7e-f68f2d55e275?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5aed1025-9abe-47ea-b8f8-13418dc2d024], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80e1b77d-e9d3-446d-ae5d-7726bac5244c], X-ECOMP-RequestID=[5aed1025-9abe-47ea-b8f8-13418dc2d024], X-TransactionId=[], X-ONAP-RequestID=[5aed1025-9abe-47ea-b8f8-13418dc2d024], Content-Type=[application/merge-patch+json]}
2022-08-23T11:20:02.295Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bef4d76-dc57-436b-a1fa-740d69e5ad10/model-vers/model-ver/590a8abd-69be-40a9-be7e-f68f2d55e275?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-23T11:20:02.405Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bef4d76-dc57-436b-a1fa-740d69e5ad10/model-vers/model-ver/590a8abd-69be-40a9-be7e-f68f2d55e275?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/4bef4d76-dc57-436b-a1fa-740d69e5ad10/model-vers/model-ver/590a8abd-69be-40a9-be7e-f68f2d55e275?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220823-11:20:01:879-20871], vertex-id=[245816], Content-Length=[0], Date=[Tue, 23 Aug 2022 11:20:01 GMT], Content-Type=[application/json]}
2022-08-23T11:20:02.406Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bef4d76-dc57-436b-a1fa-740d69e5ad10/model-vers/model-ver/590a8abd-69be-40a9-be7e-f68f2d55e275?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-23T11:20:02.408Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bef4d76-dc57-436b-a1fa-740d69e5ad10/model-vers/model-ver/590a8abd-69be-40a9-be7e-f68f2d55e275?depth=0|INFO|500||InvokeReturn
2022-08-23T11:20:02.410Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-23T11:20:02.412Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-23T11:20:02.420Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-23T11:20:02.421Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5aed1025-9abe-47ea-b8f8-13418dc2d024 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-23T11:20:02.421Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-23T11:20:02.422Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:20:02.426Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:20:02.426Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253602421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:20:02.526Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:20:02.528Z||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-08-23T11:20:02.528Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:20:02.554Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:20:02.556Z||pool-104-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-23T11:20:03.443Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:20:03.443Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:20:03.444Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:20:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:20:06.558Z||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-08-23T11:20:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:20:06.594Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:20:06.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "684657f7-10b5-4907-afc3-516ee91be45e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253468943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:20:06.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:20:06.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:20:06.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:20:06.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:20:06.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:20:06.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:20:06.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:20:06.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:20:06.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:20:06.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-23T11:20:06.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:20:06.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:20:06.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:20:06.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:20:06.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:20:06.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253477148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:20:06.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:20:06.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253479908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:20:06.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:20:06.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253481116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:20:06.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:20:06.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253482328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:20:06.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:20:06.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253483445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:20:06.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:20:06.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253484449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:20:06.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:20:06.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-23T11:20:06.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253485454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:20:06.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:20:13.782Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:20:13.784Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:20:13.785Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:20:13.785Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:20:23.345Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:20:23.346Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:20:23.347Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:20:23.347Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:20:32.890Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:20:32.891Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:20:32.892Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:20:32.892Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:20:42.437Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:21:06.539Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:21:06.540Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:21:06.541Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:21:06.556Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:21:06.557Z||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-08-23T11:21:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:21:06.602Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:21:06.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253486461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:21:06.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac179b81-2550-486d-b62d-3f382bc0c7ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253517748,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:21:06.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:21:06.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:21:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-23T11:21:06.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:21:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-23T11:21:06.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:21:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:21:06.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:21:06.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:21:06.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:21:06.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:21:06.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:21:06.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-23T11:21:06.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:21:06.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:21:06.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:21:06.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253366539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:21:06.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:21:06.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253528018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:21:06.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253530646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:21:06.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253531716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:21:06.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253532767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:21:06.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253533859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:21:06.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253534914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:21:06.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253536058,
  "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-08-23T11:21:06.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253537063,
  "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-08-23T11:21:06.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253538071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:21:06.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253539076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:21:06.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253540085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:21:06.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:06.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-23T11:21:06.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253541091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:21:06.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:21:16.106Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:22:06.539Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:22:06.541Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:22:06.541Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:22:06.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:22:06.557Z||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-08-23T11:22:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:22:07.078Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:22:07.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-23T11:22:07.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5aed1025-9abe-47ea-b8f8-13418dc2d024",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661253602421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:22:07.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:22:16.110Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:23:06.541Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:23:06.544Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:23:06.544Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:23:06.556Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:23:06.557Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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-08-23T11:23:06.557Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:23:16.124Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:23:16.124Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:24:06.539Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:24:06.541Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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-08-23T11:24:06.541Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:24:06.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:24:06.557Z||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-08-23T11:24:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:24:16.100Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:24:16.100Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:25:06.539Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:25:06.540Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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-08-23T11:25:06.540Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:25:06.556Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:25:06.557Z||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-08-23T11:25:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:25:16.122Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:25:16.123Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:26:06.539Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:26:06.542Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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-08-23T11:26:06.545Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:26:06.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:26:06.559Z||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-08-23T11:26:06.559Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:26:16.101Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:26:16.103Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:27:06.543Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:27:06.548Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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-08-23T11:27:06.548Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:27:06.558Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:27:06.559Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:27:06.559Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:27:16.152Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:27:16.156Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:28:06.540Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:28:06.543Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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-08-23T11:28:06.544Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:28:06.556Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:28:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:28:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:28:16.124Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:28:16.125Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:06.544Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:29:06.547Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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-08-23T11:29:06.547Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:06.556Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:29:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:29:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:06.730Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:06.784Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.785Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254094803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.787Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.787Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.787Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254101486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.787Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.787Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.788Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254095046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.788Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.788Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.788Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254100117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.788Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.788Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.788Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254103640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.788Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.788Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.789Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254101486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.789Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.789Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.789Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254095046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.789Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.789Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.789Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254094803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.789Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.789Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.789Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254100117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.790Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.790Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.790Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254104407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.790Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.790Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.790Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254103640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.790Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.790Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.790Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254101486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.790Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.791Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.791Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254095046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.791Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.791Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.791Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254094803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.791Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.791Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.791Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254100117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.791Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.792Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.792Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254104407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.792Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.792Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.792Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254103640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.792Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.792Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.792Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254101486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.793Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.793Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.793Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254094803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.793Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.793Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.793Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254095046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.793Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.793Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.794Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254100117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.794Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.794Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.794Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254104407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.794Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.794Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.794Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254103640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.795Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.795Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.795Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254095046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.795Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.795Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.795Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254094803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.795Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.795Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.795Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254101486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.796Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.796Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.796Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254100117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.796Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.796Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.796Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "cds",
  "timestamp": 1661254107017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.796Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.796Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.797Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254104407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.797Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.797Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.797Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254103640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.797Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.797Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.797Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254101486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.798Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.798Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.798Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254095046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.798Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.798Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.798Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254094803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.798Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.799Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.799Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254100117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.799Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.799Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.799Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "cds",
  "timestamp": 1661254107017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.799Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.799Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.799Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254104407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.799Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.800Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.800Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254103640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.800Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.800Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.800Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254095046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.800Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.800Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.800Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254101486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.801Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.801Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.801Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254094803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.801Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.801Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.801Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254100117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.801Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.801Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.801Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "cds",
  "timestamp": 1661254107017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.802Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.802Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.802Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254104407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.802Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.802Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.802Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254103640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.803Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.803Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.803Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254101486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.803Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.803Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.803Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254095046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.803Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.803Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.804Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254094803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.804Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.804Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.804Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254100117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.804Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.804Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.804Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "cds",
  "timestamp": 1661254107017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.804Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.804Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.805Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254104407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.805Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.805Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.805Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254103640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.805Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.805Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.805Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254095046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.805Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.805Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.805Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254101486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.806Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.806Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.806Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254094803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.806Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.806Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.806Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254100117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.807Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.807Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.807Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "cds",
  "timestamp": 1661254107017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.807Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.807Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.807Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254104407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.807Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.807Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.807Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254103640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.807Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.807Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254095046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254101486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254094803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254100117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.808Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "cds",
  "timestamp": 1661254107017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.809Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.809Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.809Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254104407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.809Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.809Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.809Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254103640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.809Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.809Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.809Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254113646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.809Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.810Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.810Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254113685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.810Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.810Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.810Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254112956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.810Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.810Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.810Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254113963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.811Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.811Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.811Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "cds",
  "timestamp": 1661254107017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.811Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.811Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.811Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254104407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.811Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.811Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.811Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254114706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.811Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.811Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.812Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254114971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:29:06.812Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.812Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.812Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "cds",
  "timestamp": 1661254107017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.812Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.812Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.812Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "policy-id",
  "timestamp": 1661254115975,
  "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-08-23T11:29:06.839Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e82148b5-4357-400d-aa6d-fc384847f26a
2022-08-23T11:29:06.840Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e82148b5-4357-400d-aa6d-fc384847f26a 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-08-23T11:29:06.850Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.851Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "cds",
  "timestamp": 1661254107017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.851Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.851Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.851Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254115764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.851Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.851Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.851Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254116028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:29:06.851Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.852Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.852Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "cds",
  "timestamp": 1661254107017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.852Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.852Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.852Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254116849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.852Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.852Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.852Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254117031,
  "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-08-23T11:29:06.857Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e82148b5-4357-400d-aa6d-fc384847f26a
2022-08-23T11:29:06.858Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e82148b5-4357-400d-aa6d-fc384847f26a 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-08-23T11:29:06.865Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.866Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "cds",
  "timestamp": 1661254117805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.866Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.866Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.866Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254117937,
  "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-08-23T11:29:06.871Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e82148b5-4357-400d-aa6d-fc384847f26a
2022-08-23T11:29:06.872Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e82148b5-4357-400d-aa6d-fc384847f26a 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-08-23T11:29:06.879Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.879Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254118941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:29:06.879Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.879Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.879Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "cds",
  "timestamp": 1661254120422,
  "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-08-23T11:29:06.884Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e82148b5-4357-400d-aa6d-fc384847f26a
2022-08-23T11:29:06.884Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e82148b5-4357-400d-aa6d-fc384847f26a 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-08-23T11:29:06.892Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.893Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254121191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:29:06.893Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.893Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.893Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "aai-ml",
  "timestamp": 1661254122195,
  "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-08-23T11:29:06.898Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e82148b5-4357-400d-aa6d-fc384847f26a
2022-08-23T11:29:06.898Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e82148b5-4357-400d-aa6d-fc384847f26a 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-08-23T11:29:06.907Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.907Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254124222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.907Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.907Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.907Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254128370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:29:06.907Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.908Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.908Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "clamp",
  "timestamp": 1661254129374,
  "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-08-23T11:29:06.913Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e82148b5-4357-400d-aa6d-fc384847f26a
2022-08-23T11:29:06.913Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e82148b5-4357-400d-aa6d-fc384847f26a 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-08-23T11:29:06.921Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.922Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254123637,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.922Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.922Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.922Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "cds",
  "timestamp": 1661254122017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.923Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.923Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.923Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "aai-ml",
  "timestamp": 1661254125046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.923Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.923Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.923Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254131486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.923Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.924Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.924Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254123637,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.924Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.924Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.924Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "cds",
  "timestamp": 1661254122017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.924Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.924Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.925Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "aai-ml",
  "timestamp": 1661254125046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.925Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.925Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.925Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254131486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.925Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.925Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.925Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "aai-ml",
  "timestamp": 1661254125046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.925Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.926Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.926Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "cds",
  "timestamp": 1661254122017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.926Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.926Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.926Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254123637,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.926Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.927Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.927Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254131486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.927Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.927Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.927Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "cds",
  "timestamp": 1661254122017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.927Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.927Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.927Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254123637,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.928Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.928Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.928Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "aai-ml",
  "timestamp": 1661254125046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.928Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.928Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.928Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "clamp",
  "timestamp": 1661254134408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.928Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.928Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.929Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254131486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.929Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.929Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.929Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254134803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.929Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.929Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.929Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "aai-ml",
  "timestamp": 1661254125046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.930Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.930Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.930Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "cds",
  "timestamp": 1661254122017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.930Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.930Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.930Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254123637,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.931Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.931Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.931Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "clamp",
  "timestamp": 1661254134408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.931Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.931Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.931Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254131486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.931Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.932Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.932Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254134803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.932Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.932Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.932Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "aai-ml",
  "timestamp": 1661254125046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.932Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.932Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.932Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "cds",
  "timestamp": 1661254122017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.933Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.933Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.933Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254123637,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.933Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.933Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.933Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "clamp",
  "timestamp": 1661254134408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.933Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.934Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.934Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254131486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.934Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.934Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.934Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254134803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.934Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.935Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.935Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "aai-ml",
  "timestamp": 1661254125046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.935Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.935Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.935Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "cds",
  "timestamp": 1661254122017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.935Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.935Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.935Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254123637,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.936Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.936Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.936Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "clamp",
  "timestamp": 1661254134408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.936Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.936Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.936Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254131486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.936Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.936Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.937Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254134803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.937Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.937Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.937Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "aai-ml",
  "timestamp": 1661254125046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.937Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.937Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.937Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254123637,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.937Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.938Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.938Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "cds",
  "timestamp": 1661254122017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.938Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.938Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.938Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "clamp",
  "timestamp": 1661254134408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.938Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.939Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.939Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254131486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.939Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.939Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.939Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "aai-ml",
  "timestamp": 1661254125046,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.939Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.939Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.939Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254134803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.940Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.940Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.940Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "cds",
  "timestamp": 1661254122017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.940Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.940Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.940Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254123637,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.940Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.940Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.941Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "clamp",
  "timestamp": 1661254134408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.941Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.941Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.941Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254131486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.941Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.941Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.941Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254134803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.942Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.942Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.942Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "policy-id",
  "timestamp": 1661254140117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.942Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.942Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.942Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "aai-ml",
  "timestamp": 1661254140013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.942Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.943Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.943Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254140664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.943Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.943Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.943Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "cds",
  "timestamp": 1661254140667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.943Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.944Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.944Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "clamp",
  "timestamp": 1661254134408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.944Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.944Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.944Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254141335,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:06.944Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.944Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.945Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254134803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.945Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.945Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.945Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "policy-id",
  "timestamp": 1661254140117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.945Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.945Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.945Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254141750,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:29:06.946Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.946Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.946Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "clamp",
  "timestamp": 1661254134408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.946Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.946Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.946Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "cds",
  "timestamp": 1661254141942,
  "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-08-23T11:29:06.965Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2485e3f-7783-4fd4-8beb-99d5b32095aa
2022-08-23T11:29:06.965Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2485e3f-7783-4fd4-8beb-99d5b32095aa 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-08-23T11:29:06.973Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.973Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254134803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.974Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.974Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.974Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "policy-id",
  "timestamp": 1661254140117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.974Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.974Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.974Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254142754,
  "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-08-23T11:29:06.982Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c2485e3f-7783-4fd4-8beb-99d5b32095aa
2022-08-23T11:29:06.982Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2485e3f-7783-4fd4-8beb-99d5b32095aa 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-08-23T11:29:06.993Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.993Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "clamp",
  "timestamp": 1661254134408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.993Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.993Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.993Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254143258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:29:06.993Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:29:06.994Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.994Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254134803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:29:06.994Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.994Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.994Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "policy-id",
  "timestamp": 1661254140117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.994Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.994Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.995Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "cds",
  "timestamp": 1661254142946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:06.995Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:06.995Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:06.995Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254144262,
  "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-08-23T11:29:07.000Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2485e3f-7783-4fd4-8beb-99d5b32095aa
2022-08-23T11:29:07.001Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2485e3f-7783-4fd4-8beb-99d5b32095aa 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-08-23T11:29:07.024Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:07.024Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254143758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:07.025Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:07.025Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:07.025Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "policy-id",
  "timestamp": 1661254140117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:07.025Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:07.025Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:07.025Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "cds",
  "timestamp": 1661254142946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:07.025Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:07.025Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:07.030Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254143758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:07.033Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:07.033Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:07.033Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "policy-id",
  "timestamp": 1661254140117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:07.033Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:07.033Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:29:07.033Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "cds",
  "timestamp": 1661254142946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:07.033Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:29:07.227Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:07.229Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-23T11:29:07.230Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e82148b5-4357-400d-aa6d-fc384847f26a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"b33aac3d-e4ea-4696-8495-474fbf7b06ed","serviceDescription":"service","serviceInvariantUUID":"45d453d0-4ad4-4dea-a2ee-bccb7a51be30","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7da14ef1-edf7-48b7-ba71-24a6fba26e57","resourceInvariantUUID":"7ad37485-179d-4f27-b846-172fb8f27b6c","resourceCustomizationUUID":"39364bd8-8b14-4469-9020-47eef42752c8","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":"OGU3Y2FhNTgyMmI4ZjU3Y2FkZTQ5M2Y2NDg4MDFiZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02be3605-ef4d-4ac9-ae29-d899ab7cca07","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":"NTJjZDAwNWE5OWJkYWQ1YzdkMDZkYzJjNzU5NGFjNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90efca2e-7614-493f-893f-466d745a2487","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":"dac5dfca-f53b-468d-ab9a-36976d88545a","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":"d3b6e8d1-a76b-4085-8046-a45e3bc12dc7","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":"900d6ad4-8647-43ae-a6a8-9e2a4bf341a0","artifactVersion":"2","generatedFromUUID":"d6b15333-9cc6-4c5e-9b42-1ae4a05841cb"},{"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":"dba23c4b-32fb-43a3-906e-1392823a4458","artifactVersion":"2","generatedFromUUID":"dac5dfca-f53b-468d-ab9a-36976d88545a"},{"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":"d6b15333-9cc6-4c5e-9b42-1ae4a05841cb","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":"e2915d6b-5d9f-475a-93a9-14ec24dbd5ce","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":"OTI4MDlkMmE4MDM4ZmQ2MWQxZWIwYjg1MzAwNDZjMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f64b8d9-aad0-4502-9823-939109233d79","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODMwMmQzMDZhMWQxYWNhNDNhMDE1ZmZlMzFmOGM2OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c6e06a0-5767-4075-bf13-2eaf58bd0d62","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:29:07.234Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:29:07.235Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:07.241Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:07.241Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:07.341Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:07.342Z||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-08-23T11:29:07.343Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:07.396Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:07.396Z||pool-105-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:08.242Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:29:08.249Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:08.271Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:08.272Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:29:08.360Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-08-23T11:29:08.361Z||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-08-23T11:29:08.361Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:08.394Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:08.395Z||pool-106-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:09.273Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:29:09.274Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:09.276Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:09.277Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:29:09.377Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:09.378Z||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-08-23T11:29:09.378Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:09.399Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:09.400Z||pool-107-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:10.278Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:29:10.278Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:10.284Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:10.284Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:10.381Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-23T11:29:10.382Z||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-08-23T11:29:10.382Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:10.418Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:10.419Z||pool-108-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:11.285Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:29:11.287Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:11.290Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:11.290Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-23T11:29:11.390Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:11.391Z||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-08-23T11:29:11.391Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:11.418Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:11.418Z||pool-109-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:12.291Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:29:12.291Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:12.294Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:12.294Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-23T11:29:12.394Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:12.395Z||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-08-23T11:29:12.395Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:12.411Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:12.412Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:13.296Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:29:13.298Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:13.300Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:13.300Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-23T11:29:13.400Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:13.401Z||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-08-23T11:29:13.401Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:13.424Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:13.425Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:29:14.300Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:29:14.301Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:14.303Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:14.304Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:14.404Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:14.405Z||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-08-23T11:29:14.405Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:14.426Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:14.426Z||pool-112-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:15.304Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:29:15.305Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:15.307Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:15.307Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:29:15.408Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:29:15.409Z||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-08-23T11:29:15.409Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:15.426Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:15.427Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:16.308Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:29:16.309Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:16.312Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:16.312Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:29:16.412Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:16.413Z||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-08-23T11:29:16.413Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:16.428Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:16.429Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:17.314Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b33aac3d-e4ea-4696-8495-474fbf7b06ed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45d453d0-4ad4-4dea-a2ee-bccb7a51be30",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "39364bd8-8b14-4469-9020-47eef42752c8",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7da14ef1-edf7-48b7-ba71-24a6fba26e57",
      "resourceInvariantUUID": "7ad37485-179d-4f27-b846-172fb8f27b6c",
      "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": "NTJjZDAwNWE5OWJkYWQ1YzdkMDZkYzJjNzU5NGFjNWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90efca2e-7614-493f-893f-466d745a2487",
          "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": "dac5dfca-f53b-468d-ab9a-36976d88545a",
          "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": "dba23c4b-32fb-43a3-906e-1392823a4458",
            "generatedFromUUID": "dac5dfca-f53b-468d-ab9a-36976d88545a"
          },
          "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": "900d6ad4-8647-43ae-a6a8-9e2a4bf341a0",
          "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": "dba23c4b-32fb-43a3-906e-1392823a4458",
          "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": "d6b15333-9cc6-4c5e-9b42-1ae4a05841cb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ODMwMmQzMDZhMWQxYWNhNDNhMDE1ZmZlMzFmOGM2OGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c6e06a0-5767-4075-bf13-2eaf58bd0d62"
    }
  ],
  "workloadContext": "Production"
}
2022-08-23T11:29:17.314Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:29:17.314Z|a90a0664-1d06-4756-8b61-94bcc4d2b599|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b33aac3d-e4ea-4696-8495-474fbf7b06ed ASDC
2022-08-23T11:29:17.316Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e82148b5-4357-400d-aa6d-fc384847f26a
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:b33aac3d-e4ea-4696-8495-474fbf7b06ed
ServiceInvariantUUID:45d453d0-4ad4-4dea-a2ee-bccb7a51be30
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:7c6e06a0-5767-4075-bf13-2eaf58bd0d62
ArtifactChecksum:ODMwMmQzMDZhMWQxYWNhNDNhMDE1ZmZlMzFmOGM2OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:39364bd8-8b14-4469-9020-47eef42752c8
ResourceInvariantUUID:7ad37485-179d-4f27-b846-172fb8f27b6c
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:7da14ef1-edf7-48b7-ba71-24a6fba26e57
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:90efca2e-7614-493f-893f-466d745a2487
ArtifactChecksum:NTJjZDAwNWE5OWJkYWQ1YzdkMDZkYzJjNzU5NGFjNWU=
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:dac5dfca-f53b-468d-ab9a-36976d88545a
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:dba23c4b-32fb-43a3-906e-1392823a4458
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:900d6ad4-8647-43ae-a6a8-9e2a4bf341a0
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:dba23c4b-32fb-43a3-906e-1392823a4458
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:d6b15333-9cc6-4c5e-9b42-1ae4a05841cb
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-23T11:29:17.316Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b33aac3d-e4ea-4696-8495-474fbf7b06ed 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-08-23T11:29:17.364Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:29:17.366Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:29:17.366Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:29:17.366Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7c6e06a0-5767-4075-bf13-2eaf58bd0d62 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-23T11:29:17.366Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:29:17.366Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-23T11:29:17.450Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:29:17.463Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7c6e06a0-5767-4075-bf13-2eaf58bd0d62 162963
2022-08-23T11:29:17.464Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-23T11:29:17.464Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-23T11:29:17.464Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:29:17.464Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:17.467Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:17.467Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254157464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:17.567Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:17.568Z||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-08-23T11:29:17.568Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:17.587Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:17.587Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:29:18.467Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:29:18.469Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:29:18.469Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7c6e06a0-5767-4075-bf13-2eaf58bd0d62, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-23T11:29:18.470Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-08-23T11:29:18.470Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-23T11:29:18.471Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-23T11:29:18.729Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15650346611777828401/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-08-23T11:29:20.016Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:29:20.016Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:29:20.017Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-23T11:29:20.017Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-23T11:29:20.017Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:20.017Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-23T11:29:20.017Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:20.017Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:20.017Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:29:20.017Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.018Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:20.018Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-23T11:29:20.018Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:29:20.018Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:29:20.019Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.019Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:20.019Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-23T11:29:20.019Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:29:20.019Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:29:20.019Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.019Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:20.020Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.020Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-23T11:29:20.020Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-08-23T11:29:20.020Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-08-23T11:29:20.020Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-23T11:29:20.020Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.020Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:29:20.020Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.021Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-23T11:29:20.021Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:29:20.021Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.021Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-23T11:29:20.021Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:29:20.022Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.022Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-23T11:29:20.022Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:29:20.022Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.022Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-23T11:29:20.022Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:29:20.023Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.023Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-23T11:29:20.023Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-08-23T11:29:20.023Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f85fdd6b-7a62-40df-baac-ffccdca3f852
2022-08-23T11:29:20.024Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.024Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:20.024Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.024Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:20.024Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.024Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:20.025Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:20.025Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:20.025Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:b33aac3d-e4ea-4696-8495-474fbf7b06ed
Model Version:NULL
Model InvariantUuid:45d453d0-4ad4-4dea-a2ee-bccb7a51be30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:08617b60-f44d-4fa0-aac6-f45ac31e6f48
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7ad37485-179d-4f27-b846-172fb8f27b6c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:39364bd8-8b14-4469-9020-47eef42752c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d41886f9-8d81-4ab9-9135-b193664da4a9
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:de2cc01e-77bd-4865-b193-49603643d9d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:a856d1f2-17bb-46bc-b9a2-5269c0bc00a9
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:0de16753-5865-4361-b74e-0050f64836c8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f85fdd6b-7a62-40df-baac-ffccdca3f852
ModelInvariantUuid:a4d9fe49-f542-43d7-8394-83bc7d82a5a5
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9f2a7533-5438-44b9-9379-e0481d283c7e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:bbef6bd2-30ad-4b9b-a91e-33f20cf0135f
ModelInvariantUuid:0cd55dee-866a-42d0-8440-d7ca39e50f68
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:684de370-5ade-4fc3-8160-730b232d75e0
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-08-23T11:29:20.033Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7da14ef1-edf7-48b7-ba71-24a6fba26e57
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-08-23T11:29:20.038Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-08-23T11:29:20.038Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7da14ef1-edf7-48b7-ba71-24a6fba26e57
2022-08-23T11:29:20.038Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 90efca2e-7614-493f-893f-466d745a2487 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-23T11:29:20.038Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:29:20.038Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:20.117Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:29:20.117Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 90efca2e-7614-493f-893f-466d745a2487 1565
2022-08-23T11:29:20.118Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:20.118Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:20.118Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:29:20.118Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:20.120Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:20.120Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254160118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:20.220Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:20.221Z||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-08-23T11:29:20.221Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:20.235Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:20.235Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:21.120Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a856d1f2-17bb-46bc-b9a2-5269c0bc00a9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0de16753-5865-4361-b74e-0050f64836c8",
    "vfModuleModelCustomizationUUID": "877ba12c-024e-4cc1-bd00-4a8f3bef22a9",
    "isBase": true,
    "artifacts": [
      "dac5dfca-f53b-468d-ab9a-36976d88545a",
      "dba23c4b-32fb-43a3-906e-1392823a4458"
    ],
    "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": "d41886f9-8d81-4ab9-9135-b193664da4a9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de2cc01e-77bd-4865-b193-49603643d9d0",
    "vfModuleModelCustomizationUUID": "53887ac2-a540-4270-b151-7c59e235c5b9",
    "isBase": false,
    "artifacts": [
      "d6b15333-9cc6-4c5e-9b42-1ae4a05841cb"
    ],
    "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-08-23T11:29:21.127Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0de16753-5865-4361-b74e-0050f64836c8
VfModuleModelInvariantUUID:a856d1f2-17bb-46bc-b9a2-5269c0bc00a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
dac5dfca-f53b-468d-ab9a-36976d88545a
,
dba23c4b-32fb-43a3-906e-1392823a4458

}
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:de2cc01e-77bd-4865-b193-49603643d9d0
VfModuleModelInvariantUUID:d41886f9-8d81-4ab9-9135-b193664da4a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
d6b15333-9cc6-4c5e-9b42-1ae4a05841cb

}
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-08-23T11:29:21.129Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a856d1f2-17bb-46bc-b9a2-5269c0bc00a9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0de16753-5865-4361-b74e-0050f64836c8",
    "vfModuleModelCustomizationUUID": "877ba12c-024e-4cc1-bd00-4a8f3bef22a9",
    "isBase": true,
    "artifacts": [
      "dac5dfca-f53b-468d-ab9a-36976d88545a",
      "dba23c4b-32fb-43a3-906e-1392823a4458"
    ],
    "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": "d41886f9-8d81-4ab9-9135-b193664da4a9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de2cc01e-77bd-4865-b193-49603643d9d0",
    "vfModuleModelCustomizationUUID": "53887ac2-a540-4270-b151-7c59e235c5b9",
    "isBase": false,
    "artifacts": [
      "d6b15333-9cc6-4c5e-9b42-1ae4a05841cb"
    ],
    "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-08-23T11:29:21.130Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0de16753-5865-4361-b74e-0050f64836c8
VfModuleModelInvariantUUID:a856d1f2-17bb-46bc-b9a2-5269c0bc00a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
dac5dfca-f53b-468d-ab9a-36976d88545a
,
dba23c4b-32fb-43a3-906e-1392823a4458

}
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:de2cc01e-77bd-4865-b193-49603643d9d0
VfModuleModelInvariantUUID:d41886f9-8d81-4ab9-9135-b193664da4a9
VfModuleModelDescription:NULL
Artifacts UUID List:{
d6b15333-9cc6-4c5e-9b42-1ae4a05841cb

}
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-08-23T11:29:21.130Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dac5dfca-f53b-468d-ab9a-36976d88545a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-23T11:29:21.130Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:29:21.130Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:21.213Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:29:21.213Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml dac5dfca-f53b-468d-ab9a-36976d88545a 914
2022-08-23T11:29:21.213Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:21.213Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:21.214Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:29:21.214Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:21.215Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:21.216Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254161213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:21.316Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:21.317Z||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-08-23T11:29:21.317Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:21.333Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:21.334Z||pool-117-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:22.216Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 900d6ad4-8647-43ae-a6a8-9e2a4bf341a0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-23T11:29:22.217Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:29:22.217Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:22.258Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:29:22.259Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 900d6ad4-8647-43ae-a6a8-9e2a4bf341a0 12
2022-08-23T11:29:22.259Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:22.259Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:22.259Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:29:22.260Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:22.262Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:22.262Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254162259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:22.362Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:22.363Z||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-08-23T11:29:22.363Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:22.419Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:22.419Z||pool-118-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:23.263Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dba23c4b-32fb-43a3-906e-1392823a4458 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-23T11:29:23.263Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:29:23.263Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:23.314Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:29:23.314Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env dba23c4b-32fb-43a3-906e-1392823a4458 96
2022-08-23T11:29:23.314Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:23.315Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:23.315Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:29:23.315Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:23.317Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:23.317Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254163314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:23.418Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-23T11:29:23.419Z||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-08-23T11:29:23.419Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:23.437Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:23.438Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:24.318Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6b15333-9cc6-4c5e-9b42-1ae4a05841cb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-23T11:29:24.319Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:29:24.319Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:24.373Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:29:24.374Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d6b15333-9cc6-4c5e-9b42-1ae4a05841cb 20206
2022-08-23T11:29:24.374Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:24.374Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:24.375Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:29:24.375Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:24.377Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:24.378Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254164374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:29:24.478Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:24.479Z||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-08-23T11:29:24.479Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:24.494Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:24.495Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:25.382Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b33aac3d-e4ea-4696-8495-474fbf7b06ed
2022-08-23T11:29:25.382Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 7da14ef1-edf7-48b7-ba71-24a6fba26e57 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-08-23T11:29:25.396Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@194672a5, org.onap.sdc.toscaparser.api.parameters.Input@7f0b370c, org.onap.sdc.toscaparser.api.parameters.Input@308f7164, org.onap.sdc.toscaparser.api.parameters.Input@72324a0b, org.onap.sdc.toscaparser.api.parameters.Input@584bddb2]
2022-08-23T11:29:25.399Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:25.400Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:25.400Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-23T11:29:25.401Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 39364bd8-8b14-4469-9020-47eef42752c8
2022-08-23T11:29:25.401Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 39364bd8-8b14-4469-9020-47eef42752c8 matches Tosca VF Customization UUID: 39364bd8-8b14-4469-9020-47eef42752c8
2022-08-23T11:29:25.401Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 39364bd8-8b14-4469-9020-47eef42752c8  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-08-23T11:29:25.405Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:25.405Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:25.406Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 39364bd8-8b14-4469-9020-47eef42752c8: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-08-23T11:29:25.407Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55930eb5
2022-08-23T11:29:25.407Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:25.407Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:29:25.407Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 53887ac2-a540-4270-b151-7c59e235c5b9
2022-08-23T11:29:25.408Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 53887ac2-a540-4270-b151-7c59e235c5b9
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-08-23T11:29:25.411Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:25.411Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-23T11:29:25.412Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:29:25.412Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:25.412Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-23T11:29:25.412Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:29:25.412Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:25.413Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-23T11:29:25.413Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=39364bd8-8b14-4469-9020-47eef42752c8
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-08-23T11:29:25.415Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:25.415Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:25.416Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b33aac3d-e4ea-4696-8495-474fbf7b06ed: basic_cnf_macro
2022-08-23T11:29:25.416Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:25.416Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:25.416Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:25.416Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:25.416Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:25.417Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:25.417Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:25.417Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:25.417Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:29:25.417Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:29:25.417Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:25.474Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 7da14ef1-edf7-48b7-ba71-24a6fba26e57 2 ASDC deployResourceStructure
2022-08-23T11:29:25.475Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:25.475Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:25.475Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:29:25.475Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:25.478Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:25.478Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254165474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:29:25.578Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:25.579Z||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-08-23T11:29:25.579Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:25.598Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:25.614Z||pool-121-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:29:26.480Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:26.481Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:26.481Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:29:26.481Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:26.484Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:26.484Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254166479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:29:26.584Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:26.585Z||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-08-23T11:29:26.585Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:26.602Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:26.602Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:29:27.485Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:27.485Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:27.485Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-23T11:29:27.486Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:27.488Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:27.488Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254167485,
  "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-08-23T11:29:27.589Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-23T11:29:27.589Z||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-08-23T11:29:27.590Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:27.604Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:27.605Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:28.491Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:28.491Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:28.492Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:29:28.492Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:28.495Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:28.495Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254168491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:29:28.595Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:28.596Z||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-08-23T11:29:28.596Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:28.613Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:28.614Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:29:29.496Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:29.497Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:29.497Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-23T11:29:29.497Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:29.499Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:29.499Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254169496,
  "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-08-23T11:29:29.599Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:29.600Z||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-08-23T11:29:29.600Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:29.627Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:29.627Z||pool-125-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:30.500Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-23T11:29:30.501Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-23T11:29:30.501Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:29:30.501Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:29:30.503Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:29:30.503Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254170500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:29:30.603Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:29:30.605Z||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-08-23T11:29:30.605Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:29:30.621Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:29:30.622Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:29:31.503Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e82148b5-4357-400d-aa6d-fc384847f26a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:29:31.516Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e82148b5-4357-400d-aa6d-fc384847f26a
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-08-23T11:29:31.519Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:29:31.519Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-23T11:29:31.519Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-23T11:29:31.520Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-23T11:29:31.520Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:29:31.520Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:29:31.520Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:29:31.521Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:29:31.521Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:29:31.521Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:29:31.521Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:29:31.526Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-23T11:30:01.527Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e82148b5-4357-400d-aa6d-fc384847f26a 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-08-23T11:30:01.536Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e82148b5-4357-400d-aa6d-fc384847f26a and serviceModelVersionId: b33aac3d-e4ea-4696-8495-474fbf7b06ed
2022-08-23T11:30:01.536Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45d453d0-4ad4-4dea-a2ee-bccb7a51be30
2022-08-23T11:30:01.537Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45d453d0-4ad4-4dea-a2ee-bccb7a51be30/model-vers/model-ver/b33aac3d-e4ea-4696-8495-474fbf7b06ed?depth=0
2022-08-23T11:30:01.545Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-23T11:30:01.608Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d453d0-4ad4-4dea-a2ee-bccb7a51be30/model-vers/model-ver/b33aac3d-e4ea-4696-8495-474fbf7b06ed?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-08-23T11:30:01.611Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d453d0-4ad4-4dea-a2ee-bccb7a51be30/model-vers/model-ver/b33aac3d-e4ea-4696-8495-474fbf7b06ed?depth=0|INFO|500||Invoke
2022-08-23T11:30:01.636Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d453d0-4ad4-4dea-a2ee-bccb7a51be30/model-vers/model-ver/b33aac3d-e4ea-4696-8495-474fbf7b06ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-23T11:30:01.829Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d453d0-4ad4-4dea-a2ee-bccb7a51be30/model-vers/model-ver/b33aac3d-e4ea-4696-8495-474fbf7b06ed?depth=0|INFO|500||InvokeReturn
2022-08-23T11:30:01.829Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45d453d0-4ad4-4dea-a2ee-bccb7a51be30/model-vers/model-ver/b33aac3d-e4ea-4696-8495-474fbf7b06ed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220823-11:30:01:197-39587], vertex-id=[229424], Content-Length=[0], Date=[Tue, 23 Aug 2022 11:30:01 GMT], Content-Type=[application/json]}
2022-08-23T11:30:01.829Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-08-23T11:30:01.840Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-23T11:30:01.840Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:30:01.847Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||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-08-23T11:30:01.848Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e82148b5-4357-400d-aa6d-fc384847f26a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-23T11:30:01.848Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-23T11:30:01.849Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:30:01.861Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:30:01.861Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254201848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:30:01.953Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-23T11:30:01.954Z||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-08-23T11:30:01.954Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:01.974Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:01.975Z||pool-127-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-08-23T11:30:02.874Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-23T11:30:02.874Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2485e3f-7783-4fd4-8beb-99d5b32095aa","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d1e9d88c-83a7-4e81-9e02-e0097ed11c56","serviceDescription":"service","serviceInvariantUUID":"63716591-39ef-456d-89b3-4e9bf3e4ba23","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"eb6a4f18-3758-4ff3-9a29-601a99ddf2c2","resourceInvariantUUID":"587d3c04-c16c-48a2-b20e-80809efe0255","resourceCustomizationUUID":"33787af0-50eb-41c3-b3b0-45e48e208bef","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":"ZTQwMjE5NTk4YTQxMmEyYTJjOGE3M2NjZWZlNTkzYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f388adc3-f82a-412d-bc52-247a1d9cb75f","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":"23ef6a9f-fbd0-4f7c-b41b-96b30aea0132","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":"66ab0425-8201-4b5e-8890-671cc6f10554","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":"MjNkNGNkMWUyNmEwMzdmYTU5N2U5MWE5ODE5NDdhOWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1bd9d348-3449-4a39-a870-a72798fd3434","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":"d5d82237-5612-41ee-a38c-fd798a624f49","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":"61bccb76-a6de-4934-87a1-078fbf5a67c7","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":"9dbbe137-6752-47fd-81a4-3802177ca83c","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":"MGNlOTk5MGUxMTRhM2Y5ODEwN2M4NDVlNmEzODQzZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"371c94b2-a98d-403f-9e54-4382f10122c7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YzYwOTlmOGJkNGZkMjQ2ZDNmZTZmOGVkM2JlYjhjZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9225ae7f-6b1b-4b31-96da-c1d2e4ad35a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:30:02.875Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:30:02.875Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:30:02.877Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:30:02.878Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:30:02.978Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:30:02.979Z||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-08-23T11:30:02.979Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:02.999Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:03.000Z||pool-128-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:30:03.878Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:30:03.879Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:30:03.881Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:30:03.881Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:30:03.981Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:30:03.982Z||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-08-23T11:30:03.982Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:03.998Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:03.999Z||pool-129-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:30:04.882Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:30:04.883Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:30:04.885Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:30:04.885Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:30:04.986Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-23T11:30:04.987Z||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-08-23T11:30:04.987Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:05.001Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:05.001Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:30:05.886Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:30:05.887Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:30:05.889Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:30:05.890Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:30:05.990Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:30:05.993Z||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-08-23T11:30:05.993Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:06.009Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:06.010Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:30:06.556Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:30:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:30:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:06.589Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:06.589Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:30:06.589Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "aai-ml",
  "timestamp": 1661254145225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:30:06.590Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:30:06.890Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:30:06.891Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:30:06.894Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:30:06.894Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:30:06.994Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:30:06.995Z||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-08-23T11:30:06.996Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:07.013Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:07.013Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:30:07.896Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:30:07.897Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:30:07.900Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:30:07.900Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:30:08.000Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:30:08.001Z||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-08-23T11:30:08.001Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:08.020Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:08.023Z||pool-133-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:30:08.901Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:30:08.902Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:30:08.905Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:30:08.905Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:30:09.005Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:30:09.006Z||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-08-23T11:30:09.006Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:09.023Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:09.023Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:30:09.906Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:30:09.906Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:30:09.909Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:30:09.909Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:30:10.009Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:30:10.010Z||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-08-23T11:30:10.010Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:10.026Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:10.026Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:30:10.911Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:30:10.912Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:30:10.915Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:30:10.915Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:30:11.015Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:30:11.016Z||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-08-23T11:30:11.016Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:11.030Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:11.031Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:30:11.916Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d1e9d88c-83a7-4e81-9e02-e0097ed11c56",
  "serviceDescription": "service",
  "serviceInvariantUUID": "63716591-39ef-456d-89b3-4e9bf3e4ba23",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "33787af0-50eb-41c3-b3b0-45e48e208bef",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "eb6a4f18-3758-4ff3-9a29-601a99ddf2c2",
      "resourceInvariantUUID": "587d3c04-c16c-48a2-b20e-80809efe0255",
      "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": "YzYwOTlmOGJkNGZkMjQ2ZDNmZTZmOGVkM2JlYjhjZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9225ae7f-6b1b-4b31-96da-c1d2e4ad35a9"
    }
  ],
  "workloadContext": "Production"
}
2022-08-23T11:30:11.916Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:30:11.917Z|e82148b5-4357-400d-aa6d-fc384847f26a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d1e9d88c-83a7-4e81-9e02-e0097ed11c56 ASDC
2022-08-23T11:30:11.917Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c2485e3f-7783-4fd4-8beb-99d5b32095aa
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d1e9d88c-83a7-4e81-9e02-e0097ed11c56
ServiceInvariantUUID:63716591-39ef-456d-89b3-4e9bf3e4ba23
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:9225ae7f-6b1b-4b31-96da-c1d2e4ad35a9
ArtifactChecksum:YzYwOTlmOGJkNGZkMjQ2ZDNmZTZmOGVkM2JlYjhjZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:33787af0-50eb-41c3-b3b0-45e48e208bef
ResourceInvariantUUID:587d3c04-c16c-48a2-b20e-80809efe0255
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:eb6a4f18-3758-4ff3-9a29-601a99ddf2c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-23T11:30:11.917Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1e9d88c-83a7-4e81-9e02-e0097ed11c56 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-08-23T11:30:11.952Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:30:11.953Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:30:11.953Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:30:11.953Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9225ae7f-6b1b-4b31-96da-c1d2e4ad35a9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-23T11:30:11.953Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:30:11.953Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-23T11:30:12.020Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:30:12.028Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9225ae7f-6b1b-4b31-96da-c1d2e4ad35a9 110788
2022-08-23T11:30:12.028Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-23T11:30:12.028Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-23T11:30:12.028Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:30:12.029Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:30:12.031Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:30:12.042Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254212028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:30:12.142Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:30:12.143Z||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-08-23T11:30:12.143Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:12.159Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:12.159Z||pool-137-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:30:13.043Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:30:13.044Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:30:13.044Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9225ae7f-6b1b-4b31-96da-c1d2e4ad35a9, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-23T11:30:13.044Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-08-23T11:30:13.045Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-23T11:30:13.045Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-23T11:30:13.155Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6560397238805199891/Definitions/service-TestPnfMacro-template.yml
2022-08-23T11:30:14.138Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:30:14.139Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:30:14.139Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-23T11:30:14.139Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-23T11:30:14.139Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||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-08-23T11:30:14.139Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||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-08-23T11:30:14.139Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||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-08-23T11:30:14.139Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||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-08-23T11:30:14.139Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||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-08-23T11:30:14.140Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||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-08-23T11:30:14.140Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||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-08-23T11:30:14.140Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:30:14.140Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:30:14.140Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:30:14.140Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-23T11:30:14.140Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:30:14.141Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:30:14.141Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:30:14.141Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:30:14.141Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-23T11:30:14.141Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:30:14.141Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:30:14.141Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:30:14.141Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:30:14.142Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:30:14.142Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:30:14.142Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:30:14.142Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:30:14.142Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:30:14.142Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:30:14.142Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:30:14.143Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:30:14.143Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d1e9d88c-83a7-4e81-9e02-e0097ed11c56
Model Version:NULL
Model InvariantUuid:63716591-39ef-456d-89b3-4e9bf3e4ba23
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-08-23T11:30:14.149Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: eb6a4f18-3758-4ff3-9a29-601a99ddf2c2
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-08-23T11:30:14.152Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-08-23T11:30:14.152Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: eb6a4f18-3758-4ff3-9a29-601a99ddf2c2
2022-08-23T11:30:14.152Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||No resources found for Service: d1e9d88c-83a7-4e81-9e02-e0097ed11c56
2022-08-23T11:30:14.152Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d1e9d88c-83a7-4e81-9e02-e0097ed11c56
2022-08-23T11:30:14.152Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 eb6a4f18-3758-4ff3-9a29-601a99ddf2c2 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-08-23T11:30:14.156Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c6fe53b, org.onap.sdc.toscaparser.api.parameters.Input@42b86bbe, org.onap.sdc.toscaparser.api.parameters.Input@46849fb6, org.onap.sdc.toscaparser.api.parameters.Input@2576f99, org.onap.sdc.toscaparser.api.parameters.Input@617214d5]
2022-08-23T11:30:14.157Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:30:14.157Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:30:14.157Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d1e9d88c-83a7-4e81-9e02-e0097ed11c56: test-pnf
2022-08-23T11:30:14.157Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||Processing PNF resource: eb6a4f18-3758-4ff3-9a29-601a99ddf2c2
2022-08-23T11:30:14.158Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:30:14.158Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:30:14.158Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||Resource customization UUID: 33787af0-50eb-41c3-b3b0-45e48e208bef is the same as notified resource customizationUUID: 33787af0-50eb-41c3-b3b0-45e48e208bef
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-08-23T11:30:14.195Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf eb6a4f18-3758-4ff3-9a29-601a99ddf2c2 0 ASDC deployResourceStructure
2022-08-23T11:30:14.196Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-23T11:30:14.196Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-23T11:30:14.196Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:30:14.197Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:30:14.199Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:30:14.199Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254214195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:30:14.299Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:30:14.300Z||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-08-23T11:30:14.300Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:30:14.319Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:30:14.320Z||pool-138-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:30:15.201Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2485e3f-7783-4fd4-8beb-99d5b32095aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:30:15.220Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2485e3f-7783-4fd4-8beb-99d5b32095aa
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-08-23T11:30:15.224Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:30:15.224Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:30:15.224Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:30:45.225Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2485e3f-7783-4fd4-8beb-99d5b32095aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:30:45.240Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2485e3f-7783-4fd4-8beb-99d5b32095aa
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-08-23T11:30:45.243Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:30:45.243Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-23T11:30:45.243Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-23T11:31:06.556Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:31:06.558Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:31:06.558Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:06.595Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:06.598Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.598Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254143758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.599Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.600Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.600Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.601Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.601Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.601Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "policy-id",
  "timestamp": 1661254140117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.602Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.602Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.602Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "cds",
  "timestamp": 1661254142946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.603Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.603Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.604Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "aai-ml",
  "timestamp": 1661254146229,
  "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-08-23T11:31:06.619Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2485e3f-7783-4fd4-8beb-99d5b32095aa
2022-08-23T11:31:06.620Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2485e3f-7783-4fd4-8beb-99d5b32095aa 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-08-23T11:31:06.631Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.631Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254143758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.632Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.632Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.632Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "policy-id",
  "timestamp": 1661254140117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.633Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.633Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.633Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.634Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.634Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.634Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "cds",
  "timestamp": 1661254142946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.634Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.634Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.635Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254143758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.635Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.635Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.635Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "policy-id",
  "timestamp": 1661254140117,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.635Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.636Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.636Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.637Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.637Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.637Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "cds",
  "timestamp": 1661254142946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.637Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.637Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.637Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254143758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.638Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.638Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.638Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.638Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.638Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.638Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "policy-id",
  "timestamp": 1661254149872,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.639Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.639Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.639Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "cds",
  "timestamp": 1661254142946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.639Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.639Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.640Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254143758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.640Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.640Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.640Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.641Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.641Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.641Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "policy-id",
  "timestamp": 1661254150877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:31:06.642Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.642Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.642Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "cds",
  "timestamp": 1661254142946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.643Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.643Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.643Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661254143758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.643Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.644Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.644Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.644Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.645Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.645Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "policy-id",
  "timestamp": 1661254151881,
  "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-08-23T11:31:06.651Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2485e3f-7783-4fd4-8beb-99d5b32095aa
2022-08-23T11:31:06.651Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2485e3f-7783-4fd4-8beb-99d5b32095aa 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-08-23T11:31:06.660Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.661Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "cds",
  "timestamp": 1661254151811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.666Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.666Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.667Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.667Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.667Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.670Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "cds",
  "timestamp": 1661254153040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-23T11:31:06.691Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 638c7014-eb7f-4de0-9a49-b93b3f9a7065
2022-08-23T11:31:06.692Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 638c7014-eb7f-4de0-9a49-b93b3f9a7065 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-08-23T11:31:06.709Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.710Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.710Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.710Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.711Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "clamp",
  "timestamp": 1661254154231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.711Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.711Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.711Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.711Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.712Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.712Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254154803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.712Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.712Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.713Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.713Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.713Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.714Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "clamp",
  "timestamp": 1661254156240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:31:06.714Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.715Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.715Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "aai-ml",
  "timestamp": 1661254155046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.715Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.716Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.716Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254154803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.716Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.716Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.717Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254157464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.717Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.717Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.717Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "clamp",
  "timestamp": 1661254157245,
  "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-08-23T11:31:06.723Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c2485e3f-7783-4fd4-8beb-99d5b32095aa
2022-08-23T11:31:06.724Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2485e3f-7783-4fd4-8beb-99d5b32095aa 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-08-23T11:31:06.733Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.733Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "aai-ml",
  "timestamp": 1661254155046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.734Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.734Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.734Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254154803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.735Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.735Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.735Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "aai-ml",
  "timestamp": 1661254155046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.736Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.736Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.736Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254154803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.737Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.737Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.737Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "aai-ml",
  "timestamp": 1661254155046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.737Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.738Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.738Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254160118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.738Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.739Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.739Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254154803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.739Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.746Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.746Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "aai-ml",
  "timestamp": 1661254155046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.747Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.747Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.747Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254154803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.747Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.748Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.748Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254161213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.748Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.749Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.749Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "policy-id",
  "timestamp": 1661254160117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.749Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.750Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.750Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "aai-ml",
  "timestamp": 1661254155046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.750Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.750Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.750Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254154803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.751Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.751Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.751Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "policy-id",
  "timestamp": 1661254160117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.751Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.752Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.752Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254162259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.752Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.753Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.753Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254161486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.753Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.753Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.754Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "aai-ml",
  "timestamp": 1661254155046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.754Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.754Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.754Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254154803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.755Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.755Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.755Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "policy-id",
  "timestamp": 1661254160117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.755Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.756Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.756Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254163314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.756Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.757Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.757Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254161486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.757Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.758Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.758Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "aai-ml",
  "timestamp": 1661254155046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.758Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.758Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.758Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "policy-id",
  "timestamp": 1661254160117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.758Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.758Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.758Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254163547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.758Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.759Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.759Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254164374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.759Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.759Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.759Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254161486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.759Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.759Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.759Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "policy-id",
  "timestamp": 1661254160117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.759Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.759Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.759Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "aai-ml",
  "timestamp": 1661254163814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.760Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.760Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.760Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254164613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.760Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.760Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.760Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254165474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:31:06.760Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.760Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.760Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "clamp",
  "timestamp": 1661254164408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.760Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.761Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.761Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254161486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.761Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.761Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.761Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "policy-id",
  "timestamp": 1661254160117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.761Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.761Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.761Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254165667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.761Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.761Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.761Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254166479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:31:06.762Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.762Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.762Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "clamp",
  "timestamp": 1661254164408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.762Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.762Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.762Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254161486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.763Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.763Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.763Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "policy-id",
  "timestamp": 1661254160117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.763Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.763Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.763Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254166690,
  "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-08-23T11:31:06.769Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 638c7014-eb7f-4de0-9a49-b93b3f9a7065
2022-08-23T11:31:06.770Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 638c7014-eb7f-4de0-9a49-b93b3f9a7065 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-08-23T11:31:06.779Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.780Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254167485,
  "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-08-23T11:31:06.780Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.780Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.780Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "clamp",
  "timestamp": 1661254164408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.780Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.781Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.781Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254161486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.781Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.781Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.781Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "policy-id",
  "timestamp": 1661254160117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.783Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.783Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.783Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661254167693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:31:06.783Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.783Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.783Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254168491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:31:06.783Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.783Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.783Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "clamp",
  "timestamp": 1661254164408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.783Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.784Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.784Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254161486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.784Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.784Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.784Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "policy-id",
  "timestamp": 1661254168825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.784Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.784Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.784Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254169496,
  "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-08-23T11:31:06.784Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.785Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.785Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "clamp",
  "timestamp": 1661254164408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.785Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.785Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.785Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254161486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.785Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.785Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.785Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "policy-id",
  "timestamp": 1661254169829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:31:06.786Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.786Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.786Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254170500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:31:06.786Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.786Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.786Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "clamp",
  "timestamp": 1661254164408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.786Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.786Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.786Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254170261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.787Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.787Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.787Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "policy-id",
  "timestamp": 1661254170839,
  "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-08-23T11:31:06.797Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 638c7014-eb7f-4de0-9a49-b93b3f9a7065
2022-08-23T11:31:06.798Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 638c7014-eb7f-4de0-9a49-b93b3f9a7065 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-08-23T11:31:06.811Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.812Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "clamp",
  "timestamp": 1661254164408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.812Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.812Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.812Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "aai-ml",
  "timestamp": 1661254171015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:31:06.813Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.813Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.813Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "clamp",
  "timestamp": 1661254164408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:31:06.813Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.813Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.813Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254172509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:31:06.814Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.814Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.814Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "aai-ml",
  "timestamp": 1661254172019,
  "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-08-23T11:31:06.819Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 638c7014-eb7f-4de0-9a49-b93b3f9a7065
2022-08-23T11:31:06.819Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 638c7014-eb7f-4de0-9a49-b93b3f9a7065 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-08-23T11:31:06.827Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.827Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661254173512,
  "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-08-23T11:31:06.833Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 638c7014-eb7f-4de0-9a49-b93b3f9a7065
2022-08-23T11:31:06.833Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 638c7014-eb7f-4de0-9a49-b93b3f9a7065 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-08-23T11:31:06.841Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.841Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "clamp",
  "timestamp": 1661254176229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:06.841Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.841Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.841Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "clamp",
  "timestamp": 1661254179233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:31:06.842Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.842Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.842Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "clamp",
  "timestamp": 1661254180238,
  "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-08-23T11:31:06.846Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 638c7014-eb7f-4de0-9a49-b93b3f9a7065
2022-08-23T11:31:06.847Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 638c7014-eb7f-4de0-9a49-b93b3f9a7065 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-08-23T11:31:06.854Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.855Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e82148b5-4357-400d-aa6d-fc384847f26a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254201848,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:31:06.855Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:31:06.855Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.856Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.856Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.856Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.856Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.857Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.857Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.857Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.857Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:06.857Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:31:06.858Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:06.858Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:31:15.243Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2485e3f-7783-4fd4-8beb-99d5b32095aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:31:15.259Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2485e3f-7783-4fd4-8beb-99d5b32095aa
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-08-23T11:31:15.263Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:31:15.263Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-23T11:31:15.263Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-23T11:31:15.264Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-23T11:31:15.264Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:31:15.264Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:31:15.264Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:31:15.264Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:31:15.264Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:31:15.264Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:31:15.264Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:31:15.264Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||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-08-23T11:31:15.271Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-23T11:31:45.271Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2485e3f-7783-4fd4-8beb-99d5b32095aa 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-08-23T11:31:45.290Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2485e3f-7783-4fd4-8beb-99d5b32095aa and serviceModelVersionId: d1e9d88c-83a7-4e81-9e02-e0097ed11c56
2022-08-23T11:31:45.290Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63716591-39ef-456d-89b3-4e9bf3e4ba23
2022-08-23T11:31:45.291Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63716591-39ef-456d-89b3-4e9bf3e4ba23/model-vers/model-ver/d1e9d88c-83a7-4e81-9e02-e0097ed11c56?depth=0
2022-08-23T11:31:45.304Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-23T11:31:45.381Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63716591-39ef-456d-89b3-4e9bf3e4ba23/model-vers/model-ver/d1e9d88c-83a7-4e81-9e02-e0097ed11c56?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-08-23T11:31:45.385Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63716591-39ef-456d-89b3-4e9bf3e4ba23/model-vers/model-ver/d1e9d88c-83a7-4e81-9e02-e0097ed11c56?depth=0|INFO|500||Invoke
2022-08-23T11:31:45.422Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63716591-39ef-456d-89b3-4e9bf3e4ba23/model-vers/model-ver/d1e9d88c-83a7-4e81-9e02-e0097ed11c56?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-23T11:31:45.549Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63716591-39ef-456d-89b3-4e9bf3e4ba23/model-vers/model-ver/d1e9d88c-83a7-4e81-9e02-e0097ed11c56?depth=0|INFO|500||InvokeReturn
2022-08-23T11:31:45.550Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63716591-39ef-456d-89b3-4e9bf3e4ba23/model-vers/model-ver/d1e9d88c-83a7-4e81-9e02-e0097ed11c56?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220823-11:31:44:977-39463], vertex-id=[188424], Content-Length=[0], Date=[Tue, 23 Aug 2022 11:31:44 GMT], Content-Type=[application/json]}
2022-08-23T11:31:45.551Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-08-23T11:31:45.551Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-23T11:31:45.551Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||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-08-23T11:31:45.558Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||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-08-23T11:31:45.558Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2485e3f-7783-4fd4-8beb-99d5b32095aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-23T11:31:45.558Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-23T11:31:45.559Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:31:45.562Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:31:45.562Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254305558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:31:45.665Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-23T11:31:45.666Z||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-08-23T11:31:45.666Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:45.698Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:45.699Z||pool-139-thread-1|||||INFO|500||cambria reply ok (34 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-08-23T11:31:46.586Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-23T11:31:46.590Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"638c7014-eb7f-4de0-9a49-b93b3f9a7065","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d","serviceDescription":"service","serviceInvariantUUID":"eb2895ba-1c46-49f5-b40e-e179b8f09429","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"470647e8-aed8-4933-a89b-076a4c74fdc7","resourceInvariantUUID":"7b622cf9-ac62-4f3e-9e7a-ac52b8af66d0","resourceCustomizationUUID":"e9edaef3-5140-4cf6-90d6-761012b6716e","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":"NDc0ZDIwNWRmMDFhZjAwMDk1Y2M5OGU2ZDE2MGQwZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd153749-9e64-49e3-8455-d15ee449729a","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":"NDgzZTNmZDNjZTg1OThkOTE1MzY4ZDYyMWVlOWU5NTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4fd0734-4593-4024-857a-889a9e9159b3","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":"5ccfb8cb-e5b9-4afd-bab9-c3943e376b59","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":"796b826e-cdf4-4b5a-8f7b-fbde13337acd","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":"3be8e34d-270c-4991-a6af-cf54238ec13a","artifactVersion":"2","generatedFromUUID":"5ccfb8cb-e5b9-4afd-bab9-c3943e376b59"},{"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":"ZjljMGEyNWFhNzAzNzA1YWJiYmQ2NDI1MjVhMDJiYTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"90b52ad9-06aa-4a88-8cfe-93217a5636e9","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":"ZDc3ZmFlNDBkMWYxNjIxYzI2YTQ1MTdmZmQ0YjU1OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a5cfda9-37cf-43b3-b5ef-7fa0cb9f072d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzEyNjlmN2U5MzBhYzFhZWExNGZlZjk2ZDc4MjZhYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a1661870-c3d6-4702-9acc-af6947a4c8a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-23T11:31:46.591Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:31:46.591Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:31:46.612Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:31:46.613Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:46.713Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-23T11:31:46.715Z||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-08-23T11:31:46.715Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:46.733Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:46.734Z||pool-140-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:31:47.613Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:31:47.614Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:31:47.616Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:31:47.616Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:31:47.717Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:31:47.718Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:31:47.718Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:47.756Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:47.756Z||pool-141-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:31:48.617Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:31:48.617Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:31:48.620Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:31:48.620Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:31:48.720Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:31:48.721Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:31:48.721Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:48.746Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:48.747Z||pool-142-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:31:49.620Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:31:49.621Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:31:49.623Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:31:49.623Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:49.724Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:31:49.725Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:31:49.725Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:49.745Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:49.745Z||pool-143-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:31:50.626Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:31:50.627Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:31:50.629Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:31:50.629Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-23T11:31:50.731Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-23T11:31:50.733Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:31:50.734Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:50.748Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:50.748Z||pool-144-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:31:51.630Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:31:51.631Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:31:51.633Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:31:51.634Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:51.734Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:31:51.735Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:31:51.735Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:51.751Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:51.751Z||pool-145-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:31:52.634Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:31:52.635Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:31:52.638Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:31:52.638Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:31:52.739Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-23T11:31:52.740Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:31:52.740Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:52.761Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:52.762Z||pool-146-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:31:53.639Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-23T11:31:53.640Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:31:53.643Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:31:53.643Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:31:53.743Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:31:53.744Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:31:53.744Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:53.761Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:53.761Z||pool-147-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:31:54.644Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb2895ba-1c46-49f5-b40e-e179b8f09429",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "e9edaef3-5140-4cf6-90d6-761012b6716e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "470647e8-aed8-4933-a89b-076a4c74fdc7",
      "resourceInvariantUUID": "7b622cf9-ac62-4f3e-9e7a-ac52b8af66d0",
      "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": "NDgzZTNmZDNjZTg1OThkOTE1MzY4ZDYyMWVlOWU5NTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4fd0734-4593-4024-857a-889a9e9159b3",
          "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": "5ccfb8cb-e5b9-4afd-bab9-c3943e376b59",
          "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": "3be8e34d-270c-4991-a6af-cf54238ec13a",
            "generatedFromUUID": "5ccfb8cb-e5b9-4afd-bab9-c3943e376b59"
          },
          "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": "3be8e34d-270c-4991-a6af-cf54238ec13a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzEyNjlmN2U5MzBhYzFhZWExNGZlZjk2ZDc4MjZhYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a1661870-c3d6-4702-9acc-af6947a4c8a6"
    }
  ],
  "workloadContext": "Production"
}
2022-08-23T11:31:54.645Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-23T11:31:54.645Z|c2485e3f-7783-4fd4-8beb-99d5b32095aa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d ASDC
2022-08-23T11:31:54.647Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:638c7014-eb7f-4de0-9a49-b93b3f9a7065
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d
ServiceInvariantUUID:eb2895ba-1c46-49f5-b40e-e179b8f09429
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:a1661870-c3d6-4702-9acc-af6947a4c8a6
ArtifactChecksum:NzEyNjlmN2U5MzBhYzFhZWExNGZlZjk2ZDc4MjZhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:e9edaef3-5140-4cf6-90d6-761012b6716e
ResourceInvariantUUID:7b622cf9-ac62-4f3e-9e7a-ac52b8af66d0
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:470647e8-aed8-4933-a89b-076a4c74fdc7
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:e4fd0734-4593-4024-857a-889a9e9159b3
ArtifactChecksum:NDgzZTNmZDNjZTg1OThkOTE1MzY4ZDYyMWVlOWU5NTA=
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:5ccfb8cb-e5b9-4afd-bab9-c3943e376b59
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:3be8e34d-270c-4991-a6af-cf54238ec13a
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:3be8e34d-270c-4991-a6af-cf54238ec13a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-23T11:31:54.648Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d 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-08-23T11:31:54.696Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:31:54.697Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:31:54.697Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:31:54.697Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a1661870-c3d6-4702-9acc-af6947a4c8a6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-23T11:31:54.697Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:31:54.697Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-23T11:31:54.808Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:31:54.848Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a1661870-c3d6-4702-9acc-af6947a4c8a6 82773
2022-08-23T11:31:54.848Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-23T11:31:54.848Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-23T11:31:54.849Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:31:54.849Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:31:54.851Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:31:54.851Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254314848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:54.951Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:31:54.952Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:31:54.953Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:54.980Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:54.980Z||pool-148-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:31:55.852Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-23T11:31:55.853Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-23T11:31:55.853Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a1661870-c3d6-4702-9acc-af6947a4c8a6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-23T11:31:55.854Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-08-23T11:31:55.855Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-23T11:31:55.855Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-23T11:31:56.136Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP658648915181251338/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-08-23T11:31:57.741Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-23T11:31:57.742Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:31:57.742Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-23T11:31:57.742Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-23T11:31:57.742Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:31:57.742Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:31:57.742Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-23T11:31:57.742Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:31:57.743Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:31:57.743Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:31:57.743Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-23T11:31:57.743Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-23T11:31:57.743Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.743Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:31:57.744Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-23T11:31:57.744Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:31:57.744Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:31:57.745Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.745Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:31:57.745Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-23T11:31:57.745Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-23T11:31:57.745Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-23T11:31:57.745Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.745Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:31:57.746Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.746Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-23T11:31:57.746Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-23T11:31:57.747Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-23T11:31:57.747Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-23T11:31:57.747Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-23T11:31:57.747Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-23T11:31:57.747Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.747Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:31:57.748Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.748Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-23T11:31:57.748Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:31:57.748Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.748Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-23T11:31:57.749Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:31:57.749Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.749Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-23T11:31:57.749Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:31:57.749Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.754Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-23T11:31:57.757Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-23T11:31:57.757Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-23T11:31:57.757Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=35cc1361-eeab-42b5-bb13-2cc1aa8521fb
2022-08-23T11:31:57.758Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.758Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:31:57.758Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.758Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:31:57.758Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.758Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:31:57.758Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:31:57.758Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:31:57.758Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d
Model Version:NULL
Model InvariantUuid:eb2895ba-1c46-49f5-b40e-e179b8f09429
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:59182666-5b78-42a9-b6aa-e21eb607ed70
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b622cf9-ac62-4f3e-9e7a-ac52b8af66d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e9edaef3-5140-4cf6-90d6-761012b6716e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9f615c66-48e0-4541-8458-c84678f22da2
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:f7f6f74b-8db2-45e4-88d4-dbfffa4ac197
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:35cc1361-eeab-42b5-bb13-2cc1aa8521fb
ModelInvariantUuid:54811f0d-6f04-447b-b842-36570cfc876f
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4bab9f31-db6d-48b9-9169-37b398376de8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:44c982d4-8223-4fb6-a8bb-2ba9e6862bfd
ModelInvariantUuid:02ca5db0-8351-4645-89b9-21e3976db3c3
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:26fa7fc4-840d-42db-b4a4-442c7995918e
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-08-23T11:31:57.764Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 470647e8-aed8-4933-a89b-076a4c74fdc7
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-08-23T11:31:57.768Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-08-23T11:31:57.768Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 470647e8-aed8-4933-a89b-076a4c74fdc7
2022-08-23T11:31:57.768Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e4fd0734-4593-4024-857a-889a9e9159b3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-23T11:31:57.768Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:31:57.768Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:31:57.830Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:31:57.831Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e4fd0734-4593-4024-857a-889a9e9159b3 792
2022-08-23T11:31:57.831Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:31:57.832Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:31:57.832Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:31:57.832Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:31:57.837Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:31:57.837Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254317831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:57.935Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-23T11:31:57.937Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:31:57.937Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:57.956Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:57.956Z||pool-149-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:31:58.839Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9f615c66-48e0-4541-8458-c84678f22da2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f7f6f74b-8db2-45e4-88d4-dbfffa4ac197",
    "vfModuleModelCustomizationUUID": "1e9bd77c-ea98-4bfe-8a62-c390fa3e09d4",
    "isBase": true,
    "artifacts": [
      "5ccfb8cb-e5b9-4afd-bab9-c3943e376b59",
      "3be8e34d-270c-4991-a6af-cf54238ec13a"
    ],
    "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-08-23T11:31:58.864Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f7f6f74b-8db2-45e4-88d4-dbfffa4ac197
VfModuleModelInvariantUUID:9f615c66-48e0-4541-8458-c84678f22da2
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ccfb8cb-e5b9-4afd-bab9-c3943e376b59
,
3be8e34d-270c-4991-a6af-cf54238ec13a

}
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-08-23T11:31:58.869Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9f615c66-48e0-4541-8458-c84678f22da2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f7f6f74b-8db2-45e4-88d4-dbfffa4ac197",
    "vfModuleModelCustomizationUUID": "1e9bd77c-ea98-4bfe-8a62-c390fa3e09d4",
    "isBase": true,
    "artifacts": [
      "5ccfb8cb-e5b9-4afd-bab9-c3943e376b59",
      "3be8e34d-270c-4991-a6af-cf54238ec13a"
    ],
    "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-08-23T11:31:58.870Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f7f6f74b-8db2-45e4-88d4-dbfffa4ac197
VfModuleModelInvariantUUID:9f615c66-48e0-4541-8458-c84678f22da2
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ccfb8cb-e5b9-4afd-bab9-c3943e376b59
,
3be8e34d-270c-4991-a6af-cf54238ec13a

}
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-08-23T11:31:58.870Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5ccfb8cb-e5b9-4afd-bab9-c3943e376b59 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-23T11:31:58.870Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:31:58.871Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:31:58.943Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:31:58.944Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5ccfb8cb-e5b9-4afd-bab9-c3943e376b59 5033
2022-08-23T11:31:58.944Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:31:58.945Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:31:58.945Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:31:58.945Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:31:58.949Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:31:58.949Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254318944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:31:59.052Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-23T11:31:59.054Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:31:59.054Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:31:59.076Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:31:59.077Z||pool-150-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:31:59.950Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3be8e34d-270c-4991-a6af-cf54238ec13a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-23T11:31:59.952Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-23T11:31:59.955Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:00.045Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-23T11:32:00.045Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3be8e34d-270c-4991-a6af-cf54238ec13a 903
2022-08-23T11:32:00.050Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:00.050Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:00.050Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-23T11:32:00.058Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:32:00.060Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:32:00.060Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254320050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:32:00.162Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-23T11:32:00.165Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:32:00.165Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:32:00.188Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:32:00.189Z||pool-151-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:32:01.064Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d
2022-08-23T11:32:01.064Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 470647e8-aed8-4933-a89b-076a4c74fdc7 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-08-23T11:32:01.101Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28169748, org.onap.sdc.toscaparser.api.parameters.Input@5f5661de, org.onap.sdc.toscaparser.api.parameters.Input@bc665d1, org.onap.sdc.toscaparser.api.parameters.Input@734f773f, org.onap.sdc.toscaparser.api.parameters.Input@6f7f02c9]
2022-08-23T11:32:01.103Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.103Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:32:01.104Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-23T11:32:01.104Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e9edaef3-5140-4cf6-90d6-761012b6716e
2022-08-23T11:32:01.104Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e9edaef3-5140-4cf6-90d6-761012b6716e matches Tosca VF Customization UUID: e9edaef3-5140-4cf6-90d6-761012b6716e
2022-08-23T11:32:01.104Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e9edaef3-5140-4cf6-90d6-761012b6716e  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-08-23T11:32:01.107Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.107Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:32:01.107Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e9edaef3-5140-4cf6-90d6-761012b6716e: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-08-23T11:32:01.108Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3365adff
2022-08-23T11:32:01.108Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.108Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-23T11:32:01.108Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e9bd77c-ea98-4bfe-8a62-c390fa3e09d4
2022-08-23T11:32:01.108Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e9bd77c-ea98-4bfe-8a62-c390fa3e09d4
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-08-23T11:32:01.123Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.123Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-23T11:32:01.124Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:32:01.124Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.125Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-23T11:32:01.125Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:32:01.125Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.125Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-23T11:32:01.126Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-23T11:32:01.126Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-23T11:32:01.127Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=35cc1361-eeab-42b5-bb13-2cc1aa8521fb
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-08-23T11:32:01.130Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.130Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-23T11:32:01.131Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-23T11:32:01.131Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.132Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-23T11:32:01.132Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e9edaef3-5140-4cf6-90d6-761012b6716e
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-08-23T11:32:01.138Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.139Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:32:01.139Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d: basic_vm_macro
2022-08-23T11:32:01.140Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.140Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:32:01.140Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.141Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:32:01.141Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.141Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:32:01.142Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.142Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:32:01.142Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-23T11:32:01.143Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-23T11:32:01.143Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:01.304Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 470647e8-aed8-4933-a89b-076a4c74fdc7 1 ASDC deployResourceStructure
2022-08-23T11:32:01.305Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:01.305Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:01.305Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:32:01.305Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:32:01.307Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:32:01.308Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254321305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:32:01.408Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:32:01.409Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:32:01.409Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:32:01.425Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:32:01.425Z||pool-152-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:32:02.310Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:02.310Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:02.310Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:32:02.322Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:32:02.334Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:32:02.334Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254322310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:32:02.438Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-23T11:32:02.439Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:32:02.439Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:32:02.478Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:32:02.478Z||pool-153-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-08-23T11:32:03.335Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:03.336Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:03.336Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:32:03.337Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:32:03.342Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:32:03.342Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254323335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:32:03.450Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-08-23T11:32:03.451Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:32:03.451Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:32:03.470Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:32:03.471Z||pool-154-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:32:04.344Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-23T11:32:04.344Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-23T11:32:04.345Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-23T11:32:04.345Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:32:04.347Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:32:04.347Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254324344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:32:04.453Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-23T11:32:04.455Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:32:04.455Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:32:04.473Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:32:04.474Z||pool-155-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-23T11:32:05.350Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 638c7014-eb7f-4de0-9a49-b93b3f9a7065
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-23T11:32:05.380Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 638c7014-eb7f-4de0-9a49-b93b3f9a7065
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-08-23T11:32:05.385Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-23T11:32:05.385Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-23T11:32:05.385Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-23T11:32:05.386Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-23T11:32:05.386Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:32:05.386Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:32:05.386Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:32:05.386Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:32:05.386Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:32:05.386Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-23T11:32:05.386Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:05.403Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-23T11:32:06.556Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:32:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:32:06.561Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:32:06.625Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:32:06.625Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:32:06.625Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:32:06.626Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:32:35.404Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 638c7014-eb7f-4de0-9a49-b93b3f9a7065 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-08-23T11:32:35.411Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 638c7014-eb7f-4de0-9a49-b93b3f9a7065 and serviceModelVersionId: a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d
2022-08-23T11:32:35.411Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb2895ba-1c46-49f5-b40e-e179b8f09429
2022-08-23T11:32:35.412Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb2895ba-1c46-49f5-b40e-e179b8f09429/model-vers/model-ver/a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d?depth=0
2022-08-23T11:32:35.420Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-23T11:32:35.466Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb2895ba-1c46-49f5-b40e-e179b8f09429/model-vers/model-ver/a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d?depth=0|INFO|500||Invoke
2022-08-23T11:32:35.466Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb2895ba-1c46-49f5-b40e-e179b8f09429/model-vers/model-ver/a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb2895ba-1c46-49f5-b40e-e179b8f09429/model-vers/model-ver/a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[638c7014-eb7f-4de0-9a49-b93b3f9a7065], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3cd981b6-6b2f-49ce-ad74-fd55190c3717], X-ECOMP-RequestID=[638c7014-eb7f-4de0-9a49-b93b3f9a7065], X-TransactionId=[], X-ONAP-RequestID=[638c7014-eb7f-4de0-9a49-b93b3f9a7065], Content-Type=[application/merge-patch+json]}
2022-08-23T11:32:35.484Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb2895ba-1c46-49f5-b40e-e179b8f09429/model-vers/model-ver/a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-23T11:32:35.601Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb2895ba-1c46-49f5-b40e-e179b8f09429/model-vers/model-ver/a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d?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/eb2895ba-1c46-49f5-b40e-e179b8f09429/model-vers/model-ver/a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220823-11:32:35:039-38314], vertex-id=[327840], Content-Length=[0], Date=[Tue, 23 Aug 2022 11:32:35 GMT], Content-Type=[application/json]}
2022-08-23T11:32:35.602Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb2895ba-1c46-49f5-b40e-e179b8f09429/model-vers/model-ver/a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-23T11:32:35.603Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb2895ba-1c46-49f5-b40e-e179b8f09429/model-vers/model-ver/a6fe0c41-7eb5-44cb-8ffd-49e3b359bb5d?depth=0|INFO|500||InvokeReturn
2022-08-23T11:32:35.603Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-23T11:32:35.604Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:35.612Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||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-08-23T11:32:35.612Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 638c7014-eb7f-4de0-9a49-b93b3f9a7065 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-23T11:32:35.612Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-23T11:32:35.613Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-23T11:32:35.615Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-23T11:32:35.615Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254355612,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:32:35.715Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-23T11:32:35.716Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-23T11:32:35.716Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0qLJCmdFaiE5mLG) ...
2022-08-23T11:32:35.737Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:32:35.738Z||pool-156-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-23T11:32:36.649Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:32:36.649Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:32:36.649Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:32:46.974Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:32:46.975Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:32:46.976Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:32:46.976Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:32:56.536Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:32:56.537Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:32:56.538Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:32:56.538Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:33:06.088Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:33:06.539Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:33:06.540Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:33:06.540Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:33:06.556Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:33:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:33:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:33:06.603Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:33:06.604Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:33:06.604Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:33:06.605Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:33:06.606Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:33:06.606Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:33:06.607Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:33:06.607Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:33:06.607Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:33:06.607Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:33:06.608Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:33:06.608Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:33:06.608Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:33:06.609Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:33:06.609Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254212028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:33:06.609Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:33:06.610Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:33:06.610Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254214195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:33:06.610Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:33:16.105Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:34:06.542Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:34:06.543Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:34:06.543Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:34:06.556Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:34:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:34:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:34:06.580Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:34:06.582Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.582Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2485e3f-7783-4fd4-8beb-99d5b32095aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254305558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:34:06.584Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:34:06.584Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.584Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:34:06.584Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:34:06.584Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.584Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-23T11:34:06.585Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:34:06.585Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.585Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-23T11:34:06.585Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:34:06.585Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.585Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:34:06.585Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:34:06.585Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.586Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-23T11:34:06.586Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:34:06.586Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.586Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:34:06.587Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:34:06.587Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.587Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-23T11:34:06.587Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:34:06.587Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.587Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254146544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-23T11:34:06.588Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-23T11:34:06.588Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.588Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254314848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:34:06.588Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:34:06.588Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.588Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254317831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:34:06.588Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:34:06.589Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.589Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254318944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:34:06.589Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:34:06.589Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.589Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254320050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-23T11:34:06.589Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:34:06.589Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.589Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254321305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-23T11:34:06.590Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:34:06.590Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.590Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254322310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-23T11:34:06.590Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:34:06.590Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.590Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254323335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-23T11:34:06.591Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:34:06.591Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:34:06.591Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254324344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-23T11:34:06.591Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:34:16.099Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:35:06.539Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:35:06.541Z||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-08-23T11:35:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:35:06.556Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:35:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:35:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:35:07.095Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:35:07.096Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-23T11:35:07.096Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "638c7014-eb7f-4de0-9a49-b93b3f9a7065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661254355612,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-23T11:35:07.097Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-23T11:35:16.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:36:06.540Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:36:06.542Z||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-08-23T11:36:06.542Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:36:06.556Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:36:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:36:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:36:16.102Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:36:16.115Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:37:06.541Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:37:06.543Z||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-08-23T11:37:06.543Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:37:06.556Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:37:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:37:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:37:16.125Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:37:16.127Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:38:06.539Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:38:06.541Z||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-08-23T11:38:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:38:06.559Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:38:06.559Z||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-08-23T11:38:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:38:16.100Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:38:16.117Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:39:06.539Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:39:06.541Z||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-08-23T11:39:06.541Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:39:06.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:39:06.557Z||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-08-23T11:39:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:39:16.107Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:39:16.108Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:40:06.539Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:40:06.540Z||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-08-23T11:40:06.540Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:40:06.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:40:06.557Z||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-08-23T11:40:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:40:16.105Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:40:16.105Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:41:06.540Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:41:06.543Z||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-08-23T11:41:06.543Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:41:06.556Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:41:06.557Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:41:06.557Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:41:16.123Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:41:16.123Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:42:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:42:06.546Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:42:06.546Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:42:06.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:42:06.560Z||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-08-23T11:42:06.561Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:42:16.110Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:42:16.109Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:43:06.539Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:43:06.540Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:43:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:43:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:43:06.557Z||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-08-23T11:43:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:43:16.103Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:43:16.104Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:44:06.539Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:44:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:44:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:44:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:44:06.557Z||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-08-23T11:44:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:44:16.107Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:44:16.121Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:45:06.539Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:45:06.540Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:45:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:45:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:45:06.558Z||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-08-23T11:45:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:45:16.119Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:45:16.119Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:46:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:46:06.546Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:46:06.547Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:46:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:46:06.557Z||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-08-23T11:46:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:46:16.102Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:46:16.106Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:47:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:47:06.545Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:47:06.545Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:47:06.556Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:47:06.557Z||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-08-23T11:47:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:47:16.132Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:47:16.135Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:48:06.542Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:48:06.556Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:48:06.557Z||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-08-23T11:48:06.573Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:48:06.573Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:48:06.558Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:48:16.190Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:48:16.199Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:49:06.539Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:49:06.540Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:49:06.540Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:49:06.556Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:49:06.557Z||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-08-23T11:49:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:49:16.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:49:16.119Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:50:06.540Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:50:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:50:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:50:06.556Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:50:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:50:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:50:16.128Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:50:16.128Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:51:06.540Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:51:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:51:06.542Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:51:06.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:51:06.557Z||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-08-23T11:51:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:51:16.119Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:51:16.122Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:52:06.539Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:52:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:52:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:52:06.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:52:06.557Z||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-08-23T11:52:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:52:16.097Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:52:16.117Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:53:06.539Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:53:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:53:06.542Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:53:06.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:53:06.557Z||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-08-23T11:53:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:53:16.130Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:53:16.130Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:54:06.539Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:54:06.540Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:54:06.540Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:54:06.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:54:06.557Z||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-08-23T11:54:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:54:16.130Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:54:16.133Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:55:06.539Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:55:06.540Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:55:06.540Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:55:06.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:55:06.560Z||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-08-23T11:55:06.560Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:55:16.099Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:55:16.107Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:56:06.539Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:56:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:56:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:56:06.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:56:06.557Z||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-08-23T11:56:06.557Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:56:16.097Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:56:16.102Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:57:06.539Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:57:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:57:06.542Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:57:06.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:57:06.561Z||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-08-23T11:57:06.561Z||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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:57:16.103Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:57:16.108Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:58:06.539Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:58:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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-08-23T11:58:06.541Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:58:06.556Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-23T11:58:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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-08-23T11:58:06.557Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|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 c0qLJCmdFaiE5mLG) ...
2022-08-23T11:58:16.092Z|638c7014-eb7f-4de0-9a49-b93b3f9a7065|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-23T11:58:16.105Z|5aed1025-9abe-47ea-b8f8-13418dc2d024|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK